Documentation
¶
Index ¶
- type AgentOrchestrator
- func (o *AgentOrchestrator) ActivateAgent(role AgentRole)
- func (o *AgentOrchestrator) DeactivateAgent(role AgentRole)
- func (o *AgentOrchestrator) GetActiveAgents() []*SpecializedAgent
- func (o *AgentOrchestrator) GetAgent(role AgentRole) *SpecializedAgent
- func (o *AgentOrchestrator) ListAgents() []*SpecializedAgent
- func (o *AgentOrchestrator) ProcessThroughAgent(role AgentRole, input string) string
- type AgentRole
- type SpecializedAgent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentOrchestrator ¶
type AgentOrchestrator struct {
// contains filtered or unexported fields
}
func NewAgentOrchestrator ¶
func NewAgentOrchestrator() *AgentOrchestrator
func (*AgentOrchestrator) ActivateAgent ¶
func (o *AgentOrchestrator) ActivateAgent(role AgentRole)
func (*AgentOrchestrator) DeactivateAgent ¶
func (o *AgentOrchestrator) DeactivateAgent(role AgentRole)
func (*AgentOrchestrator) GetActiveAgents ¶
func (o *AgentOrchestrator) GetActiveAgents() []*SpecializedAgent
func (*AgentOrchestrator) GetAgent ¶
func (o *AgentOrchestrator) GetAgent(role AgentRole) *SpecializedAgent
func (*AgentOrchestrator) ListAgents ¶
func (o *AgentOrchestrator) ListAgents() []*SpecializedAgent
func (*AgentOrchestrator) ProcessThroughAgent ¶
func (o *AgentOrchestrator) ProcessThroughAgent(role AgentRole, input string) string
Click to show internal directories.
Click to hide internal directories.