Skip to main content

Crate yoagent_state

Crate yoagent_state 

Source
Expand description

Simple but effective state and lineage for long-running agents.

yoagent-state stores append-only events and derives a small semantic graph for patches, evals, decisions, artifacts, and project references. Git and the filesystem remain the source of truth for concrete project changes.

Re-exports§

pub use adapter::*;
pub use artifact::*;
pub use behavior::*;
pub use error::*;
pub use event::*;
pub use fork::*;
pub use graph::*;
pub use ids::*;
pub use observer::*;
pub use patch::*;
pub use policy::*;
pub use primitives::*;
pub use projector::*;
pub use query::*;
pub use runtime::*;
pub use schema::*;
pub use state::*;
pub use store::*;

Modules§

adapter
artifact
behavior
error
event
fork
graph
ids
observer
patch
policy
primitives
projector
query
runtime
schema
state
store