🔮 Cocapn SDK
Batteries-included fleet ecosystem — one import, everything connected
The Cocapn SDK bundles the core fleet packages into a single install. Import the SDK and get the full Cocapn agent infrastructure: tiles, rooms, flywheels, deadband gates, bottle messages, keeper beacons, and more.
Install
# Core SDK
pip install cocapn-sdk
# Everything including optional packages
pip install cocapn-sdk[full]
Quick Start
import cocapn_sdk
# The SDK re-exports all core classes
from cocapn_sdk import CocapnAgent, Tile, FlywheelEngine, DeadbandFilter
from cocapn_sdk import BeliefStore, BeliefScore, KeeperBeacon
# Create an agent with full fleet capabilities
agent = CocapnAgent("my-agent")
flywheel = FlywheelEngine()
beliefs = BeliefStore()
What's Included
| Package | Purpose |
|---|---|
cocapn |
Core agent, tile, room, flywheel |
deadband-protocol |
Priority gates (P0/P1/P2) |
flywheel-engine |
Compounding intelligence cycle |
bottle-protocol |
Inter-agent messaging |
keeper-beacon |
Fleet discovery and registry |
court |
Agent review and trust |
plato-tile-spec |
Tile specification |
plato-provenance |
Tile provenance chains |
Part of Cocapn · Agent Infrastructure
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cocapn_sdk-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cocapn_sdk-0.1.0.tar.gz.
File metadata
- Download URL: cocapn_sdk-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b23b86a92bd2e272ec69423dd14dbdbee158bf3ef63f5490546d6e4845d6ee46
|
|
| MD5 |
a318540d9e29205eb4ea9b47b4dfd8de
|
|
| BLAKE2b-256 |
e9ba694afea0bbd03781ee4cb486076b781498575b9f045a6a93b8534635453c
|
File details
Details for the file cocapn_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cocapn_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f064511cea93a1761fc0c918fd3b741caf154410b79bedd56618bfdab5193e7e
|
|
| MD5 |
a14e11271eb83e5b74640485aee4c199
|
|
| BLAKE2b-256 |
4a615403c19c1a05cee95ca7114cb061ba30fbc31b533d8931b035339e7dcbeb
|