agent-works 0.1.1

Batteries-included Agent toolbox built on agent-base — MCP multi-server, Skills, built-in file tools, CLI REPL
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod hub;
pub mod types;

pub use client::{McpClient, McpToolAdapter};
pub use hub::{ConnectionState, McpHub};
pub use types::{McpServerConfig, McpToolInfo, McpTransport};