agentai 0.1.5

AgentAI is a Rust library designed to simplify the creation of AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! # Using MCP Server tools
//!
//! This example focus on demonstrating how you can use MCP Servers as tools for your AI Agent
//!
//! To run this example from the terminal, enter:
//! ```bash
//! cargo run --example tools_mcp
//! ```
//!
//! ## Source Code
//!
//! ```rust
#![doc = include_str!("../../examples/tools_mcp.rs")]
//! ```