Get started with Novyx Core in 5 minutes.
Status: this starter kit is legacy onboarding collateral for the memory, audit, and rollback APIs. It is still useful for SDK smoke tests and simple examples, but the current Novyx Core product direction is change control for AI agents touching production: blast-radius gates, approval evidence, compensation, and exactly-once execution for risky side effects.
-
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
- Use it to smoke-test the public Python SDK.
- Use the examples as small snippets for docs or demos.
- Do not treat this repo as the flagship Novyx positioning.
- Prefer newer product demos that show change control, blast-radius review, and action approval.
Pricing changes over time. Check the Novyx website for the current plan limits.
- Website: https://novyxlabs.com
- Docs: https://docs.novyxlabs.com
- Discord: https://discord.gg/PCxZ3tMj
- API Status: https://novyxlabs.com/status
MIT