Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2026 Changes in this version + type Registry struct + Agent *core.Agent + ConfirmManager *shared.ConfirmationManager + FalconDir string + HTTPTool *shared.HTTPTool + LLMClient llm.LLMClient + MemStore *core.MemoryStore + PersistManager *persistence.PersistenceManager + ResponseManager *shared.ResponseManager + VariableStore *shared.VariableStore + WorkDir string + func NewRegistry(agent *core.Agent, llmClient llm.LLMClient, workDir string, falconDir string, ...) *Registry + func (r *Registry) RegisterAllTools()