Local RAG memory system
The server stores, retrieves, and versions memories using local ChromaDB, so context survives across sessions without touching any cloud…
ML infrastructure, inference, and ops.
The server stores, retrieves, and versions memories using local ChromaDB, so context survives across sessions without touching any cloud…
The core mechanism is fact supersession: when a user moves from NYC to SF, TelloDB marks the old location as stale and filters it from…
EMILIA sits as a control layer between an agent's decision and the system of record, blocking any irreversible write until a named human…
Every LLM call, MCP event, and tool invocation your agents make streams to a live dashboard — per-agent timelines and a fleet-wide feed…
Deployed as a single Go binary, it sits in front of your existing OpenAI, Anthropic, or LangChain stack via a one-variable proxy — no…
AgentMeter runs locally — no cloud sync, no account creation, no vendor dashboard to log into — and parses the tool calls, token counts…
The library pairs a GraphRAG implementation with a Vocabulary system: a shared, schema-enforced dictionary of node types, relationship…