What problem does it solve?
This Skill solves the lack of consistency in agentic memory and operational reliability by providing a standardized contract for world-state persistence, telemetry, and error-driven learning.
Core Features & Use Cases
- Coherent World Model: Implements a structured STATE.json to track goals, commitments, and beliefs across sessions.
- Telemetry & Archival: Provides append-only logging for predictions, observations, and learning, with automated consolidation to prevent unbounded growth.
- Test Harness: Includes a suite of acceptance tests to verify online coupling, prediction calibration, and active sensing.
- Use Case: Use this to bootstrap a new agent or refactor an existing one to ensure it maintains a persistent, auditable, and self-correcting world model.
Quick Start
Run the cas-agent-setup skill to initialize the required memory structure and schemas in the current agent directory.