Corpus Agentis
The field book to agent ecosystems
The field book to agent ecosystems
Design · Building Blocks · Ontology

Typed runtime state

The agent's working state is a typed schema (TypedDict / Pydantic) the graph reads and writes at each step: a structured, inspectable model of the run.

How it works

The agent's working state is a typed schema (TypedDict / Pydantic) the graph reads and writes at each step: a structured, inspectable model of the run.

At a glance
KindOntology · Typed state
ExampleLangGraph
Basis