agentic 0.0.4

Support library for building Agentic MCP and Agent2Agent based systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// region:    --- Modules

mod base;
mod completion;
mod logging;
mod meta;
mod progress;

pub use base::*;
pub use completion::*;
pub use logging::*;
pub use meta::*;
pub use progress::*;

// endregion: --- Modules