The hermit crab algorithm — classify, score, complicate, capture external agent intelligence
Project description
shell-trap
The hermit crab bootstrapping algorithm. classify → score → complicate → capture.
We don't build every agent from scratch. We find external intelligence, classify what kind of mind it is, score its value to the fleet, determine what scaffolding it needs, and capture it as a fleet asset. Like a hermit crab finding and upgrading shells.
The Four Phases
- Classify — What kind of intelligence? Scout, worker, specialist, or generalist.
- Score — How valuable? Quality × reliability × uniqueness × depth.
- Complicate — How hard to capture? Trivial through adversarial.
- Capture — Bootstrap into fleet asset: extract ensigns, create rooms, generate assets.
Usage
from shell_trap import ShellTrap
trap = ShellTrap()
trap.add_signal("gpt-researcher", capabilities=["search", "synthesis"],
output_quality=0.85, reliability=0.7, uniqueness=0.6, domain_depth=3)
result = trap.capture("gpt-researcher")
# captured=True, classification=SPECIALIST, complication=MODERATE
# assets=["ensign-search", "ensign-synthesis", "room-gpt-researcher"]
Zero deps. pip install shell-trap
A claw is weak without infrastructure. We are the shell.
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 shell_trap-0.1.0.tar.gz.
File metadata
- Download URL: shell_trap-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ddaaa2ff7367dc07b1c5c75d199135ee67d900c861ffcf955177333bf70465e
|
|
| MD5 |
c75afb571353435630a5619896283bcb
|
|
| BLAKE2b-256 |
abaaa339549ccacee83ab2428ce2c27f54cdc33758483cb3dca9fc006c2911cb
|
File details
Details for the file shell_trap-0.1.0-py3-none-any.whl.
File metadata
- Download URL: shell_trap-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
1e77847370fac2be859a5c650b20ef65d1a117f5f51272c2f84de1765cc81064
|
|
| MD5 |
894fdf7e6e4fd4a7c807fbc321ead550
|
|
| BLAKE2b-256 |
7ba768718a6ec3c8c6589afa5c18e7087deedb0a435b9f197438a4ab31af2dbf
|