Skip to main content

Antaris Flame — memory, safety, and context for AI agent bots (5,000 memory tier)

Project description

antaris-flame

Memory, safety, and context for AI agent bots — Flame tier (5,000 memories)

PyPI version Python 3.9+ Apache 2.0

antaris-flame is the mid-tier of the Antaris bot runtime — bundling persistent memory, safety screening, and context optimization in a single install. Capped at 5,000 memories for production deployments.

What's Included

  • antaris-memory — BM25 + co-occurrence semantic search, audit logging, memory decay, recovery
  • antaris-guard — Prompt injection detection, PII redaction, rate limiting, compliance templates
  • antaris-context — Token budget management, context window optimization, compression strategies

Tier Limits

Tier Memory Cap Package
Spark 500 memories antaris-spark
Flame 5,000 memories antaris-flame
Forge 25,000 memories antaris-forge

Quick Start

from antaris_memory import MemorySystem
from antaris_guard import PromptGuard
from antaris_context import ContextManager

# Memory — capped at 5,000 entries by default
mem = MemorySystem("./workspace")
mem.load()
mem.ingest("User prefers concise answers", source="conversation")
results = mem.search("user preferences")

# Guard
guard = PromptGuard()
if not guard.is_safe(user_input):
    return  # block before reaching model

# Context
ctx = ContextManager(total_budget=8000)
ctx.set_memory_client(mem)
ctx.add_content("conversation", messages)
ctx.optimize_context()

GitHub

https://github.com/Antaris-Analytics-LLC/antaris-flame

License

Apache 2.0 — see LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

antaris_flame-1.0.3.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

antaris_flame-1.0.3-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file antaris_flame-1.0.3.tar.gz.

File metadata

  • Download URL: antaris_flame-1.0.3.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for antaris_flame-1.0.3.tar.gz
Algorithm Hash digest
SHA256 24e44883d519871e1ea9723f03d3b710c4036b59f772cf832b5711587a26d4c3
MD5 dc3fef3b8cd9f20f0dcaa290787ee66a
BLAKE2b-256 8120e40bb94a05b85f62765c72758fd0f80334b2394c0a1a8c709334d5c00dad

See more details on using hashes here.

File details

Details for the file antaris_flame-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: antaris_flame-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for antaris_flame-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6c652ed287fc0b0969ea0ffdd7f97f2cd308bec2d14e282744b9d011396f7963
MD5 65f67ce3eb4cb7d602df51501b6e4236
BLAKE2b-256 40c4defed5e299c5811c6c55c8f467bcf9149c52968ef839862e98f71057e346

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page