cersei-agent 0.1.9

Agent builder, agentic loop, streaming, and reporters for the Cersei SDK
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "cersei-agent"
version = "0.1.9"
authors = ["Adib Mohsin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent builder, agentic loop, streaming, and reporters for the Cersei SDK"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pacifio/cersei"

[features]
bench-full = [
    "jemalloc-bench",
    "graph-bench",
]
graph-bench = ["cersei-memory/graph"]
jemalloc-bench = [
    "dep:tikv-jemallocator",
    "dep:tikv-jemalloc-ctl",
]

[lib]
name = "cersei_agent"
path = "src/lib.rs"

[[example]]
name = "general_agent_bench"
path = "benchmarks/general_agent_bench.rs"

[[test]]
name = "e2e_openai_compression"
path = "tests/e2e_openai_compression.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.cersei-compression]
version = "0.1.9"

[dependencies.cersei-hooks]
version = "0.1.9"

[dependencies.cersei-mcp]
version = "0.1.9"

[dependencies.cersei-memory]
version = "0.1.9"

[dependencies.cersei-provider]
version = "0.1.9"

[dependencies.cersei-tools]
version = "0.1.9"

[dependencies.cersei-types]
version = "0.1.9"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.tikv-jemalloc-ctl]
version = "0.6"
features = ["stats"]
optional = true

[dependencies.tikv-jemallocator]
version = "0.6"
optional = true

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-util]
version = "0.7"
features = [
    "codec",
    "rt",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.cersei-embeddings]
version = "0.1.9"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]