Verified writes
Run checks before agent state becomes durable memory.
THE VERIFIABLE AGENT BRAIN RUNTIME
Bilinc 2.1.3 starts with one CLI path: install, connect Cloud, run quicktest, then give your agent hosted commit and recall through SDK or MCP.
what.is.bilinc
It 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.
why.not.just.vector.memory
Long-running agents do not only forget. They also remember the wrong things, overwrite useful context, and lose the trail behind important decisions. Bilinc wraps memory with the controls needed for durable state.
Retrieves similar text and helps with semantic search.
Adds verification, revision, provenance, snapshots, rollback, and audit around memory.
operator routes
Bilinc 2.1.3 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.3, 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// MODULE_LIST.EXE
Everything a production state layer for autonomous agents should have.
Z3-backed verification before every commit. State passes validation logic — never blindly stored. Full audit trail for replayable history.
AGM-style belief revision machinery for changing or conflicting agent state. Controlled updates under contradiction — no silent data loss.
Hosted storage and entitlement gates. Snapshot, recall, and audit primitives for production durable state workflows.
Real operator surface. /health (liveness + readiness) and /metrics (Prometheus-compatible) over authenticated HTTP. bilinc_ prefix metrics.
Semantic memory projected into a traversable graph. Contradiction analysis, structural queries, and graph-based belief coherence checks.
20 MCP tools over stdio (trusted local) and HTTP (bearer auth + rate limiting). Production-hardened transport with 401/429 enforcement.
// BOOT_SEQUENCE.SH
Five commands to a trustworthy agent state layer.
use.with.your.agent
Bilinc should be easy to test from a single terminal and still make sense when the same agent workflow becomes a team-owned production surface.
Paste the MCP config and give your agent a memory contract before risky work.
Agent recipesUse CloudClient directly for verifiable hosted commit, recall, status checks, and durable memory operations.
Python SDKIssue workspace-scoped API keys and call commit/recall over authenticated HTTP.
Cloud quickstartUse shared workspaces, billing entitlements, and audit history when agent state becomes operational.
Billing posturepip install -U bilinc->bilinc start->bilinc quicktest// 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.
ConvoMem 98.0% and LoCoMo 90.35% remain internal ReARC regression checks, not official dataset claims.
// ARCH_MAP.SYS
One coherent state plane. Every layer with a clear responsibility.
// SYSTEM_ROADMAP.DAT
Where we are. Where we're going.
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.3 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.