LeviathanTalon: hierarchical Kabbalistic multi-agent swarm orchestrator. 2,832 concurrent agents at full scale.
Project description
LeviathanTalon Swarm
Hierarchical Kabbalistic multi-agent orchestrator. 1 master + 7 sefirotic sub-orchestrators + 700 LLM subagents + 3 worker pools of 708 each = 2,832 agents at full scale.
Built for HaChazal (Chaz Leland Hamm) | Metanoia Unlimited LLC | Anthropic CPN.
Architecture
HaChazal (Da'at) — Master Orchestrator
|
+-------+--------+--------+--------+--------+--------+
| | | | | | |
Zadkiel Gavriel Raphael Uriel Michael Malika Katan HaShem
Chesed Gevurah Tiphareth Netzach Hod Yesod Malkuth
(LeadGen)(Security)(Creative)(Crypto)(Comms) (Hive) (Manifest)
| | | | | | |
[up to 100 LLM subagents per sub-orchestrator = 700 total]
|
+=====================================================+
| WORKER POOLS (drawn from by any sub-orch) |
+=====================================================+
| ZeroClaw (708) - deterministic, no LLM, FREE |
| PicoClaw (708) - haiku LLM only |
| NanoClaw (708) - haiku LLM + tool use |
+=====================================================+
TOTAL: 1 + 7 + 700 + 2,124 = 2,832 concurrent agents
Top triad (Keter / Chokmah / Binah) is accessed as source, not commanded.
Feedback loop: Malkuth → Yesod → Da'at closes the self-learning circuit via the neural bus.
Quickstart
pip install -e ".[llm]" # install with Anthropic SDK
export ANTHROPIC_API_KEY=sk-... # optional, enables LLM tiers
# Launch the swarm at any scale 0..2832
lvtn start --config config.yaml
# Run a quick demo
python examples/demo_run.py
# Run the test suite (smoke + live scaling)
pytest -v
Scaling
The public scale knob is 0..2832. Three pools, 708 each:
| Tier | LLM? | Cost | Use case |
|---|---|---|---|
| ZeroClaw | No | Free | Deterministic ops (hash, parse, transform, math, regex) |
| PicoClaw | haiku | Cheap | Single-shot text generation |
| NanoClaw | haiku + tools | Cheap-ish | Tool-using subtasks (search, fetch, etc.) |
LLM tier (708 sub-orch subagents) uses haiku by default.
# config.yaml
scale:
zeroclaw_pool: 708
picoclaw_pool: 708
nanoclaw_pool: 708
max_llm_subagents_per_sub: 100
mesh:
backend: in_memory # or 'redis'
redis_url: redis://localhost:6379
Three Laws (Sage Bet Discipline)
This package is the immutable v1 baseline stored under .lpls/baseline/.
- FREEZE — working state is frozen. Do not edit in place.
- LAYER — extensions ship as patches in
.lpls/patches/NNNN_name/. - VERIFY — each layer is tested before the next stacks.
See HONEST_STATUS.md for the current truth of every feature.
Honest Status Files (Sage Gimel)
HONEST_STATUS.md— every feature labeled WORKING / PARTIAL / MOCKED / BLOCKED / NOT STARTEDBUILD_PROGRESS.md— append-only session logBLOCKERS.md— open issuesTEST_REPORT.md— evidence-based test resultsSECURITY_NOTES.md— threat model + mitigationsCOMPLETION_CHECK.md— 15-item No-Scaffolding Contract
License
Proprietary — Metanoia Unlimited LLC. Built under the Preservation Doctrine.
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 leviathantalon_swarm-1.0.0.tar.gz.
File metadata
- Download URL: leviathantalon_swarm-1.0.0.tar.gz
- Upload date:
- Size: 30.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc782b6d5acf18390c98147b8a54bdc20e3394f53232d1d773f0204bf9049dff
|
|
| MD5 |
575c03a588f89ba269578cc849d7602c
|
|
| BLAKE2b-256 |
c987426c546f74467cbeac265537ea7c20e3f4126a9aa065bed7c8cb69e9f1cb
|
File details
Details for the file leviathantalon_swarm-1.0.0-py3-none-any.whl.
File metadata
- Download URL: leviathantalon_swarm-1.0.0-py3-none-any.whl
- Upload date:
- Size: 52.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d88542dabeae2603c935e7e018d3a16d75c1e8190bec4d4a3922e7d575de751b
|
|
| MD5 |
348062f71a550d426869dec715d38998
|
|
| BLAKE2b-256 |
5f036bddec87309f69fee4c053f6c63f55d9bcd97ff842517018f4cb343d57e6
|