Skip to main content

Crate codex_agent_graph_store

Crate codex_agent_graph_store 

Source
Expand description

Storage-neutral parent/child topology for thread-spawned agents.

Structs§

LocalAgentGraphStore
SQLite-backed implementation of AgentGraphStore using an existing state runtime.

Enums§

AgentGraphStoreError
Error type shared by agent graph store implementations.
ThreadSpawnEdgeStatus
Lifecycle status attached to a directional thread-spawn edge.

Traits§

AgentGraphStore
Storage-neutral boundary for persisted thread-spawn parent/child topology.

Type Aliases§

AgentGraphStoreFuture
Future returned by AgentGraphStore operations.
AgentGraphStoreResult
Result type returned by agent graph store operations.