“Platform for stateful agents: AI with advanced memory that can learn and self-improve over time.”
License: Apache-2.0. Verified 2026-07-25 from the public repository.
Letta is a platform for building and running stateful agents. Bilinc is not a runtime — it is the memory layer an agent calls, built around verification, provenance, and recovery.
“Platform for stateful agents: AI with advanced memory that can learn and self-improve over time.”
License: Apache-2.0. Verified 2026-07-25 from the public repository.
Hosted memory infrastructure for coding agents: commit, recall, and inspect agent state through one API key, with verification, provenance, and recovery around every write.
License: BUSL-1.1. Public package bilinc 2.1.5, cloud-only.
Archived research receipt: LongMemEval-s cleaned retrieval fixture, 500 questions. R@5 98.0%, NDCG@5 0.933.
Archived retrieval-component result — not a current hosted SLA, end-to-end agent score, or competitor ranking.
This page does not publish benchmark numbers for Letta. Published memory-system scores use different metrics, datasets, and levels of LLM assistance, so a single side-by-side table would misrepresent all of them.
No. Letta describes itself as a platform for stateful agents. Bilinc is the memory and state layer your agent runtime calls from Python, the CLI, or MCP. If you need orchestration, Bilinc is not that product.
They operate at different layers, so combining them is possible in principle: the runtime handles orchestration while Bilinc holds the state that must be auditable and recoverable. There is no first-party integration published today; you would connect Bilinc over its SDK or MCP adapter.
Letta is Apache-2.0 with a self-hostable server. Bilinc is BUSL-1.1 and cloud-only in its public package. If self-hosting is a hard requirement, that rules Bilinc out today.
In Bilinc it means a bad agent run that wrote incorrect state can be reverted through snapshots, rather than requiring an operator to find and repair individual records by hand.
Install with pip install -U bilinc, start a 7-day hosted trial, create an API key, run bilinc login, then bilinc quicktest. To attach it to an MCP client, use the Cloud MCP adapter documented for Claude Code, Codex, and Cursor.