style: fix gofmt alignment in ContextBuilder struct
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fc02b81caa
commit
8f2b8aa514
1 changed files with 8 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue