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
pub mod backend;
pub mod config;
pub mod database;
pub mod llm;
pub mod llm_responses;
pub mod sdk;