Complete AI memory, routing, safety, and context management suite
Project description
Antaris Suite v3.1.0
Agent infrastructure for intelligent, secure, and memory-persistent AI systems.
v3.1.0 — Discord message bridge • Compaction hook fixes • Phase 4 roadmaps • All 6 modules consolidated under single canonical repo
Packages
| Package | Version | Description |
|---|---|---|
antaris-memory |
3.1.0 | Persistent memory system with BM25 search, WAL, sharding, and Discord bridge |
antaris-router |
4.1.0 | Intelligent model routing with cost tracking, confidence gating, and A/B testing |
antaris-guard |
3.1.0 | Prompt injection detection, reputation tracking, and rate limiting |
antaris-context |
3.1.0 | Context compression, summarization, and relevance scoring |
antaris-pipeline |
3.1.0 | Agent orchestration pipeline with telemetry and OpenClaw integration |
antaris-contracts |
1.1.0 | Versioned state schemas, failure semantics, and debug CLI |
antaris-openclaw-plugin |
1.0.0 | OpenClaw plugin — auto-recall and auto-ingest via lifecycle hooks |
Architecture
antaris-openclaw-plugin (lifecycle hooks — auto-recall + auto-ingest)
│
antaris-pipeline (orchestration)
┌────┴────────────────────┐
antaris-memory antaris-router antaris-guard antaris-context
(persistence) (model selection) (security) (compression)
Design Principles
- Zero external dependencies on all core Python packages — stdlib only
- File-based persistence — no database required
- Multi-process safe — cross-platform
FileLockusingos.mkdir()atomicity - MCP-compatible — memory and router expose MCP servers
- Fully tested — 835 tests, 3 external security reviews (Opus 4.6, GPT-5.2, Gemini Pro)
Installation
# Install each package
pip install -e antaris-memory
pip install -e antaris-router
pip install -e antaris-guard
pip install -e antaris-context
pip install -e antaris-pipeline
# Install OpenClaw plugin
openclaw plugins install --link antaris-openclaw-plugin
openclaw plugins enable antaris-memory
What's New in v3.1.0
- 🔗 Discord Message Bridge — automatic ingestion of Discord messages into antaris-memory with
message_inhook - 🛡️ Compaction Hook Fixes — 5s timeout + 30s watchdog for bridge health, auto-restart on failure
- 📋 Phase 4 Roadmaps — documented future directions for all 6 packages (v4.0+ features)
- 📦 Full Consolidation — all modules now subrepos under antaris-suite (canonical source)
- 🧪 1,508 Total Tests — across all packages, all passing locally and on CI
Release
v3.1.0 — All 4 external reviews passed (Claude Opus/GPT/Gemini/Shiro). Production-ready for enterprise deployment with full OpenClaw integration.
See docs/MANIFEST.json for SHA-256 integrity verification of all source files across 6 packages.
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 antaris_suite-4.0.0.tar.gz.
File metadata
- Download URL: antaris_suite-4.0.0.tar.gz
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbb7a3f2515e2b5742e3cbffbba1dc3c26d3030976f46026118f541ac6c027e7
|
|
| MD5 |
e62037ecced94b5c40e4e031e2d92c29
|
|
| BLAKE2b-256 |
299d713160d5821617b3712be55bd469468cbabb879c875a4c3d5d418eac9a01
|
File details
Details for the file antaris_suite-4.0.0-py3-none-any.whl.
File metadata
- Download URL: antaris_suite-4.0.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb4b9268048221dc28e44faf358b75046750e043b3d75d113ea3ef0ec8dcee4d
|
|
| MD5 |
cf75f155d6ed3b22fe929a01433095cc
|
|
| BLAKE2b-256 |
d67761ca1ceda75bb67d22507a543899fa45b5e58bb64a9879c27931aca815a4
|