"We didn't study the literature and implement papers. We had a problem — agent memory sucked — and we solved it from first principles. Then we benchmarked it and found out we were competitive with systems way more complex."
— Antaris Analytics
Agent and Agent Infrastructure
Partnerships
Powered by Antaris Core
We partnered with WealthHealth AI to build Forge, a personal AI that lives on your Mac or PC and takes away the complexity of agent setup. Unlike browser-based AI tools that forget you the moment you close the tab, Forge remembers your conversations, your preferences, and your context over time, all powered by the Antaris Analytics suite of tools. It gets to know users the way a real assistant would.
Visit www.forgeAI.bot →search_queries, enriched_summary, and tags at write time for richer recall. Tiered hot/warm/cold storage with adaptive decay. Ingest quality gates reject noise before it enters the store. Full provenance on every memory: source, timestamp, session ID, confidence score. Works offline, zero cloud, zero API keys, zero external dependencies.✦ NEW: Cross-session shared memory pool - multiple agents, one store
✦ NEW: Real-time context sharing across sessions
✦ Self-improving: routing weights adapt based on response quality
✦ Live provider health monitoring with automatic failover
✦ Budget caps and per-model cost tracking built in
✦ Verified TPR 100%: no unsafe message passes through
✦ Verified FPR 0%: no safe message blocked
✦ Five security levels - from permissive to air-gapped strict
✦ NEW: Hard budget enforcement across all content types
✦ NEW: Budget-aware trim: memories, pitfalls, and history all managed
✦ Relevance scoring ensures highest-signal content always fits
search_queries and enriched_summary automatically. Built-in compaction support: flushes durable memories before context window resets. Handles errors per-stage so one failure never silently corrupts the turn.✦ One call: pre_turn() + post_turn() handles the full agent lifecycle
✦ Pre-compaction flush: durable memories saved before context resets
✦ Per-stage error isolation - no silent failures
Data Flow
Every agent turn, pre_turn() before LLM · post_turn() after
↑ ↓
Pipeline ─────────────────────── orchestrates ──────────────────────── Memory ← ingest
Guard blocks unsafe input → Memory recalls relevant context → Context assembles the prompt → Router picks the model → LLM runs → Memory ingests the response
Parsica Memory Benchmarks
3.0.0 Benchmarks and Open Source Release Coming Soon