Expand description
Self-model — the agent’s model of itself, users, and collective.
Three context lenses that the cognitive graph draws from:
- Self: What am I? What can I do? What are my limits?
- User: Who am I talking to? What do they need?
- Collective: What’s the team doing? What’s the shared goal?
Also contains the Negative Knowledge Store (structured “don’ts”) and Error/Failure Registry (structured failure log).
Structs§
- Failure
Record - A structured record of a failed attempt.
- Negative
Knowledge - A structured constraint — something the agent learned NOT to do.
- Self
Model - The agent’s model of itself and its context.
Enums§
- Severity
- Severity level for negative knowledge constraints.