The cognitive backbone of a reliable AI agent
A capable agent needs more than a model — it needs memory, a plan, and a way to check its own work. This category supplies that backbone. For cognition: memory store, recall, and search give durable memory across runs; context summarization keeps long tasks inside the window; and planning with plan-status tracking and sub-agent delegation let an agent decompose and hand off work. For control and quality: checkpoint save and restore, a human approval gate, a clarification request, plus confidence scoring, output evaluation, citation verification, source cross-check, and a fact checker so an agent can prove its answers instead of asserting them.