Dark-Alex-17
|
8bb55ffd75
|
feat: Added direct script invocation support for graph-based agents
|
2026-05-13 12:35:10 -06:00 |
|
Dark-Alex-17
|
62201cc931
|
test: Fixed forgotten Windows-specific tests for functions
|
2026-05-07 12:20:30 -06:00 |
|
Dark-Alex-17
|
a4fe1ee956
|
test: implemented tests for tool call dispatch and tracking
|
2026-05-01 10:52:56 -06:00 |
|
Dark-Alex-17
|
98983be609
|
fix: Accidental shadow of temp_file function for Windows function calling
|
2026-04-28 08:53:57 -06:00 |
|
Dark-Alex-17
|
a2b283783a
|
refactor: created a single install_builtins free function to remove from Config::init
|
2026-04-19 17:54:50 -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
|
5b1ddf1848
|
feat: Automatic runtime customization using shebangs
|
2026-04-09 14:16:02 -06:00 |
|
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
|
0db5f634a4
|
fix: don't shadow variables in binary path handling for Windows
|
2026-04-09 07:53:18 -06:00 |
|
Dark-Alex-17
|
3a040ae3bb
|
fix: Tool call improvements for Windows systems
|
2026-04-08 12:49:43 -06:00 |
|
Dark-Alex-17
|
53cc3a27fe
|
style: Applied formatting to MCP module
|
2026-02-20 15:28:21 -07:00 |
|
Dark-Alex-17
|
caeed16d36
|
fix: Improved sub-agent stdout and stderr output for users to follow
|
2026-02-20 13:47:28 -07:00 |
|
Dark-Alex-17
|
306a880257
|
fix: Inject agent variables into environment variables for global tool calls when invoked from agents to modify global tool behavior
|
2026-02-20 11:38:24 -07:00 |
|
Dark-Alex-17
|
a34adc5adf
|
style: Applied formatting to the function module
|
2026-02-18 13:20:18 -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
|
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
|
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
|
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
|
3715725cbb
|
feat: Added gemini-3-pro to the supported vertexai models
|
2026-01-30 19:03:41 -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
|
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
|
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 |
|