walrus-core 0.0.10

Core types and traits for the Walrus agent runtime
Documentation
1
2
3
4
5
6
7
//! Shared configuration types used across crates.

pub mod mcp;
pub mod provider;

pub use mcp::McpServerConfig;
pub use provider::{ApiStandard, ProviderDef};