Documentation
¶
Index ¶
- type Opt
- type Team
- func (t *Team) Agent(name string) (*agent.Agent, error)
- func (t *Team) AgentNames() []string
- func (t *Team) InitializeRAG(ctx context.Context)
- func (t *Team) RAGManagers() map[string]*rag.Manager
- func (t *Team) Size() int
- func (t *Team) StartRAGFileWatchers(ctx context.Context)
- func (t *Team) StopToolSets(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Team ¶
type Team struct {
ID string
// contains filtered or unexported fields
}
func (*Team) AgentNames ¶
func (*Team) InitializeRAG ¶ added in v1.9.16
InitializeRAG initializes all RAG managers in the background
func (*Team) RAGManagers ¶ added in v1.9.16
RAGManagers returns the RAG managers for this team
func (*Team) StartRAGFileWatchers ¶ added in v1.9.16
StartRAGFileWatchers starts file watchers for all RAG managers
Click to show internal directories.
Click to hide internal directories.