Oxidagent 0.0.1

AI agent framework for Rust
Documentation
1
2
3
4
5
6
//! AI agent framework for Rust (coming soon)

#![warn(missing_docs)]

// Can be empty or just have a simple placeholder
pub struct Agent;