Runtime

Fundamentals

The environment that controls how actions happen. For humans, that means company policy, approvals, and accountability. For most AI agents today, there is no equivalent. Covia is the runtime that decides when an action is allowed, orders actions so they do not conflict, records what happened, and makes actions reversible when possible.

Unlike an agent framework, which helps a developer build an agent, a runtime governs how that agent executes once it is built. LangChain, CrewAI, AutoGen are frameworks: they shape the agent's reasoning loop. Covia is a runtime: it shapes the agent's relationship with the rest of the system — what it is allowed to do, in what order, with what evidence, and with what recourse if something goes wrong. The two layers are complementary; framework-built agents run on top of runtimes. Covia is framework-agnostic by design.

Covia documentation covers every concept in full technical detail.