Skip to main content

Cloud-only memory SDK and MCP adapter for autonomous agents

Project description

Bilinc

Bilinc is a ReARC Labs product for hosted, verifiable AI agent memory.

Bilinc 2.1.4 on PyPI is the public cloud-only package: a thin Python SDK, CLI, and MCP adapter for Bilinc Cloud. It does not ship the local StatePlane, storage backends, eval, observability, integrations, or server runtime internals.

Start in 60 Seconds

pip install -U bilinc
bilinc start

bilinc start is the first-run guide. The activation target is simple: reach a passing bilinc quicktest, which performs one hosted commit, one hosted recall, and one Cloud status check.

  1. Start the 7-day Bilinc Cloud trial at https://bilinc.space/signup.
  2. Confirm email.
  3. Create one hosted API key in the Cloud dashboard.
  4. Connect the CLI:
bilinc login --api-key bil_live_...
bilinc quicktest

If you prefer a browser guide, open https://bilinc.space/install and follow the same four-step path.

Python SDK

from bilinc import CloudClient

client = CloudClient()  # reads BILINC_API_KEY or a key saved by `bilinc login`
client.commit("agent.goal", {"ship": "reliable memory"}, memory_type="semantic")
results = client.recall("agent goal", limit=5)
status = client.status()

For server, CI, and hosted agent runtimes, store the key as BILINC_API_KEY.

CLI

bilinc status
bilinc commit --key agent.goal --value '{"ship":"reliable memory"}'
bilinc recall --query "agent goal"
bilinc doctor

Useful first-run commands:

bilinc start
bilinc login --api-key bil_live_...
bilinc quicktest
bilinc mcp install

MCP Adapter

{
  "mcpServers": {
    "bilinc": {
      "command": "python",
      "args": ["-m", "bilinc.cloud_mcp"],
      "env": { "BILINC_API_KEY": "bil_live_..." }
    }
  }
}

The adapter exposes hosted commit, recall, and status operations. It does not bundle local runtime internals.

Hosted Endpoints

  • Health: GET https://bilinc.space/api/cloud/health
  • Commit: POST https://bilinc.space/api/cloud/memory/commit
  • Recall: POST https://bilinc.space/api/cloud/memory/recall

Authenticated memory operations require an active Bilinc Cloud entitlement.

Links

License

BUSL-1.1. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bilinc-2.1.4.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bilinc-2.1.4-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file bilinc-2.1.4.tar.gz.

File metadata

  • Download URL: bilinc-2.1.4.tar.gz
  • Upload date:
  • Size: 12.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for bilinc-2.1.4.tar.gz
Algorithm Hash digest
SHA256 11d4d8161df01e8c3e7d545a203c1234ee8093d2cb0c96ec81410d39234ac6de
MD5 3562bf59fafd781ee52f9e926e3a26f6
BLAKE2b-256 58eefc18b26fb06116789cecf61bd10becfcf443c8077b093f9fbacd616f9806

See more details on using hashes here.

File details

Details for the file bilinc-2.1.4-py3-none-any.whl.

File metadata

  • Download URL: bilinc-2.1.4-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for bilinc-2.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5dbcd04d5741ba132a9dbf9fb86cb5ea681d91d1680b343c483eedd42c6cffd2
MD5 547959904346087c446aefa691152d7c
BLAKE2b-256 e1c36618cbf28513acd95f2bba6827c84c37d7a4aca8e8db2215079f0944cb2f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page