Docs.rs
aether-agent-core-0.7.0
aether-agent-core 0.7.0
Docs.rs crate page
MIT
04 September 2026
Links
Repository
crates.io
Source
Owners
jcarver989
Dependencies
aether-acp-utils ^0.4.0
normal
aether-auth ^0.1.13
normal
async-openai ^0.41.0
normal
async-stream ^0.3.6
normal
base16ct ^1.0
normal
chrono ^0.4.45
normal
clap ^4.6
normal
futures ^0.3.32
normal
glob ^0.3
normal
aether-llm ^0.8.0
normal
aether-mcp-utils ^0.6.0
normal
regex ^1.12.4
normal
rmcp ^3.1.1
normal
schemars ^1.2.1
normal
serde ^1.0.228
normal
serde_json ^1.0.150
normal
serde_yml ^0.0.13
normal
sha2 ^0.11
normal
tempfile ^3.27
normal
optional
thiserror ^2.0
normal
tokio ^1.52.3
normal
tokio-stream ^0.1.18
normal
tracing ^0.1.44
normal
tracing-subscriber ^0.3.23
normal
aether-utils ^0.2.14
normal
uuid ^1.23
normal
reqwest ^0.13.4
dev
tempfile ^3.27
dev
tokio ^1.52.3
dev
Versions
35.23%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module context
aether_
core
0.7.0
Module context
Module Items
Modules
Structs
Constants
In crate aether_
core
aether_core
Module
context
Copy item path
Source
Re-exports
§
pub use
compaction
::*;
Modules
§
compaction
Structs
§
Session
Usage
Tracker
Billable usage for one agent session. The root agent’s session tracker captures totals for all agents (e.g. sub-agents).
Token
Tracker
One agent’s context window, tracked from real LLM API usage rather than estimation. Owns the
ContextUsage
snapshot the agent publishes and evaluates the compaction policy against it.
Constants
§
DEFAULT_
COMPACTION_
THRESHOLD
Default threshold for triggering context compaction (85%)