Versions in this module Expand all Collapse all v0 v0.3.0 Jun 11, 2026 Changes in this version + type ArchitectAgent struct + func NewArchitectAgent(ctx context.Context, engine *multiagent.AgentSystem, workflowID string) (*ArchitectAgent, error) + func (a *ArchitectAgent) ClearSession(ctx context.Context) error + func (a *ArchitectAgent) GetAuditTrail() string + func (a *ArchitectAgent) GetSessionState(ctx context.Context) (map[string]interface{}, error) + func (a *ArchitectAgent) Run(ctx context.Context, input core.Envelope) (*core.WorkflowResult, error) + func (a *ArchitectAgent) RunOODA(ctx context.Context, input string) (*ooda.CognitiveFrame, error) + func (a *ArchitectAgent) SetKnowledgeStore(store ports.KnowledgeStore)