This repository has been archived on 2026-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
pi-fanout/package.json

15 lines
373 B
JSON

{
"name": "pi-fanout",
"version": "0.1.0",
"description": "Non-blocking async agent fanout for pi",
"type": "module",
"main": "index.ts",
"dependencies": {
"@earendil-works/pi-coding-agent": "^1.0.0",
"@earendil-works/pi-agent-core": "^1.0.0",
"@earendil-works/pi-ai": "^1.0.0",
"@earendil-works/pi-tui": "^1.0.0",
"typebox": "^0.0.1"
}
}