Dark-Alex-17
|
227969f3cf
|
fix: RagCache was not being used for agent and sub-agent instantiation
|
2026-04-19 17:39:49 -06:00 |
|
Dark-Alex-17
|
b32bcf8fbc
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
fdc38a0b18
|
refactor: Updated to the most recent Rust version with 2024 syntax
|
2025-11-07 15:50:55 -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
|
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
|
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
|
50903c3d03
|
style: Cleaned up some linting issues for Windows
|
2025-10-16 13:30:30 -06:00 |
|
Dark-Alex-17
|
bb37513ef5
|
feat: Improved MCP handling toggle handling
|
2025-10-15 18:36:54 -06:00 |
|
Dark-Alex-17
|
85533f665e
|
feat: Secret injection into the MCP configuration
|
2025-10-15 16:06:59 -06:00 |
|
Dark-Alex-17
|
21b00c6333
|
Applied formatting
|
2025-10-10 15:32:51 -06:00 |
|
Dark-Alex-17
|
4050997d7b
|
bug: Automatically mark all extracted tools as executable
|
2025-10-10 15:30:58 -06:00 |
|
Dark-Alex-17
|
83f3790d2f
|
style: applied formatting
|
2025-10-10 15:01:55 -06:00 |
|
Dark-Alex-17
|
4ad20c380d
|
refactor: Changed the name of agent_prelude to agent_session to make its purpose more clear
|
2025-10-10 15:01:44 -06:00 |
|
Dark-Alex-17
|
a895da9e47
|
style: Applied consistent formatting to agent changes
|
2025-10-10 14:48:10 -06:00 |
|
Dark-Alex-17
|
ca5bfd6e8f
|
feat: Install built-in agents
|
2025-10-10 13:37:05 -06:00 |
|
Dark-Alex-17
|
394f1f92a0
|
Baseline project
|
2025-10-07 10:45:42 -06:00 |
|