clark-agent-compaction 0.1.0

Provider-agnostic context compaction planner for typed agent transcripts.
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.82"
name = "clark-agent-compaction"
version = "0.1.0"
authors = ["Stanislav Kirdey, Clark Labs Inc. <https://github.com/clark-labs-inc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider-agnostic context compaction planner for typed agent transcripts."
homepage = "https://github.com/clark-labs-inc/clark-agent-compaction"
documentation = "https://docs.rs/clark-agent-compaction"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "context",
    "compaction",
    "transcript",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/clark-labs-inc/clark-agent-compaction"

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

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