https://github.com/suzuke/agend-fleet-demo
Demo scratch repo for agend-terminal multi-agent fleet recording
https://github.com/suzuke/agend-fleet-demo
Last synced: 10 days ago
JSON representation
Demo scratch repo for agend-terminal multi-agent fleet recording
- Host: GitHub
- URL: https://github.com/suzuke/agend-fleet-demo
- Owner: suzuke
- Created: 2026-05-19T11:40:30.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-21T05:23:51.000Z (19 days ago)
- Last Synced: 2026-06-21T07:14:51.102Z (19 days ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# agend-fleet-demo
Demo scratch repository for [agend-terminal](https://github.com/suzuke/agend-terminal)
multi-agent fleet recording.
A tiny Python string utility library used as the playground where AI agents
add / modify functions during the demo so viewers can watch coordination,
review, and self-merge live.
## Run tests locally
```sh
pip install pytest
pytest -v
```
CI runs the same `pytest -v` on every push and pull request via
`.github/workflows/test.yml`.