Logo
Explore Help
Sign In
jesus/stratumiops
1
0
Fork 0
You've already forked stratumiops
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
stratumiops/crates/stratum-graph/src/lib.rs

10 lines
330 B
Rust
Raw Normal View History

feat: add stratum-orchestrator with graph, state, NATS, and Nickel action nodes New crates: stratum-orchestrator (Cedar authz, Vault secrets, Nu/agent executors, saga runner), stratum-graph (petgraph DAG + SurrealDB repo), stratum-state (SurrealDB tracker), platform-nats (NKey auth client), ncl-import-resolver. Updates: stratum-embeddings (SurrealDB store + persistent cache), stratum-llm circuit breaker. Adds Nickel action-nodes, schemas, config, Nushell scripts, docker-compose dev stack, and ADR-003.
2026-02-22 21:33:26 +00:00
pub mod graph;
pub mod repository;
pub mod types;
pub use graph::ActionGraph;
pub use repository::{GraphRepository, InMemoryGraphRepository};
#[cfg(any(feature = "mem-store", feature = "surrealkv-store"))]
pub use repository::SurrealGraphRepository;
pub use types::{ActionNode, BackoffStrategy, Capability, NodeId, RetryPolicy};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 16ms Template: 1ms
English
English Español
Licenses API