Skip to main content

Cloud-only memory SDK and MCP adapter for autonomous agents

Project description

Bilinc

Cloud-only memory SDK and MCP adapter for autonomous agents.

Bilinc 2.x on PyPI is intentionally thin: it does not ship the local StatePlane, storage backends, evaluation harness, or server internals. The public package connects agents to hosted Bilinc Cloud at https://bilinc.space.

pip install bilinc
export BILINC_API_KEY=bil_live_...

Start a 7-day trial at https://bilinc.space/signup, create an API key, then use the SDK, CLI, or MCP adapter from your agent runtime.

Python SDK

import os
from bilinc import CloudClient

client = CloudClient(api_key=os.environ["BILINC_API_KEY"])

client.commit(
    "agent.intent",
    {"goal": "ship reliable memory"},
    memory_type="semantic",
    importance=0.9,
)

results = client.recall("reliable memory", profile="balanced", limit=5)
status = client.status()

CLI

bilinc signup
bilinc commit --key USER_PREF --value '{"theme":"dark"}'
bilinc recall --query "user preference" --profile balanced --limit 5
bilinc status

All commands use BILINC_API_KEY unless --api-key is passed explicitly.

MCP adapter

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

What is included

  • bilinc.CloudClient
  • bilinc.Bilinc alias
  • bilinc CLI for hosted commit, recall, status, and signup
  • bilinc.cloud_mcp adapter entrypoint

What is not included

  • Local StatePlane
  • SQLite/PostgreSQL storage backends
  • Z3/networkx local runtime dependencies
  • Local MCP server internals
  • Evaluation, observability, and integration packages

Those internals remain separate from the public PyPI install path. Use Bilinc Cloud for hosted storage, retention, audit, API keys, and billing-backed entitlements.

License

BUSL-1.1.

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.1.tar.gz (9.3 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.1-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bilinc-2.1.1.tar.gz
  • Upload date:
  • Size: 9.3 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.1.tar.gz
Algorithm Hash digest
SHA256 e83e21bc897d40e39a272ffaf542307db74c2bb6a133051ba7997e601bd63f1a
MD5 ff7cfe4f905a5631187dea64321be7d1
BLAKE2b-256 56b0259606384e570725768a9584a0820c63785a8015e1bf0bdd6b2d866332b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bilinc-2.1.1-py3-none-any.whl
  • Upload date:
  • Size: 8.1 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 de1172ba98d0844cd4ef95b46e9de01e8a4fff2bb1f6ebd8765ad3e0240af921
MD5 ca820c20fa5b5ec8ec8642232c02355f
BLAKE2b-256 5c77b7f7a32cd2a76556048de1a5f657654e555fa13ed6e5c83b842f6c631559

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