aonyx-memory 0.8.1

Aonyx Agent — memory palace (KG + diary + hybrid search + time-machine)
Documentation
1
2
3
4
5
6
7
8
9
//! Tree-sitter AST-aware code chunking.
//!
//! Port target: Aonyx RAG `rag_system/utils/code_splitter.py`.
//!
//! V1 grammars: Python, JavaScript, TypeScript, Rust, Go.
//! Output: one chunk per function / class / method, with `symbol`, `start_line`,
//! `end_line`, `lang` metadata.

// TODO(V1): integrate tree-sitter parsers.