Work-in-progress graph-memory engine
Project description
Axonode
Graph-structured long-term memory layer for Retrieval-Augmented LLMs
Work-in-progress — API not yet stable
Why Axonode?
- Neural–style graph storage – typed nodes & edges mimic axons/dendrites, not flat key–value blobs.
- Token-budget optimisation – automatic chunking, clustering and summarisation keep context windows small.
- Pluggable RAG pipeline – slot in OpenAI, Anthropic, Llama 2/3, etc., behind a single retrieval interface.
- Embeddings-agnostic – use any vector backend (Faiss, PGVector, Pinecone, etc.).
- Python-first – minimal deps, zero-config
pip install axonodeto get started.
Quick start
pip install axonode==0.0.0a0 # placeholder version
python -m axonode.cli ingest ./docs/*.pdf
python -m axonode.cli chat
⚠️ Alpha quality – the commands and import paths will change.
Roadmap
| Milestone | Status |
|---|---|
| MVP graph schema & local storage | ✅ DONE |
| PDF + ChatGPT ingest | ⏳ IN PROGRESS |
| REST / WebSocket API | 🔜 |
| Cloud-hosted demo | 🔜 |
| 1.0 stable release | 🛣️ |
How it works (30 seconds)
┌── Ingest ──┐ ┌──────── Graph store ───────┐ ┌─ Retrieval + Context ┐
│ Files │ → │ Nodes: Chunk | Concept │ → │ Prompt w/ citations │
│ Chat logs │ │ Edges: TAGS | RELATES_TO │ └──────────────────────┘
└────────────┘ └───────────────────────────┘
Contributing
- Clone the repo and
poetry install/pip -e . - Run
make test(pytest + coverage). - Open a PR against main.
See CONTRIBUTING.md for coding-style & commit-message guidelines.
License
This project is licensed under the MIT License – see LICENSE.
Citation
If Axonode helped your research, please cite:
@software{axonode_2025,
author = {Erez Azaria},
title = {Axonode},
year = 2025,
url = {https://github.com/AXONODE-DEV/axonode},
version = {0.0.0a0}
}
Questions? Open an issue or join our Discord: discord.gg/XXXXXX
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file axonode-0.0.0a0.tar.gz.
File metadata
- Download URL: axonode-0.0.0a0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dbf7cbd7e5d6d4e6f429e22fa8b5c4890b4c82a1623cefa616a35d1134b561f
|
|
| MD5 |
b580f0147c34b8d20de4bc3590195403
|
|
| BLAKE2b-256 |
698f1e8573d88e714cac391e21374406818ac1c9c5d2c09b39a7119e3df40804
|
File details
Details for the file axonode-0.0.0a0-py3-none-any.whl.
File metadata
- Download URL: axonode-0.0.0a0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
957cb8519ba184a69757001d606d4549d0bb0dd0c557e1c87e7be606e4efef8d
|
|
| MD5 |
53306e5ef2009ed1000d077aa6229c4c
|
|
| BLAKE2b-256 |
72959945bbbdb1b8d44f9621a275d869e4297a22add3cdde90e07cae222be331
|