Dark-Alex-17
|
bcf512fcfc
|
test: Fixed forgotten Windows-specific tests for functions
|
2026-05-07 12:20:30 -06:00 |
|
Dark-Alex-17
|
53eff10d75
|
test: implemented tests for tool call dispatch and tracking
|
2026-05-01 10:52:56 -06:00 |
|
Dark-Alex-17
|
975484cc2b
|
fix: Accidental shadow of temp_file function for Windows function calling
|
2026-04-28 08:53:57 -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
|
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
|
a4e5bef1b7
|
feat: Automatic runtime customization using shebangs
|
2026-04-09 14:16:02 -06:00 |
|
Dark-Alex-17
|
e3e246607e
|
feat: Added TypeScript tool support using the refactored common ScriptedLanguage trait
|
2026-04-09 13:17:28 -06:00 |
|
Dark-Alex-17
|
b022ca089c
|
fix: don't shadow variables in binary path handling for Windows
|
2026-04-09 07:53:18 -06:00 |
|
Dark-Alex-17
|
c8067828d5
|
fix: Tool call improvements for Windows systems
|
2026-04-08 12:49:43 -06:00 |
|
Dark-Alex-17
|
78e772f455
|
style: Applied formatting to MCP module
|
2026-02-20 15:28:21 -07:00 |
|
Dark-Alex-17
|
746f9e7b24
|
fix: Improved sub-agent stdout and stderr output for users to follow
|
2026-02-20 13:47:28 -07:00 |
|
Dark-Alex-17
|
369a4f0a89
|
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
|
5b147e07b3
|
style: Applied formatting to the function module
|
2026-02-18 13:20:18 -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
|
d46225d2a9
|
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
|
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
|
78d19bed4d
|
feat: Full passive task queue integration for parallelization of subagents
|
2026-02-17 13:42:53 -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
|
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
|
cc7fcd0b5b
|
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
|
e0927a04d9
|
feat: Added gemini-3-pro to the supported vertexai models
|
2026-01-30 19:03:41 -07:00 |
|
Dark-Alex-17
|
20a76cee3e
|
feat: Added support for thought-signatures for Gemini 3+ models
|
2026-01-21 15:11:55 -07:00 |
|
Dark-Alex-17
|
a733b9247a
|
style: Applied formatting
|
2025-12-03 15:06:50 -07:00 |
|
Dark-Alex-17
|
7d0ce94907
|
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
|
dbf7329e87
|
refactor: Updated to the most recent Rust version with 2024 syntax
|
2025-11-07 15:50:55 -07:00 |
|
Dark-Alex-17
|
d2f4fefcf3
|
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
|
629527988d
|
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 |
|