Dark-Alex-17
|
48bb2fce87
|
feat: Added TypeScript tool support using the refactored common ScriptedLanguage trait
|
2026-04-09 13:17:28 -06:00 |
|
Dark-Alex-17
|
3a734e27dc
|
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
|
a586ca40e2
|
fix: Do not inject tools when models don't support them; detect this conflict before API calls happen
|
2026-03-17 09:35:51 -06:00 |
|
Dark-Alex-17
|
15df5be307
|
feat: Support OAuth authentication flows for Claude
|
2026-03-11 11:10:48 -06:00 |
|
Dark-Alex-17
|
5f1734d69a
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
1ea5003c0c
|
style: Improved error message for un-fully configured MCP configuration
|
2025-12-13 13:37:01 -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
|
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 |
|
Dark-Alex-17
|
0983868196
|
refactor: Agents that depend on global tools now have all binaries compiled and stored in the agent's bin directory so multiple agents can run at once
|
2025-11-04 11:29:59 -07:00 |
|
Dark-Alex-17
|
382926243c
|
feat: Secret injection as environment variables into agent tools
|
2025-11-03 15:10:34 -07:00 |
|
Dark-Alex-17
|
467afb6767
|
feat: Removed the server functionality
|
2025-11-03 14:25:55 -07:00 |
|
Dark-Alex-17
|
73356b4a76
|
feat: Require Vault set up for first-time setup so all passed in secrets can be encrypted right off the bat
|
2025-10-27 12:00:27 -06:00 |
|
Dark-Alex-17
|
2ceb0808c8
|
bug: Fixed a bug that was duplicating entries of all the functions for agents between MCP and tools
|
2025-10-20 15:30:29 -06:00 |
|
Dark-Alex-17
|
64cbac0dd9
|
refactor: Modified the default PS1 look
|
2025-10-16 15:08:48 -06:00 |
|
Dark-Alex-17
|
50903c3d03
|
style: Cleaned up some linting issues for Windows
|
2025-10-16 13:30:30 -06:00 |
|
Dark-Alex-17
|
680b71e13d
|
style: Applied formatting
|
2025-10-16 13:01:37 -06:00 |
|