🐑 The Shepherd's Console
Single-pane operations for working animal infrastructure.
The Shepherd's Console is the operations dashboard for a human operator managing working animal infrastructure — what your working animals are doing, what fences are active, what pastures are running, conservation budget status.
What It Shows
| Panel | Description |
|---|---|
| Pastures | PLATO rooms where working animals operate — status, occupancy, throughput |
| Fences | Conservation enforcers — active guardrails, violation counts, enforcement actions |
| Kennel | Flux registry policies — registered working animals, their roles, health |
| Audit Trail | Recent events — what happened, when, who did it |
Quick Start
pip install shepherds-console
# Terminal dashboard
shepherds-console
# Web dashboard
shepherds-console --web --port 8080
Programmatic Use
from shepherds_console import ShepherdsConsole
console = ShepherdsConsole()
# Register a pasture
console.add_pasture("translation-farm", mode="PLATO", capacity=10)
# Register a fence (conservation enforcer)
console.add_fence("token-budget", limit=50000, action="throttle")
# Register a working animal
console.add_animal("translator-7", pasture="translation-farm", role="flux")
# Get status
print(console.status())
# Render
print(console.render_terminal())
Architecture
┌─────────────────────────────────────────────────────┐
│ The Shepherd's Console │
├─────────────┬───────────────┬───────────┬───────────┤
│ Pastures │ Fences │ Kennel │ Audit │
│ (PLATO) │ (Enforcers) │ (Flux) │ Trail │
├─────────────┼───────────────┼───────────┼───────────┤
│ Room status │ Guardrails │ Registry │ Events │
│ Occupancy │ Violations │ Policies │ Timeline │
│ Throughput │ Budget left │ Health │ Severity │
└─────────────┴───────────────┴───────────┴───────────┘
Conceptual Model
This is part of Working Animal Architecture — a system where AI workers are treated as working animals that need pastures (workspaces), fences (guardrails), and a kennel (registry).
- Pasture — A bounded workspace (PLATO room) where animals graze on tasks
- Fence — A conservation enforcer that prevents overconsumption
- Kennel — The registry where animals are tracked, vetted, and dispatched
- Shepherd — The human operator who watches the console
License
MIT
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 shepherds_console-0.1.1.tar.gz.
File metadata
- Download URL: shepherds_console-0.1.1.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17a2021a6ca42ae499a1f97b04fd0e4b1abba3e7f39ac6cb02cdf058a0d1b483
|
|
| MD5 |
bded13a2757ed96bd0e176ba250789a0
|
|
| BLAKE2b-256 |
7ca8541e5fd528e491d39aa85155305b6c9c60f18f9ad894aa2b3175cef34ada
|
File details
Details for the file shepherds_console-0.1.1-py3-none-any.whl.
File metadata
- Download URL: shepherds_console-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7eece29085b77ca5e8f949349c56dd9d66c9b1b0ad869c7ae534ef91efb4b7c5
|
|
| MD5 |
50a11006600e1771fd07cf88dba3b1bb
|
|
| BLAKE2b-256 |
9bb6880428bcd574b1c7827a5bc0719f13bd62a766215556c76ab9d917be6108
|