aonyx-agent 0.9.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
//! Lightweight intent classifier.
//!
//! Routes the user message into one of:
//! `Chitchat | Task | Recall | Code | Research`. The chosen bucket selects a
//! different prompt template and tool subset.

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