agentor 0.3.0

Agent-native Actor runtime — an Actor-model execution platform designed for AI Agents
Documentation
1
2
3
4
5
6
7
8
9
pub mod actor;
pub mod agent;
pub mod budget;
pub mod environment;
pub mod mcp;
pub mod observe;
pub mod prelude;
pub mod stream;
pub mod supervisor;