aonyx-agent 0.4.0

The agent with a real memory palace — Knowledge Graph + Hybrid Search + Time-machine. Agent loop + the `aonyx` CLI.
Documentation
1
2
3
4
5
6
7
//! Context-window pressure monitor + summarization.
//!
//! Triggers a summarization pass when `total_tokens >= 0.5 * model_window`.
//! The summarization is carried out by an auxiliary LLM call; orphaned
//! tool-call / tool-result pairs are stripped before summarizing.

// TODO(V1): port Aonyx RAG `agent/compaction.py`.