Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImprovementAnalyst ¶
type ImprovementAnalyst struct {
// contains filtered or unexported fields
}
ImprovementAnalyst orchestrates the OODA loop for proactive self-improvement.
func NewImprovementAnalyst ¶
func NewImprovementAnalyst(logger *zap.Logger, cfg config.Interface, llmClient schemas.LLMClient, kgClient schemas.KnowledgeGraphClient) (*ImprovementAnalyst, error)
NewImprovementAnalyst initializes the Analyst and all OODA components.
Click to show internal directories.
Click to hide internal directories.