[package]
edition = "2024"
rust-version = "1.85"
name = "daimon-core"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and types for the Daimon AI agent framework — implement Model to add providers"
homepage = "https://github.com/Lexmata/daimon"
documentation = "https://docs.rs/daimon-core"
readme = false
keywords = [
"ai",
"agent",
"llm",
"trait",
"provider",
]
categories = [
"asynchronous",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Lexmata/daimon"
[lib]
name = "daimon_core"
path = "src/lib.rs"
[dependencies.async-stream]
version = "0.3"
[dependencies.futures]
version = "0.3"
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = ["rt"]
[dependencies.tracing]
version = "0.1"