aagt-core 0.2.2

Core types and traits for the AAGT AI Agent framework
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 = "aagt-core"
version = "0.2.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for the AAGT AI Agent framework"
readme = "README.md"
license = "MIT"
repository = "https://github.com/undead-undead/aagt"

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

[[example]]
name = "deep_refactoring_demo"
path = "examples/deep_refactoring_demo.rs"

[[example]]
name = "file_store_usage"
path = "examples/file_store_usage.rs"

[[example]]
name = "qmd_memory_usage"
path = "examples/qmd_memory_usage.rs"

[[example]]
name = "refactored_demo"
path = "examples/refactored_demo.rs"

[[example]]
name = "repro_risk_bug"
path = "examples/repro_risk_bug.rs"

[[example]]
name = "risk_management"
path = "examples/risk_management.rs"

[[example]]
name = "skill_loader_prototype"
path = "examples/skill_loader_prototype.rs"

[[example]]
name = "strategy_pipeline"
path = "examples/strategy_pipeline.rs"

[[example]]
name = "test_dynamic_skills"
path = "examples/test_dynamic_skills.rs"

[[example]]
name = "verify_audit_fixes"
path = "examples/verify_audit_fixes.rs"

[[example]]
name = "verify_circuit_breaker"
path = "examples/verify_circuit_breaker.rs"

[[example]]
name = "verify_memory_isolation"
path = "examples/verify_memory_isolation.rs"

[[example]]
name = "verify_resilience"
path = "examples/verify_resilience.rs"

[[example]]
name = "verify_sidecar"
path = "examples/verify_sidecar.rs"

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

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

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

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

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

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

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

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

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

[dependencies.aagt-qmd]
version = "0.2.2"
features = ["fts"]
default-features = false

[dependencies.anyhow]
version = "1.0"

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

[dependencies.bincode]
version = "1.3"

[dependencies.bytes]
version = "1.9"

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

[dependencies.console-subscriber]
version = "0.5.0"

[dependencies.dashmap]
version = "6.1"

[dependencies.fastrand]
version = "2.3.0"

[dependencies.fs2]
version = "0.4.3"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.prost]
version = "0.13"

[dependencies.rayon]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

[dependencies.rust_decimal]
version = "1.36"
features = ["serde-float"]

[dependencies.rust_decimal_macros]
version = "1.36"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.simd-json]
version = "0.14"

[dependencies.thiserror]
version = "2.0"

[dependencies.tiktoken-rs]
version = "0.9.1"

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

[dependencies.tonic]
version = "0.12"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

[dependencies.uuid]
version = "1.12"
features = [
    "v4",
    "serde",
]

[dependencies.wasmtime]
version = "29.0"

[dependencies.wasmtime-wasi]
version = "29.0"

[dependencies.which]
version = "8.0.0"

[dev-dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.tokio-test]
version = "0.4"

[build-dependencies.tonic-build]
version = "0.12"