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 {
|
type ContextBuilder struct {
|
||||||
workspace string
|
workspace string
|
||||||
dataDir string
|
dataDir string
|
||||||
skillsLoader *skills.SkillsLoader
|
skillsLoader *skills.SkillsLoader
|
||||||
memory *MemoryStore
|
memory *MemoryStore
|
||||||
tools *tools.ToolRegistry // Direct reference to tool registry
|
tools *tools.ToolRegistry // Direct reference to tool registry
|
||||||
mcpManager *mcp.Manager // MCP server manager
|
mcpManager *mcp.Manager // MCP server manager
|
||||||
enabledChannels []string // Active communication channels
|
enabledChannels []string // Active communication channels
|
||||||
memoryToolEnabled bool // Whether memory tool is registered
|
memoryToolEnabled bool // Whether memory tool is registered
|
||||||
}
|
}
|
||||||
|
|
||||||
func getGlobalConfigDir() string {
|
func getGlobalConfigDir() string {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue