[package]
edition = "2021"
name = "a8e-core"
version = "0.1.15"
authors = ["a8e-ai <dev@a8e.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Articulate (a8e): The sovereign AI operator for your terminal."
readme = false
license = "Apache-2.0"
repository = "https://github.com/a8e-ai/a8e"
[features]
cuda = [
"candle-core/cuda",
"candle-nn/cuda",
]
default = []
[lib]
name = "a8e_core"
path = "src/lib.rs"
[[bin]]
name = "build_canonical_models"
path = "src/providers/canonical/build_canonical_models.rs"
[[example]]
name = "agent"
path = "examples/agent.rs"
[[example]]
name = "databricks_oauth"
path = "examples/databricks_oauth.rs"
[[example]]
name = "image_tool"
path = "examples/image_tool.rs"
[[example]]
name = "test_whisper"
path = "examples/test_whisper.rs"
[[example]]
name = "tetrate_auth"
path = "examples/tetrate_auth.rs"
[[test]]
name = "agent"
path = "tests/agent.rs"
[[test]]
name = "compaction"
path = "tests/compaction.rs"
[[test]]
name = "mcp_integration_test"
path = "tests/mcp_integration_test.rs"
[[test]]
name = "providers"
path = "tests/providers.rs"
[[test]]
name = "repetition_inspector_tests"
path = "tests/repetition_inspector_tests.rs"
[[test]]
name = "scheduler_test_support"
path = "tests/scheduler_test_support.rs"
[[test]]
name = "session_id_propagation_test"
path = "tests/session_id_propagation_test.rs"
[[test]]
name = "tetrate_streaming"
path = "tests/tetrate_streaming.rs"
[[test]]
name = "tool_inspection_manager_tests"
path = "tests/tool_inspection_manager_tests.rs"
[dependencies.a8e-mcp]
version = "0.1.15"
[dependencies.ahash]
version = "0.8"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-stream]
version = "0.3"
[dependencies.async-trait]
version = "0.1"
[dependencies.aws-config]
version = "=1.8.12"
features = ["behavior-version-latest"]
[dependencies.aws-sdk-bedrockruntime]
version = "=1.120.0"
[dependencies.aws-sdk-sagemakerruntime]
version = "1.62.0"
[dependencies.aws-smithy-types]
version = "=1.3.5"
[dependencies.axum]
version = "0.8"
[dependencies.base64]
version = "0.22.1"
[dependencies.blake3]
version = "1.5"
[dependencies.byteorder]
version = "1.5.0"
[dependencies.candle-core]
version = "0.9"
default-features = false
[dependencies.candle-nn]
version = "0.9"
default-features = false
[dependencies.candle-transformers]
version = "0.9"
default-features = false
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.dashmap]
version = "6.1"
[dependencies.dirs]
version = "5.0"
[dependencies.etcetera]
version = "0.11.0"
[dependencies.fs2]
version = "0.4"
[dependencies.futures]
version = "0.3"
[dependencies.hf-hub]
version = "0.4.3"
features = ["tokio"]
default-features = false
[dependencies.ignore]
version = "0.4.25"
[dependencies.include_dir]
version = "0.7.4"
[dependencies.indexmap]
version = "2.12.0"
[dependencies.indoc]
version = "2.0"
[dependencies.insta]
version = "1.43.2"
[dependencies.jsonschema]
version = "0.30.0"
[dependencies.jsonwebtoken]
version = "10.3.0"
features = ["aws_lc_rs"]
[dependencies.keyring]
version = "3.6.2"
features = [
"apple-native",
"windows-native",
"sync-secret-service",
"vendored",
]
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.lru]
version = "0.16"
[dependencies.minijinja]
version = "2.12.0"
features = ["loader"]
[dependencies.nanoid]
version = "0.4"
[dependencies.once_cell]
version = "1.20"
[dependencies.opentelemetry]
version = "0.31"
[dependencies.opentelemetry-appender-tracing]
version = "0.31"
[dependencies.opentelemetry-otlp]
version = "0.31"
[dependencies.opentelemetry-stdout]
version = "0.31"
features = [
"trace",
"metrics",
"logs",
]
[dependencies.opentelemetry_sdk]
version = "0.31"
features = ["metrics"]
[dependencies.paste]
version = "1.0.0"
[dependencies.pctx_code_mode]
version = "^0.2.3"
[dependencies.rand]
version = "0.8"
[dependencies.regex]
version = "1.12"
[dependencies.reqwest]
version = "0.12.28"
features = [
"multipart",
"rustls-tls-native-roots",
"json",
"cookies",
"gzip",
"brotli",
"deflate",
"zstd",
"charset",
"http2",
"stream",
"blocking",
"multipart",
"system-proxy",
]
default-features = false
[dependencies.rmcp]
version = "0.15.0"
features = [
"schemars",
"auth",
"client",
"reqwest",
"transport-child-process",
"transport-streamable-http-client",
"transport-streamable-http-client-reqwest",
]
[dependencies.rubato]
version = "0.16"
[dependencies.schemars]
version = "1.0"
features = ["derive"]
default-features = false
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_urlencoded]
version = "0.7"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.shellexpand]
version = "3.1"
[dependencies.sqlx]
version = "0.8"
features = [
"runtime-tokio-rustls",
"sqlite",
"chrono",
"json",
"macros",
"migrate",
]
default-features = false
[dependencies.symphonia]
version = "0.5"
features = ["all"]
[dependencies.sys-info]
version = "0.9"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "1.0"
[dependencies.tiktoken-rs]
version = "0.6.0"
[dependencies.tokenizers]
version = "0.21.0"
[dependencies.tokio]
version = "1.49"
features = ["full"]
[dependencies.tokio-cron-scheduler]
version = "0.14.0"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tokio-util]
version = "0.7"
features = ["compat"]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-opentelemetry]
version = "0.32"
[dependencies.tracing-subscriber]
version = "0.3"
[dependencies.unbinder]
version = "0.1.7"
[dependencies.unicode-normalization]
version = "0.1"
[dependencies.url]
version = "2.5.8"
[dependencies.urlencoding]
version = "2.1"
[dependencies.utoipa]
version = "4.1"
features = ["chrono"]
[dependencies.uuid]
version = "1.11"
features = ["v4"]
[dependencies.v_htmlescape]
version = "0.15"
[dependencies.webbrowser]
version = "1.0"
[dependencies.which]
version = "8.0.0"
[dependencies.zip]
version = "0.6"
[dev-dependencies.a8e-test-support]
version = "0.1.15"
[dev-dependencies.ctor]
version = "0.2.9"
[dev-dependencies.dotenvy]
version = "0.15"
[dev-dependencies.env-lock]
version = "1.0.1"
[dev-dependencies.mockall]
version = "0.13.1"
[dev-dependencies.rmcp]
version = "0.15.0"
features = [
"schemars",
"auth",
"transport-streamable-http-server",
]
[dev-dependencies.serial_test]
version = "3.2.0"
[dev-dependencies.test-case]
version = "3.3.1"
[dev-dependencies.tokio]
version = "1.49"
features = ["full"]
[dev-dependencies.tokio-util]
version = "0.7"
features = ["compat"]
[dev-dependencies.wiremock]
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.candle-core]
version = "0.9"
features = ["metal"]
default-features = false
[target.'cfg(target_os = "macos")'.dependencies.candle-nn]
version = "0.9"
features = ["metal"]
default-features = false
[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3"
features = ["wincred"]
[lints.clippy]
string_slice = "warn"
uninlined_format_args = "allow"