package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: May 21, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AgentEntry struct {
Name string `json:"name"`
LLM string `json:"llm,omitempty"`
Tools []string `json:"tools,omitempty"`
Skills []string `json:"skills,omitempty"`
}
type SkillEntry struct {
Name string `json:"name"`
CompatibleAgents []string `json:"compatible_agents,omitempty"`
HasWorkflow bool `json:"has_workflow"`
}
type ToolEntry struct {
Name string `json:"name"`
Type string `json:"type"`
Approval string `json:"approval,omitempty"`
SideEffect string `json:"side_effect,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.