Integration Paradox: The structural mismatch between stochastic/unstructured LLM outputs and the deterministic/schema-bound requirements of backend APIs and databases.
Cognitive Blueprint: A declarative, language-agnostic specification (YAML/JSON) defining an agent's identity, capabilities, memory, and constraints, separate from its execution code.
Runtime Engine: The platform-specific SDK (e.g., agentic-py, agentic-java) that loads the Cognitive Blueprint and executes the agent, handling hydration and I/O.
AgenticFormat: The specific schema standard used to write Cognitive Blueprints, adopting a configuration-over-code philosophy.
Constraint Manifold: A formally defined subspace of valid actions; the system projects the agent's policy onto this manifold to ensure safety by construction.
MCP: Model Context Protocol—an open standard used by this framework to define how agents connect to external tools (standardizing the 'how'), while AgenticFormat defines 'who' uses them.
Reflector-Driven Consolidation: A memory architecture that compresses raw interaction logs into semantic insights for long-term persistence, overcoming LLM context window limits.
Cognitive Map-Reduce: A runtime optimization that parallelizes independent reasoning and tool-invocation steps to reduce latency.