diff --git a/pkg/agent/context.go b/pkg/agent/context.go index a65803ca5..ff5c6a982 100644 --- a/pkg/agent/context.go +++ b/pkg/agent/context.go @@ -15,14 +15,14 @@ import ( ) type ContextBuilder struct { - workspace string - dataDir string - skillsLoader *skills.SkillsLoader - memory *MemoryStore - tools *tools.ToolRegistry // Direct reference to tool registry - mcpManager *mcp.Manager // MCP server manager - enabledChannels []string // Active communication channels - memoryToolEnabled bool // Whether memory tool is registered + workspace string + dataDir string + skillsLoader *skills.SkillsLoader + memory *MemoryStore + tools *tools.ToolRegistry // Direct reference to tool registry + mcpManager *mcp.Manager // MCP server manager + enabledChannels []string // Active communication channels + memoryToolEnabled bool // Whether memory tool is registered } func getGlobalConfigDir() string {