Verified writes
Run checks before agent state becomes durable memory.
DURABLE MEMORY FOR CODING AGENTS
Commit, recall, audit, and rollback agent state through one hosted Cloud key. Start with the SDK, run quicktest, then attach Codex, Claude Code, Cursor, or MCP.
pip install -U bilinc bilinc start bilinc login --api-key bil_live_... bilinc quicktest
what.is.bilinc
Bilinc lets agents save important facts, recall prior decisions, inspect state, and recover from bad memory. Start with the Python package, create a hosted Cloud API key, then use the SDK, CLI, or MCP adapter from your agent runtime.
Run checks before agent state becomes durable memory.
Revise or contract beliefs when new state contradicts old state.
Checkpoint, diff, and restore agent memory after a bad run.
Attach Bilinc to Codex, Claude Code, Cursor, and local agent workflows.
Use the PyPI SDK with hosted API keys instead of shipping local storage internals.
Use hosted API keys, shared workspaces, and billing-backed entitlements.
60.second.path
bilinc quicktest proves that your local CLI can reach Bilinc Cloud, authenticate with a hosted API key, commit one memory, recall it, and read Cloud status. After that, the same key can be moved into Codex, Claude Code, Cursor, or your own agent runtime.
architecture
operator routes
Bilinc 2.1.4 starts with a cloud-only public package and a CLI-led first run. Paid Cloud exists for teams that need shared state, retention, and production accountability without running local storage internals.
start here
Install Bilinc 2.1.4, run bilinc start, connect Cloud once, then verify hosted commit and recall with quicktest.
Start in 60 sechosted path
Start a 7-day hosted trial, test managed state and API-key workflows, then move to Pro or Team from the billing console when the workload is real.
Start trialoperational trust
Read how writes, rollback, observability, audit trail, and runtime entitlements behave before you put persistent agents on top.
Review trustbilling posture
Cloud billing is live for owner/admin operators. Internal entitlements remain the runtime authority; Stripe syncs subscription state.
Read billing// BOOT_SEQUENCE.SH
Five commands to a trustworthy agent state layer.
// BENCHMARK_RESULTS.LOG
Reproducible benchmark receipts. No LLM in the loop; not hosted-SLA claims.
Fresh cleaned fixture reproduction: 98.0% R@5 and 0.933 NDCG@5 without a paid API.
AMB (Agent Memory Benchmark) is the open benchmark by vectorize.io. ConvoMem 98.0% and LoCoMo 90.35% remain internal ReARC regression checks, not official dataset claims.
faq
No. Bilinc can use retrieval signals, but its product boundary is agent state: typed memory, verification, revision, audit history, snapshots, and rollback.
No. Bilinc 2.1.4 on PyPI is a cloud-only SDK, CLI, and MCP adapter. Local storage/runtime internals are not shipped in the public wheel.
Yes for hosted memory operations. The public package installs freely, but commit and recall use BILINC_API_KEY and active Cloud entitlements.
Bilinc exposes conflict-aware revision paths so a new write does not silently overwrite useful state. Operators can inspect the resulting history.
No. Verification improves inspectability and failure handling. It does not turn every generated answer into automatic truth.
Any agent that can call Python, HTTP, or MCP can use Bilinc. The docs include Codex, Claude Code, Cursor, and general agent prompts.