[package]
edition = "2021"
rust-version = "1.74"
name = "agent-message-window"
version = "0.1.0"
authors = ["Mukunda Rao Katta <mukunda.vjcs6@gmail.com>"]
build = false
exclude = [
".github/*",
"target/*",
"*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sliding window of recent LLM conversation turns with paired-protection: never drop a tool_use without its tool_result sibling. Zero deps (serde_json only)."
homepage = "https://github.com/MukundaKatta/agent-message-window-rs"
documentation = "https://docs.rs/agent-message-window"
readme = "README.md"
keywords = [
"llm",
"agents",
"conversation",
"window",
"anthropic",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MukundaKatta/agent-message-window-rs"
[lib]
name = "agent_message_window"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1"
[dev-dependencies.serde_json]
version = "1"