Verified writes
Run checks before agent state becomes durable memory.
MEMORY THAT AGENTS CAN VERIFY, REVISE, AND ROLL BACK
Bilinc 2.0 starts with a cloud-only SDK and a 7-day hosted trial. Install the SDK, create a hosted API key, then commit and recall memory from your agent runtime.
what.is.bilinc
It lets agents save important facts, recall prior decisions, detect contradictions, and roll back bad state. Start with the Python SDK or MCP adapter against Bilinc Cloud; the 2.0 package is cloud-only and keeps local storage internals out of the public install path.
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.0 starts with a cloud-only SDK and a 7-day hosted trial. Paid Cloud exists for teams that need shared state, retention, and production accountability.
start here
Install the cloud-only SDK, start a 7-day trial, create a hosted API key, and use commit, recall, status, and MCP from your agent runtime.
Install SDKhosted 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 hosted commit, recall, status, 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 bilinc->/docs/mcp->/docs/agent-recipes// BENCHMARK_RESULTS.LOG
Reproducible benchmark receipts. No LLM in the loop; not hosted-SLA claims.
Long-horizon single-session memory recall. No language model in the loop — measured pipeline.
Conversational memory across facts, preferences, events, instructions, and entities.
Temporal reasoning, causal chains, and multi-hop retrieval under long-context pressure.
// 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.0 on PyPI is cloud-only: SDK, CLI, and MCP adapter for hosted Bilinc Cloud.
Yes for Bilinc 2.0. Start a 7-day trial, create an API key, then use PyPI, CLI, or MCP from your agent runtime.
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.