Dark-Alex-17
|
165d0d113d
|
feat: added skill hint prompt injection and configuration
|
2026-06-05 14:48:54 -06:00 |
|
Dark-Alex-17
|
84dcb3078b
|
feat: validate visible_skills field at config load time
|
2026-06-04 13:43:40 -06:00 |
|
Dark-Alex-17
|
7b320e08c4
|
fix: enforced global visible_skills in llm node validation and improved skill loading error handling across the project
|
2026-06-04 13:09:43 -06:00 |
|
Dark-Alex-17
|
44f533018e
|
fix: privilege leak when unloading skills and leaving tool scope untouched
|
2026-06-04 10:17:01 -06:00 |
|
Dark-Alex-17
|
73a4499c68
|
fix: don't silently fail on skill role composition extraction in llm nodes
|
2026-06-04 09:09:55 -06:00 |
|
Dark-Alex-17
|
260bf4e5bc
|
fmt: applied formatting to refactored mcp_servers and tools lists
|
2026-06-03 14:02:06 -06:00 |
|
Dark-Alex-17
|
ece66448e0
|
refactor: support both CSV and list formats for enabled_tools
|
2026-06-03 13:58:24 -06:00 |
|
Dark-Alex-17
|
a254d60876
|
refactor: Support both CSV and list formats for enabled_mcp_servers
|
2026-06-03 13:23:13 -06:00 |
|
Dark-Alex-17
|
d0ebe7408f
|
fix: skill support also requires function calling to be enabled
|
2026-06-02 09:42:36 -06:00 |
|
Dark-Alex-17
|
d07caf2a4b
|
fmt: Applied uniform formatting to skills implementation
|
2026-06-01 15:21:00 -06:00 |
|
Dark-Alex-17
|
1faab15377
|
feat: cleaned up skill implementation
|
2026-06-01 15:13:50 -06:00 |
|
Dark-Alex-17
|
de42cae87f
|
feat: dynamic loading/unloading of skill tools and MCP servers whenever load_skill/unload_skill are invoked
|
2026-06-01 13:22:44 -06:00 |
|
Dark-Alex-17
|
cdc4bd154a
|
feat: created built-in functions for listing, loading, and unloading skills
|
2026-06-01 12:58:42 -06:00 |
|
Dark-Alex-17
|
be5d280c32
|
fix: bash-based user interactions in agents accidentally regressed in graph implementation
|
2026-05-27 15:20:19 -06:00 |
|
Dark-Alex-17
|
34dc4b0dce
|
fix: Generified the functions usage of script detection for an executable bit on unix systems
|
2026-05-22 16:01:28 -06:00 |
|
Dark-Alex-17
|
cd226577e7
|
feat: install remote now writes files to disk
|
2026-05-22 15:55:37 -06:00 |
|
Dark-Alex-17
|
81c037515e
|
feat: improved UX for parallel graph execution
|
2026-05-20 18:54:20 -06:00 |
|
Dark-Alex-17
|
a3d67bfbf7
|
feat: Created a new .install command to install bundled assets on-demand
|
2026-05-18 14:59:02 -06:00 |
|
Dark-Alex-17
|
5bd0766a60
|
style: Cleaned up all graph agent code
|
2026-05-18 13:46:52 -06:00 |
|
Dark-Alex-17
|
da5cd21c1c
|
test: added additional test coverage to graph components
|
2026-05-18 10:08:36 -06:00 |
|
Dark-Alex-17
|
fc7fdc98b4
|
feat: created full llm node runtime implementation
|
2026-05-14 14:00:24 -06:00 |
|
Dark-Alex-17
|
9bc4f8b621
|
feat: wired together graph execution and agent graph dispatch
|
2026-05-14 11:10:45 -06:00 |
|
Dark-Alex-17
|
bfcd73c32a
|
feat: Added initial support for native Loki agent nodes in the graph-based agent system
|
2026-05-13 13:21:45 -06:00 |
|
Dark-Alex-17
|
3cd3ba55ff
|
feat: Added direct script invocation support for graph-based agents
|
2026-05-13 12:35:10 -06:00 |
|
Dark-Alex-17
|
b001ae4c18
|
feat: initial agent graph scaffolding
|
2026-05-12 14:13:03 -06:00 |
|
Dark-Alex-17
|
16f3f71188
|
fix: make the agent__collect escalation-aware so it doesn't freeze on sub-agent escalations
|
2026-05-11 13:57:02 -06:00 |
|
Dark-Alex-17
|
70a251a7e2
|
feat: add auto-continue support to all contexts
|
2026-05-08 12:02:10 -06:00 |
|
Dark-Alex-17
|
bcf512fcfc
|
test: Fixed forgotten Windows-specific tests for functions
|
2026-05-07 12:20:30 -06:00 |
|
Dark-Alex-17
|
e23e5f9f7b
|
test: Added integration tests for the sub-agent spawning system and inter-agent communication mechanisms
|
2026-05-01 12:53:26 -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
|
ff42460cb4
|
refactor: migrate functions and MCP servers to AppConfig
|
2026-04-19 18:14:16 -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
|
722c9c101e
|
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
|
86aa45f0c4
|
fix: Clarified user text input interaction
|
2026-03-30 16:27:22 -06:00 |
|
Dark-Alex-17
|
0ce86af116
|
feat: Added support for specifying a custom response to multiple-choice prompts when nothing suits the user's needs
|
2026-03-16 12:37:47 -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
|
e0aab6bd02
|
fix: Fixed a bug in the new supervisor and todo built-ins that was causing errors with OpenAI models
|
2026-02-18 14:52:57 -07:00 |
|
Dark-Alex-17
|
5b147e07b3
|
style: Applied formatting to the function module
|
2026-02-18 13:20:18 -07:00 |
|
Dark-Alex-17
|
d912d44fb3
|
feat: Created a CodeRabbit-style code-reviewer agent
|
2026-02-18 12:16:59 -07:00 |
|
Dark-Alex-17
|
d9f737e1bf
|
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
|
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 |
|