myself 0.5.0

Myself is a Rust library for building conversational agents powered by OpenAI's language model, providing a simple Agent abstraction to manage interactions and memory.
Documentation
1
2
3
4
5
6
mod builder;
mod methods;
mod structure;

pub use builder::AgentBuilder;
pub use structure::{Agent, DefaultInteraction};