Documentation ¶ Index ¶ type Agent type State func Reveal(a Agent) *State type Type Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Agent ¶ type Agent interface { // contains filtered or unexported methods } holds Agent internal state type State ¶ type State struct { AgentType Type Config any } func Reveal ¶ func Reveal(a Agent) *State type Type ¶ type Type string const ( TypeLLMAgent Type = "LLMAgent" TypeLoopAgent Type = "LoopAgent" TypeSequentialAgent Type = "SequentialAgent" TypeParallelAgent Type = "ParallelAgent" TypeCustomAgent Type = "CustomAgent" ) Source Files ¶ View all Source files state.go Directories ¶ Show internal Expand all Path Synopsis parentmap runconfig Click to show internal directories. Click to hide internal directories.