ainl-context-compiler 0.1.2

LLM context-window assembly: multi-segment, role-aware, question-aware prompt orchestration for AINL hosts. Phase 6 of SELF_LEARNING_INTEGRATION_MAP. Distinct from `ainl-context-freshness` which gates tool execution based on repo-knowledge currency.
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"
rust-version = "1.75"
name = "ainl-context-compiler"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLM context-window assembly: multi-segment, role-aware, question-aware prompt orchestration for AINL hosts. Phase 6 of SELF_LEARNING_INTEGRATION_MAP. Distinct from `ainl-context-freshness` which gates tool execution based on repo-knowledge currency."
homepage = "https://github.com/sbhooley/armaraos"
documentation = "https://docs.rs/ainl-context-compiler"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/sbhooley/armaraos"

[features]
default = [
    "sources-bulk",
    "sources-graph-memory",
    "sources-failure-warnings",
    "sources-trajectory-recap",
    "freshness",
    "tagger",
    "vitals",
]
embedder = []
freshness = ["dep:ainl-context-freshness"]
sources-bulk = []
sources-failure-warnings = [
    "dep:ainl-failure-learning",
    "dep:ainl-memory",
]
sources-graph-memory = ["dep:ainl-memory"]
sources-suggested-patterns = []
sources-trajectory-recap = ["dep:ainl-memory"]
summarizer = []
tagger = ["dep:ainl-semantic-tagger"]
vitals = []

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

[dependencies.ainl-compression]
version = "0.1.3-alpha"

[dependencies.ainl-context-freshness]
version = "0.1.2"
optional = true

[dependencies.ainl-contracts]
version = "0.1.3"

[dependencies.ainl-failure-learning]
version = "0.1.2"
optional = true

[dependencies.ainl-memory]
version = "0.1.12-alpha"
optional = true

[dependencies.ainl-semantic-tagger]
version = "0.1.9"
optional = true

[dependencies.ainl-trajectory]
version = "0.1.2"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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