agentor 0.3.0

Agent-native Actor runtime — an Actor-model execution platform designed for AI Agents
Documentation
1
2
3
4
5
pub mod strategy;
pub mod supervisor;

pub use strategy::{SupervisionDecision, SupervisionStrategy};
pub use supervisor::{Supervisor, SupervisorMessage};