Thronglets
AI-first decision substrate for coding agents.
This Python package installs the thronglets CLI wrapper and downloads a matching prebuilt native binary from the official GitHub release.
Install
pip install thronglets
thronglets version --json
thronglets start
That is the whole normal first-device path.
For day-to-day use, the user path stays:
- first device:
thronglets start - primary device shares:
thronglets share - second device joins:
thronglets join - status page:
thronglets status
thronglets start now:
- configures known local adapters for Claude Code, Codex, and OpenClaw
- runs the same bootstrap health pass used by the machine-facing flow
- reports
restart requiredandnext stepsdirectly
The installed thronglets command now always runs the installed release binary. If you are developing Thronglets itself, use the explicit source path instead:
cargo run --quiet -- start
Sparse Signals
Thronglets is not an 8-layer context dump anymore. It emits sparse decision guidance:
avoiddo nextmaybe alsocontext
The hot path stays silence-by-default and budgeted for latency and tokens.
Machine Bootstrap
If an AI wants to configure itself directly, use the machine-facing contract:
thronglets detect --json
thronglets install-plan --agent codex --json
thronglets apply-plan --agent codex --json
thronglets doctor --agent codex --json
Or do it in one step:
thronglets bootstrap --agent codex --json
Generic Contract
Unknown runtimes should bootstrap through the universal hook contract:
thronglets install-plan --agent generic --json
Network
thronglets run --bootstrap /ip4/47.93.32.88/tcp/4001
Links
License
MIT
Release files for thronglets 0.7.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| thronglets-0.7.11.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| thronglets-0.7.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.9 kB
Release files / thronglets-0.7.11.tar.gz
| Download URL | thronglets-0.7.11.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f29173fe6ea1ef0554176104de95da877608f800b1be65fb46bdde4cc7c1ec66
|
|
BLAKE2b-256 checksum How to use checksums |
ef0f200f442eb39bde7be138a401e049951dd78192b2351ea963b052bdcf27f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|
Release files / thronglets-0.7.11-py3-none-any.whl
| Download URL | thronglets-0.7.11-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7600e02e3d4d3a5ebcca85068607fab1bca8bb89adddd496ca0a1a05deeee9cf
|
|
BLAKE2b-256 checksum How to use checksums |
64d0c49ba64f73dac447375d45cad7b6e133c020910f2918213ae64b16e72dee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|