aonyx-agent 0.9.1

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
//! Subagent spawning.
//!
//! V2 feature: launch an isolated child agent for a sub-task, with its own
//! whitelisted tool set, its own context window, and a parent-handle to return
//! results.

// TODO(V2): implement subagent isolation, lifecycle, and result routing.