Skip to main content

🏙️ ProtocolCity-BluePrint

Pre-release (0.1.x). The roof of the ProtocolCity suite — WorkLane (desk) · WorkForce (roster) · this BluePrint (map + suite CLI). Expect sharp edges; file issues.

The blueprint for running your own city of AI agents — and the installable suite that makes Map · Desk · Roster real on a laptop.

Install the suite (recommended)

brew install protocolcity/tap/protocolcity
# Path is *your* workspace name (Developer, my-city, work, … — no forced default).
protocolcity found ~/my-city
# Optional: --project <name> for one new folder at found; or drop existing
# folders under the root and `protocolcity adopt ~/my-city <folder>`.
protocolcity serve --with-engines
# → http://127.0.0.1:8801/  (Explorer · Desk · Agents)

That one formula installs the BluePrint CLI and pulls WorkLane + WorkForce from PyPI. Product source repos stay separate; install does not require cloning them.

Or: pip install protocolcity protocolcity-worklane protocolcity-workforce

Spec + paper

Protocol City is also a specification for organizing a workspace so humans and AI agents from any vendor can build together, in parallel, accountably. You can adopt the paper path with a text editor and the templates below.

Every bot is a worker, every .md is a law, and every contributor becomes a citizen.

Why

Agents are brilliant and unaccountable. Every vendor wants orchestration to live inside its own runtime, in its own config format. Decisions evaporate in chat windows. The Blueprint is the opposite bet: coordination as a protocol — files, tickets, and signed work — durable, auditable, human-readable, and owned by you.

WorkLane gives you the desk. WorkForce gives you the workforce. The Blueprint gives you the map.

What's inside

Document What it is
CHARTER.md The spec: definitions, the three layers, the four levels of law, the compliance test, and the founding path
MANIFESTO.md Why the city exists — what we believe and the wager we're making
FOUNDING.md Day one: find your neighborhoods, copy the templates, pass the compliance test — an afternoon, start to finish
RUNNING.md Every day after: the loops, the five citizen duties, the flywheel — and what runs itself
templates/ Fill-in-the-blank law files for all four levels, plus vendor pointers
example/ Riverside — a complete minimal city (one root, one neighborhood, one worker), every template filled in

The short version

A city is your whole operation. Each project is a neighborhood. Work moves only by ticket through the work-order desk. Your agents are the workforce — any vendor, each with a registered identity that signs everything it does. The rules are laws: plain markdown files at four levels, from city-wide law down to a single worker's shift instructions.

A project is protocol-compliant when three things are true:

  1. Its law is written — an AGENTS.md at its root.
  2. Its work is ticketed — filed at the desk, explicit scope.
  3. Its workers sign — every action carries a registered identity.

Start with one neighborhood, one worker, one law — FOUNDING.md walks you through it, and there's nothing to install: adopting the Blueprint is copying templates and filling them in.

Status

v0.1.x pre-release. Install path (Homebrew / PyPI) is live. Suite UX is still sharpening. The Blueprint is extracted from a working city: one operator, one machine, multiple products, agents from several vendors. Expect the spec and the shell to move quickly.

License

CC BY 4.0 — use it, adapt it, build your city on it, with attribution.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

protocolcity-0.1.8.tar.gz (365.2 kB view details)

Uploaded Source

Built Distribution

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

protocolcity-0.1.8-py3-none-any.whl (387.0 kB view details)

Uploaded Python 3

File details

Details for the file protocolcity-0.1.8.tar.gz.

File metadata

  • Download URL: protocolcity-0.1.8.tar.gz
  • Upload date:
  • Size: 365.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for protocolcity-0.1.8.tar.gz
Algorithm Hash digest
SHA256 8984c4390c2292edf4f393ae4dd92f2ad8ab16ca2c42a08e8fc09a53fdab38d3
MD5 e26742850c31928099ee169ffc4bac95
BLAKE2b-256 f286b05e2e1aed98d1ffa90dea3006d685849e89b5ccc2261f99cde84071dc25

See more details on using hashes here.

File details

Details for the file protocolcity-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: protocolcity-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 387.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for protocolcity-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 d2e533accc6680b34cea50eb5143f8c33f69b855b655eb78ea6ea8ca02df23c1
MD5 d26f35a87c41557db68d8d0267e4b311
BLAKE2b-256 fa145d70a371b2c999af69ede882524e6bbc250c888ab4d287388b69246df320

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.48

2 files

0.1.47

2 files

0.1.46

2 files

0.1.45

2 files

0.1.44

2 files

0.1.43

2 files

0.1.42

2 files

0.1.41

2 files

0.1.40

2 files

0.1.39

2 files

0.1.38

2 files

0.1.37

2 files

0.1.36

2 files

0.1.34

2 files

0.1.33

2 files

0.1.32

2 files

0.1.31

2 files

0.1.30

2 files

0.1.29

2 files

0.1.28

2 files

0.1.27

2 files

0.1.26

2 files

0.1.25

2 files

0.1.24

2 files

0.1.23

2 files

0.1.22

2 files

0.1.21

2 files

0.1.20

2 files

0.1.19

2 files

0.1.18

2 files

0.1.17

2 files

0.1.16

2 files

0.1.15

2 files

0.1.13

2 files

0.1.12

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

This release

0.1.8 This release

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

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

0.0.1

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