Documentation
¶
Overview ¶
internal/meta/meta.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentSpec ¶
type AgentSpec struct {
Name string `json:"name"`
Role string `json:"role"`
Prompt string `json:"prompt"`
Tools []string `json:"tools"`
}
AgentSpec is output from the designer agent.
Click to show internal directories.
Click to hide internal directories.