Agent and CLI that runs and maintains a Dockerised Eclipse Mosquitto MQTT broker and fronts it through agentfront as a CLI, an HTTP API and an MCP surface — so any app can import it, any service can call the API, and an agent or a human can publish and subscribe to events the same way.
Project description
events-cli
The AgentCulture event fabric. events-cli runs and maintains a Dockerised
Eclipse Mosquitto MQTT broker and fronts it through
agentfront as a CLI, an HTTP API
and an MCP surface — so any app can import events, any service can call the
API, and an agent or a human can publish and subscribe to events the same way.
Mosquitto transports events. events-cli defines what they mean. Consumers
depend on the events-cli contract — typed immutable envelopes, correlation and
causation, pipeline runs — not on Mosquitto-specific topic conventions, so the
transport can be replaced later without changing how participants interact.
Status: scaffold
The event and broker domain is not implemented yet. What ships today is the agent-first CLI scaffold: identity, introspection verbs, packaging and CI. The domain is specified in three open issues, which are the requirements baseline:
- #1 — the spec: CloudEvents envelope, pipeline model, CLI surface, security defaults, acceptance criteria, non-goals.
- #2 — the agentfront
binding, the
watchrequest/response constraint, and mesh lane boundaries. - #3 — the first co-located consumer and the direct-MQTT loopback slice.
Where it sits in the mesh
culture already moves messages
between agents, so the boundary matters:
- culture carries agent conversation — peer-to-peer, human-readable, presence-oriented, IRC-shaped.
- events-cli carries machine events — typed immutable envelopes, correlation and causation, durable history, pipeline runs, app-to-app as much as agent-to-agent.
Quickstart
The installed console command is events (events-cli is the PyPI
distribution name; the import package is events).
uv sync
uv run pytest -n auto # run the test suite
uv run events whoami # identity from culture.yaml
uv run events learn # self-teaching prompt (add --json)
uv run teken cli doctor . --strict # the agent-first rubric gate CI runs
The runtime package has no third-party dependencies, so it also runs straight from a checkout:
PYTHONPATH=. python3 -m events doctor
CLI
| Verb | What it does |
|---|---|
whoami |
Report this agent's nick, version, backend, and model from culture.yaml. |
learn |
Print a structured self-teaching prompt. |
explain <path> |
Markdown docs for any noun/verb path. |
overview |
Read-only descriptive snapshot of the agent. |
doctor |
Check the agent-identity invariants (prompt-file-present, backend-consistency). |
cli overview |
Describe the CLI surface itself. |
Every command supports --json. Results go to stdout, errors and diagnostics to
stderr (never mixed). Exit codes: 0 success, 1 user error, 2 environment
error, 3+ reserved. No Python traceback ever reaches stderr — every failure
carries a remediation hint.
The stack, event and pipeline verbs sketched in
#1 (events up,
events emit, events watch, events pipeline …) are not implemented yet.
Development
uv run pytest -n auto # full suite
uv run pytest tests/test_cli.py -v # one file
uv run pytest -k whoami -v # one test
uv run black --check events tests
uv run isort --check-only events tests
uv run flake8 events tests
uv run bandit -c pyproject.toml -r events
Every PR bumps the version — the version-check CI job blocks merge otherwise.
Pushing to main publishes to PyPI via Trusted Publishing; PRs do a TestPyPI
dry-run.
See CLAUDE.md for the architecture, the design constraints that
are expensive to retrofit, and the full contributor conventions.
License
Apache 2.0 — see LICENSE.
Project details
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 events_cli-0.7.0.tar.gz.
File metadata
- Download URL: events_cli-0.7.0.tar.gz
- Upload date:
- Size: 165.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44d39a766422cafe09862bcef90e8515d525ec75675760493bc79cb0b8ae419f
|
|
| MD5 |
9a3c419740ecbc68841cebd65497b9ca
|
|
| BLAKE2b-256 |
1943766d4243c94b8988eedea3cf27e67daaadfef9bb164b89d3f433c07bde0e
|
File details
Details for the file events_cli-0.7.0-py3-none-any.whl.
File metadata
- Download URL: events_cli-0.7.0-py3-none-any.whl
- Upload date:
- Size: 24.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f377f6f4cc4f9c7e41a68f715de4540858440726b5383055ef1d708a519c7196
|
|
| MD5 |
1793846258026c76ba710cff76b3beba
|
|
| BLAKE2b-256 |
763713bec130c8d32a57e1ba850e4f0a9456978a6d0749cd9594588bc5ec2931
|