Skip to main content

🐑 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

shepherds_console-0.3.0.tar.gz (21.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shepherds_console-0.3.0-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

Details for the file shepherds_console-0.3.0.tar.gz.

File metadata

  • Download URL: shepherds_console-0.3.0.tar.gz
  • Upload date:
  • Size: 21.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for shepherds_console-0.3.0.tar.gz
Algorithm Hash digest
SHA256 96d09417730d21cb30739dd240cb39d904d02cdf0b216569bac2d3435a6ae109
MD5 665a450f0165e8494d4c3b6b3477bde4
BLAKE2b-256 53aaf7c6e9948ed3dbd4e0cb1dafedc745e78e431509f0c6e80ac61d51ad71c8

See more details on using hashes here.

File details

Details for the file shepherds_console-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for shepherds_console-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 570be60c32430beea5c539f1316bafaa7e5a8be0b478b13994ef6b3b9ae84cf5
MD5 f27567dd15ebb0bba84aa512cd983d3c
BLAKE2b-256 a902fc08c258748e7db54b62b185ecd7170a20d38680d0e5215ca3b1f08f59ed

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.0 This release

2 files

0.2.0

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page