Appearance
Pure TypeScript library for building AI agents with real cognitive capabilities.
Context analysis, entity extraction, belief formation from raw input.
Three memory types - episodic (experiences), semantic (facts), working (relevant context).
Belief formation, intention generation, world model updates based on evidence.
Self-monitoring - detects contradictions, adjusts strategy, catches blind spots.
Priority signals for efficiency - cognitive load management, familiarity detection.
Works with any LLM and any storage backend via simple interfaces.