nexo-core 0.2.1

Agent runtime: event bus, sessions, plugin trait, heartbeat, A2A delegation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! MCP-server-side bridge: adapt the runtime tool registry into the
//! `McpServerHandler` shape consumed by `crates/mcp` transports, plus
//! the boot dispatcher that decides which runtime tools may
//! be advertised to external MCP clients.

pub mod bridge;
pub mod context;
pub mod dispatch;
pub mod telemetry;

pub use bridge::ToolRegistryBridge;
pub use context::{McpServerBootContext, McpServerBootContextBuilder};
pub use dispatch::{boot_exposable, BootResult};