add memory_get tool and docker-based make test target

This commit is contained in:
DBT
2026-02-23 09:59:57 +00:00
parent 756bfe2302
commit 0996c51978
3 changed files with 130 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ func NewAgentLoop(cfg *config.Config, msgBus *bus.MessageBus, provider providers
// Register memory tools
memorySearchTool := tools.NewMemorySearchTool(workspace)
toolsRegistry.Register(memorySearchTool)
toolsRegistry.Register(tools.NewMemoryGetTool(workspace))
toolsRegistry.Register(tools.NewMemoryWriteTool(workspace))
// Register parallel execution tool (leveraging Go's concurrency)