agent-diva-nano 0.2.0

Nano runtime and gateway control plane for Agent Diva
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod handlers;
pub mod manager;
pub mod mcp_service;
pub mod runtime;
pub mod server;
pub mod skill_service;
pub mod state;

pub use manager::Manager;
pub use runtime::{run_local_gateway, GatewayRuntimeConfig};
pub use server::run_server;
pub use state::{ApiRequest, AppState, ManagerCommand};