attuned-core 1.0.1

Core types and traits for Attuned - human state representation for LLM systems
Documentation
[[bench]]
harness = false
name = "snapshot"
path = "benches/snapshot.rs"

[[bench]]
harness = false
name = "translator"
path = "benches/translator.rs"

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.tokio]
features = ["full"]
version = "1.40"

[features]
default = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "api-bindings"]
description = "Core types and traits for Attuned - human state representation for LLM systems"
edition = "2021"
keywords = ["llm", "state", "context", "ai", "agent"]
license = "Apache-2.0"
name = "attuned-core"
readme = "README.md"
repository = "https://github.com/JtPerez-Acle/Attuned"
rust-version = "1.83"
version = "1.0.1"