Documentation ¶ Overview ¶ Package llmagent is a base agent extended with common LLM prompts. Index ¶ type Agent func New(ctx context.Context, id string, states am.S, machSchema am.Schema) *Agent func (a *Agent) CheckingOfferRefsState(e *am.Event) func (a *Agent) Init(agent secai.AgentAPI, groups any, states am.States) error type S Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Agent ¶ type Agent struct { *secai.Agent // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, id string, states am.S, machSchema am.Schema) *Agent func (*Agent) CheckingOfferRefsState ¶ func (a *Agent) CheckingOfferRefsState(e *am.Event) func (*Agent) Init ¶ func (a *Agent) Init(agent secai.AgentAPI, groups any, states am.States) error type S ¶ type S = am.S Source Files ¶ View all Source files agent.go Directories ¶ Show internal Expand all Path Synopsis schema Click to show internal directories. Click to hide internal directories.