Dark-Alex-17
|
ece9cadad5
|
feat: Created a CodeRabbit-style code-reviewer agent
|
2026-02-18 12:16:59 -07:00 |
|
Dark-Alex-17
|
b95649177d
|
fix: Bypassed enabled_tools for user interaction tools so if function calling is enabled at all, the LLM has access to the user interaction tools when in REPL mode
|
2026-02-18 11:25:25 -07:00 |
|
Dark-Alex-17
|
6f977307e6
|
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
|
9a715b2fb2
|
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
|
930861d49b
|
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
|
31987c9f94
|
fix: When parallel agents run, only write to stdout from the parent and only display the parent's throbber
|
2026-02-18 09:59:24 -07:00 |
|
Dark-Alex-17
|
fe7401c935
|
refactor: Cleaned up some left-over implementation stubs
|
2026-02-18 09:13:39 -07:00 |
|
Dark-Alex-17
|
543e62fe7d
|
fix: Forgot to implement support for failing a task and keep all dependents blocked
|
2026-02-18 09:13:11 -07:00 |
|
Dark-Alex-17
|
0ec8cd4d00
|
fix: Clean up orphaned sub-agents when the parent agent
|
2026-02-18 09:12:32 -07:00 |
|
Dark-Alex-17
|
bf862d8021
|
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
|
c070d151fa
|
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
|
3147ad59f3
|
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
|
f9d2adf33a
|
docs: Initial documentation cleanup of parallel agent MVP
|
2026-02-17 14:30:28 -07:00 |
|
Dark-Alex-17
|
eaa224aeb9
|
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
|
81a81d035e
|
feat: Full passive task queue integration for parallelization of subagents
|
2026-02-17 13:42:53 -07:00 |
|
Dark-Alex-17
|
5c5d70e4d0
|
feat: Implemented initial scaffolding for built-in sub-agent spawning tool call operations
|
2026-02-17 11:48:31 -07:00 |
|
Dark-Alex-17
|
ad563d4263
|
feat: Initial models for agent parallelization
|
2026-02-17 11:27:55 -07:00 |
|
Dark-Alex-17
|
0b8bae64d1
|
feat: Supported the injection of RAG sources into the prompt, not just via the .sources rag command in the REPL so models can directly reference the documents that supported their responses
|
2026-02-13 17:45:56 -07:00 |
|
Dark-Alex-17
|
f8330523db
|
docs: Updated todo-system docs
|
2026-02-13 15:13:37 -07:00 |
|
Dark-Alex-17
|
2370525f38
|
fix: Improved continuation prompt to not make broad todo-items
|
2026-02-09 15:36:57 -07:00 |
|
Dark-Alex-17
|
3a131f19ee
|
fix: Allow auto-continuation to work in agents after a session is compressed and if there's still unfinish items in the to-do list
|
2026-02-09 15:21:39 -07:00 |
|
Dark-Alex-17
|
79b0d044a8
|
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
|
423921276d
|
feat: Improved tool and MCP invocation error handling by returning stderr to the model when it is available
|
2026-02-04 12:00:21 -07:00 |
|
Dark-Alex-17
|
b0799e7fc6
|
feat: Added variable interpolation for conversation starters in agents
|
2026-02-04 10:51:59 -07:00 |
|
Dark-Alex-17
|
de0d8114b3
|
feat: Implemented retry logic for failed tool invocations so the LLM can learn from the result and try again; Also implemented chain loop detection to prevent loops
|
2026-02-01 17:06:16 -07:00 |
|
Dark-Alex-17
|
113db42ff5
|
fix: Claude tool calls work incorrectly when tool doesn't require any arguments or flags; would provide an empty JSON object or error on no args
|
2026-02-01 17:05:36 -07:00 |
|
Dark-Alex-17
|
3715725cbb
|
feat: Added gemini-3-pro to the supported vertexai models
|
2026-01-30 19:03:41 -07:00 |
|
Dark-Alex-17
|
f08d91936b
|
Fixed some typos in tool call error messages
|
2026-01-30 12:25:57 -07:00 |
|
Dark-Alex-17
|
e08220f059
|
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
|
a9179a53cc
|
feat: Added support for thought-signatures for Gemini 3+ models
|
2026-01-21 15:11:55 -07:00 |
|
Dark-Alex-17
|
d1c3adc565
|
style: Cleaned up an anyhow error
|
2025-12-16 14:51:35 -07:00 |
|
Dark-Alex-17
|
1ea5003c0c
|
style: Improved error message for un-fully configured MCP configuration
|
2025-12-13 13:37:01 -07:00 |
|
Dark-Alex-17
|
aff14c9b88
|
style: Applied formatting
|
2025-12-03 15:06:50 -07:00 |
|
Dark-Alex-17
|
1af148e767
|
feat: Improved MCP implementation to minimize the tokens needed to utilize it so it doesn't quickly overwhelm the token space for a given model
|
2025-12-03 12:12:51 -07:00 |
|
Dark-Alex-17
|
fdc38a0b18
|
refactor: Updated to the most recent Rust version with 2024 syntax
|
2025-11-07 15:50:55 -07:00 |
|
Dark-Alex-17
|
7f359af72c
|
refactor: Changed the name of the summary_prompt setting to summary_context_prompt
|
2025-11-07 11:13:58 -07:00 |
|
Dark-Alex-17
|
1330ff72ce
|
refactor: Renamed summarize_prompt setting to summarization_prompt
|
2025-11-07 11:09:48 -07:00 |
|
Dark-Alex-17
|
288e1fa234
|
refactor: Renamed the compress_threshold setting to compression_threshold
|
2025-11-07 11:06:20 -07:00 |
|
Dark-Alex-17
|
71f33cb87a
|
style: Applied formatting
|
2025-11-06 18:19:25 -07:00 |
|
Dark-Alex-17
|
0b23f1174b
|
feat: Added the agents directory to sysinfo output
|
2025-11-06 13:22:13 -07:00 |
|
Dark-Alex-17
|
e9071c8b82
|
Added environment variables for agents for the global_tools and mcp_servers settings
|
2025-11-06 12:16:36 -07:00 |
|
Dark-Alex-17
|
aa171c6e6d
|
feat: Added built-in macros
|
2025-11-05 16:28:56 -07:00 |
|
Dark-Alex-17
|
22939a53a9
|
bug: Removed deprecated experimentation for MCP sampling
|
2025-11-05 16:12:04 -07:00 |
|
Dark-Alex-17
|
f076373859
|
style: Added an import for Anyhow's Result in the macros module
|
2025-11-05 15:52:44 -07:00 |
|
Dark-Alex-17
|
528c3ae657
|
refactor: Factored out the macros structs from the large config module
|
2025-11-05 15:50:39 -07:00 |
|
Dark-Alex-17
|
e0e0f519fb
|
bug: Fixed a bug with the spacing of info output now that function_calling_support is a longer name
|
2025-11-05 15:41:49 -07:00 |
|
Dark-Alex-17
|
441e472328
|
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 |
|
Dark-Alex-17
|
89cf081749
|
refactor: Refactored the use_mcp_servers field to enabled_mcp_servers to make the purpose of the field more clear
|
2025-11-04 12:51:41 -07:00 |
|
Dark-Alex-17
|
9de95ca21d
|
refactor: Refactored use_tools field to enabled_tools field to make the use of the field more clear
|
2025-11-04 12:37:14 -07:00 |
|
Dark-Alex-17
|
84556cb706
|
refactor: Removed the use of the tools.txt file and added tool visibility declarations to the global configuration file
|
2025-11-04 12:07:58 -07:00 |
|