mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
style: format code with gofmt
This commit is contained in:
+2
-2
@@ -161,8 +161,8 @@ func NewAgentLoop(cfg *config.Config, msgBus *bus.MessageBus, provider providers
|
||||
contextBuilder: contextBuilder,
|
||||
tools: toolsRegistry,
|
||||
mcpManager: mcpManager,
|
||||
mcpConfig: cfg.Tools.MCP, // Store only MCP config (minimal dependency)
|
||||
workspacePath: workspace, // Store workspace path for envFile resolution
|
||||
mcpConfig: cfg.Tools.MCP, // Store only MCP config (minimal dependency)
|
||||
workspacePath: workspace, // Store workspace path for envFile resolution
|
||||
subagentManager: subagentManager,
|
||||
summarizing: sync.Map{},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user