Get started with Novyx Core in 5 minutes.
-
Clone this repo:
git clone https://github.com/novyxlabs/novyx-starter-kit cd novyx-starter-kit -
Install dependencies:
pip install -r requirements.txt
-
Get your free API key at novyxlabs.com
-
Create .env file:
cp .env.example .env # Edit .env and add your API key -
Run the basic example:
python basic_example.py
- basic_example.py — Store and recall memories with semantic search
- session_example.py — Persistent conversation memory across sessions
- rollback_demo.py — See Magic Rollback in action
Persistent memory for AI agents — sub-100ms semantic search, time-travel rollback, and tamper-proof audit trails.
- Persistent Memory — Store and recall with semantic search across all memories
- Time-Travel Rollback — Point-in-time recovery to any verified state
- Audit Trails — Cryptographic proof of every memory operation
| Tier | Price | Memories | API Calls | Rollbacks |
|---|---|---|---|---|
| Free | $0 | 5,000 | 5,000/mo | 10/mo |
| Starter | $12/mo | 25,000 | 25,000/mo | 50/mo |
| Pro | $39/mo | Unlimited | 100,000/mo | Unlimited |
| Enterprise | $199/mo | Unlimited | Unlimited | Unlimited |
- Website: https://novyxlabs.com
- Docs: https://docs.novyxlabs.com
- Discord: https://discord.gg/PCxZ3tMj
- API Status: https://novyxlabs.com/status
MIT