OpenTUI terminal workspace for Agent Zero Gateway.
  • JavaScript 100%
Find a file
2026-06-04 09:13:07 -04:00
src feat: add opencode-style slash commands 2026-06-04 09:12:56 -04:00
.gitignore chore: initialize OpenTUI gateway client 2026-06-04 08:54:03 -04:00
package-lock.json chore: initialize OpenTUI gateway client 2026-06-04 08:54:03 -04:00
package.json fix: run OpenTUI dev with Bun 2026-06-04 09:01:24 -04:00
README.md chore: initialize OpenTUI gateway client 2026-06-04 08:54:03 -04:00
tsconfig.json chore: initialize OpenTUI gateway client 2026-06-04 08:54:03 -04:00

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