Polly Pad agent workspace interface for SCBE squad pads, governance decisions, and tri-directional traces.
Project description
SCBE Polly Pad
scbe-polly-pad is the small Python interface for Polly Pads: personal and squad workspaces for AI agents. It exposes the Polly Pad runtime without shipping the full SCBE monorepo.
Install
pip install scbe-polly-pad
CLI
scbe-polly-pad modes
scbe-polly-pad decide --d-star 0.4 --coherence 0.9 --h-eff 12
scbe-polly-pad namespace --unit-id polly-1 --mode ENGINEERING --lang CA --epoch 1
scbe-polly-pad trace --state 0.1,0.2,0.0,0.0,0.0,0.0 --d-star 0.2
scbe-polly-pad audit append --actor human --action task.add --subject youtube --payload-json "{\"step\":\"title\"}"
scbe-polly-pad audit verify
scbe-polly-pad audit export
Python
from scbe_polly_pad import PollyPad, SquadSpace, UnitState
pad = PollyPad(unit_id="polly-1", mode="ENGINEERING")
state = UnitState(unit_id="polly-1", x=0, y=0, z=0, coherence=0.9, d_star=0.2, h_eff=5)
squad = SquadSpace(squad_id="demo", units={"polly-1": state})
print(pad.assist("code review", state, squad))
This package is intentionally runtime-only. Patent workbench files, training corpora, private notes, generated artifacts, and repository-local automation are not included in the wheel.
Audit Receipts
Polly Pad audit ledgers are append-only JSONL files under .polly/audit.jsonl by default. Each event stores a canonical SHA-256 hash and the previous event hash, so edits to old receipts are detected by scbe-polly-pad audit verify.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 scbe_polly_pad-0.1.0.tar.gz.
File metadata
- Download URL: scbe_polly_pad-0.1.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e4fad1962ea26c5bb6afca6bfa3a5ee2bfddea0cd3ec9867ea676a0738f5fdd
|
|
| MD5 |
520d297f259ee19ce5632dc4bdf396e0
|
|
| BLAKE2b-256 |
11d0498c0bf958b29a6804ba7cab4c22713ed9965031afed3a832cf852d70532
|
File details
Details for the file scbe_polly_pad-0.1.0-py3-none-any.whl.
File metadata
- Download URL: scbe_polly_pad-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f005e33f4a2f297d3b91637a4476074d28523d6101da37dfd4b7fcc54502a0e
|
|
| MD5 |
a56a8eb9c5e52b7109e1dd6c1cce9786
|
|
| BLAKE2b-256 |
73d1fdd796b1db18f2067ad360310093049caea38343cb16f23847d1d6424da7
|