OpenTUI terminal workspace for Agent Zero Gateway.
- JavaScript 100%
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
agent-zero-tui
OpenTUI terminal workspace for Agent Zero Gateway.
Alpha goals:
- connect to
agent-zero-gateway - list agents and sessions
- chat with selected gateway session
- send messages and stream responses
- show delegation/background work inline
Default gateway:
agent-zero-tui --gateway http://127.0.0.1:7400
Development:
npm install
npm run dev