Symfony 8 + Darkwood Flow demo for the Darkwood Weekly article.
Thesis: systems that reward talk over production can be reproduced in a multi-agent runtime. Flow measures value produced vs resources consumed.
composer install
php bin/console thanks-agent:compare --both --save
php bin/console thanks-agent:bench-io --save
php bin/console thanks-agent:run --simulate-error --with-thanks| Command | Purpose |
|---|---|
thanks-agent:compare |
5 useful agents vs 5+ThanksAgent scoreboard |
thanks-agent:bench-io |
sequential vs stream_select vs PHP 8.6 Poll vs Flow |
thanks-agent:run |
single pipeline run (--simulate-error meters failure path) |
| Agent | Value | Role |
|---|---|---|
| FetchDocumentationAgent | +25 | Load source excerpts |
| GithubAgent | +40 | PR / git metadata |
| PHPAgent | +30 | PHP 8.6 capability probe |
| MozillaAgent | +20 | Open-source AI principles |
| CostAgent | +15 | Outcome-cost framing |
| SummaryAgent | +15 | Fan-in synthesis |
| ThanksAgent | +0 | Always "Thanks." / "Looks good." |
ThanksAgent still consumes scheduling, context, logging, observability, and WIP slots.
- Scatter: one Flow
Ipper agent,MaxIpStrategyconcurrency - Drivers:
FiberDriver(default) orStreamSelectDriver - Fan-in:
RunStore+SummaryAgent - Instrumentation:
CostLedger+MetricsSubscriberon FlowPUSH/PULL/POP/ASYNC - JSON reports:
var/reports/
Local darkwood/flow is path-linked so promotions (CostLedger, SupervisionBudget, IO\Poller, terminal events) are available immediately.
See docs/articles/.