myself 0.1.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
[dependencies.anyhow]
version = "1.0.69"

[dependencies.dotenvy]
version = "0.15.6"

[dependencies.rbatis]
version = "4.0.58"

[dependencies.rbdc]
version = "0.1.23"

[dependencies.rbdc-sqlite]
version = "0.1.17"

[dependencies.rbs]
version = "0.1.15"

[dependencies.reqwest]
features = ["json"]
version = "0.11.14"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[dependencies.serde_derive]
version = "1.0.152"

[dependencies.serde_json]
version = "1.0.93"

[dependencies.tokio]
features = ["full"]
version = "1.25.0"

[package]
description = "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 = "https://docs.rs/myself"
edition = "2021"
homepage = "https://community.minsky.cc/projects/myself"
license = "MIT"
name = "myself"
readme = "README.md"
repository = "https://github.com/minskylab/myself"
version = "0.1.0"