Dark-Alex-17
54c5079cb7
feat: long-running session improvements
...
- Hang fix: 120s timeout on compression LLM call + raw_stream
channel-close handling (None => break instead of spinning)
- Supervisor effective active count: stop counting finished
JoinHandles as occupying capacity slots
- Universal tool result size cap: truncate_if_needed() on
ToolResult, applied in eval_tool_calls() after escalation block;
configurable via max_tool_result_chars in AppConfig/AgentConfig
- Windowed compression: compression_keep_last config param keeps
the N most recent messages visible after compression
- Fix pre-existing flaky test: add #[serial] to
handle_list_available_unrestricted_when_no_whitelist so it does
not race with TestConfigDirGuard-based tests that temporarily
populate the agents data dir
2026-07-23 12:25:54 -06:00
Dark-Alex-17
df948c69bf
feat: new spawnable_agents field in agents to let users restrict what agents can be spawned by a parent agent
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-22 14:29:55 -06:00
Dark-Alex-17
c60d3e7cda
style: updated some stylistic things across the new markdown rendering implementation
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-22 13:20:56 -06:00
Dark-Alex-17
ab0b89dd67
fix: fetch descriptions from graph agent configs as well when listing agents
2026-07-22 12:59:30 -06:00
Dark-Alex-17
420db4bb88
feat: created a new builtin function for agents who can spawn other agents to list available agents via agent__list_available
2026-07-22 12:50:41 -06:00
Dark-Alex-17
6f2594712f
refactor: Standardized paths module function names to not use 'path' in the name and to just always be either 'dir' or 'file'
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-21 10:15:42 -06:00
Dark-Alex-17
a606ea552d
fix: Agent tools can only be modified via .tool enable/disable using tools in the allowed whitelist in the agent
2026-07-17 15:42:57 -06:00
Dark-Alex-17
e9a8c01dc4
feat: Added support for modifying the reasoning effort of reasoning models
2026-07-16 12:28:04 -06:00
Dark-Alex-17
7fc06ad9bc
feat: Implemented graph-based RAG
2026-07-08 21:20:50 -06:00
Dark-Alex-17
7143b50d98
fix: append memory functions to non-graph based agents on init
2026-06-10 21:07:56 -06:00
Dark-Alex-17
7e097e0465
feat: Added the memory configuration properties and storage to the main app config, roles, sessions, and agents.
2026-06-10 17:50:28 -06:00
Dark-Alex-17
165d0d113d
feat: added skill hint prompt injection and configuration
2026-06-05 14:48:54 -06:00
Dark-Alex-17
ece66448e0
refactor: support both CSV and list formats for enabled_tools
2026-06-03 13:58:24 -06:00
Dark-Alex-17
a254d60876
refactor: Support both CSV and list formats for enabled_mcp_servers
2026-06-03 13:23:13 -06:00
Dark-Alex-17
2acff31213
feat: llm graph nodes support skills
2026-06-02 12:39:43 -06:00
Dark-Alex-17
744dd213f5
fix: skill loading on agents
2026-06-01 16:37:17 -06:00
Dark-Alex-17
1faab15377
feat: cleaned up skill implementation
2026-06-01 15:13:50 -06:00
Dark-Alex-17
aa2e627a5f
feat: implemented the skills policy to track available skills per context
2026-06-01 12:26:30 -06:00
Dark-Alex-17
6633a8c0bf
fix: Claude function calling in agent contexts
2026-05-27 14:47:27 -06:00
Dark-Alex-17
558b764db8
feat: Added agent variables support for graph agents and improved script executor to use the same environment variables as normal agent tool calling for further flexibility
2026-05-21 13:27:33 -06:00
Dark-Alex-17
597f823bdf
fmt: cleaned up graph implementation
2026-05-21 11:27:29 -06:00
Dark-Alex-17
a3d67bfbf7
feat: Created a new .install command to install bundled assets on-demand
2026-05-18 14:59:02 -06:00
Dark-Alex-17
5bd0766a60
style: Cleaned up all graph agent code
2026-05-18 13:46:52 -06:00
Dark-Alex-17
da5cd21c1c
test: added additional test coverage to graph components
2026-05-18 10:08:36 -06:00
Dark-Alex-17
e292c414c5
feat: added additional support for all RAG-configuration fields in RAG nodes
2026-05-15 16:38:52 -06:00
Dark-Alex-17
8a2f18204f
feat: initial support for RAG nodes in the graph execution system
2026-05-15 14:11:23 -06:00
Dark-Alex-17
249d1fc881
feat: merged normal agent config and graph agent configs into one file (either/or)
2026-05-15 12:57:08 -06:00
Dark-Alex-17
70a251a7e2
feat: add auto-continue support to all contexts
2026-05-08 12:02:10 -06:00
Dark-Alex-17
83de60f59c
refactor: created a single install_builtins free function to remove from Config::init
2026-04-19 17:54:50 -06:00
Dark-Alex-17
0fb37c33ab
fix: RagCache was not being used for agent and sub-agent instantiation
2026-04-19 17:39:49 -06:00
Dark-Alex-17
d81508c22a
feat: 99% complete migration to new state structs to get away from God-Config struct; i.e. AppConfig, AppState, and RequestContext
2026-04-19 17:05:27 -06:00
Dark-Alex-17
722c9c101e
feat: Added todo__clear function to the todo system and updated REPL commands to have a .clear todo as well for significant changes in agent direction
2026-04-02 13:13:44 -06:00
Dark-Alex-17
d619ad1d48
fix: Removed the now unnecessary is_stale_response that was breaking auto-continuing with parallel agents
2026-02-18 13:36:25 -07:00
Dark-Alex-17
d9f737e1bf
feat: Added configuration option in agents to indicate the timeout for user input before proceeding (defaults to 5 minutes)
2026-02-18 11:24:47 -07:00
Dark-Alex-17
59690d045e
feat: Added support for sub-agents to escalate user interaction requests from any depth to the parent agents for user interactions
2026-02-18 11:06:15 -07:00
Dark-Alex-17
5d95acba53
feat: built-in user interaction tools to remove the need for the list/confirm/etc prompts in prompt tools and to enhance user interactions in Loki
2026-02-18 11:05:43 -07:00
Dark-Alex-17
4e170b069b
fix: Forgot to automatically add the bidirectional communication back up to parent agents from sub-agents (i.e. need to be able to check inbox and send messages)
2026-02-17 16:11:35 -07:00
Dark-Alex-17
22c75fb578
feat: Added an agent configuration property that allows auto-injecting sub-agent spawning instructions (when using the built-in sub-agent spawning system)
2026-02-17 15:49:40 -07:00
Dark-Alex-17
11ab9eb6b8
feat: Auto-dispatch support of sub-agents and support for the teammate pattern between subagents
2026-02-17 15:18:27 -07:00
Dark-Alex-17
53e8c920e5
fix: Agent delegation tools were not being passed into the {{__tools__}} placeholder so agents weren't delegating to subagents
2026-02-17 14:19:22 -07:00
Dark-Alex-17
10f4160635
feat: Implemented initial scaffolding for built-in sub-agent spawning tool call operations
2026-02-17 11:48:31 -07:00
Dark-Alex-17
7622836e8b
feat: Initial models for agent parallelization
2026-02-17 11:27:55 -07:00
Dark-Alex-17
088588231b
docs: Updated todo-system docs
2026-02-13 15:13:37 -07:00
Dark-Alex-17
43b2bd937e
fix: Improved continuation prompt to not make broad todo-items
2026-02-09 15:36:57 -07:00
Dark-Alex-17
a6b0acc35d
feat: Implemented a built-in task management system to help smaller LLMs complete larger multistep tasks and minimize context drift
2026-02-09 12:49:06 -07:00
Dark-Alex-17
02fe59b913
feat: Added variable interpolation for conversation starters in agents
2026-02-04 10:51:59 -07:00
Dark-Alex-17
0710441650
fix: Fixed a bug where --agent-variable values were not being passed to the agents
2026-01-23 14:15:59 -07:00
Dark-Alex-17
dbf7329e87
refactor: Updated to the most recent Rust version with 2024 syntax
2025-11-07 15:50:55 -07:00
Dark-Alex-17
29f7ebe559
Added environment variables for agents for the global_tools and mcp_servers settings
2025-11-06 12:16:36 -07:00
Dark-Alex-17
a6fffa7b57
refactor: Refactored mcp_servers and function_calling to mcp_server_support and function_calling_support to make the purpose of the fields more clear
2025-11-04 13:17:58 -07:00