Documentation
¶
Overview ¶
Package tools builds ADK toolsets from agentsmithy config tool references. Each entry in `tools.mcp` or `tools.a2a` lowers to a toolset that the pipeline attaches to autonomous agents that reference the tool by name.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolved ¶
type Resolved struct {
Name string
// One of Tools or Toolset is populated. mcp entries produce a
// toolset (lazy connection, expands at LLM time); a2a entries
// produce a single tool wrapping a remote agent.
Tools []adktool.Tool
Toolset adktool.Toolset
}
Resolved is the lowered form of one config tool entry.
Click to show internal directories.
Click to hide internal directories.