JSPM

  • Created
  • Published
  • Downloads 797
  • Score
    100M100P100Q92659F
  • License MIT

Full-stack daemon orchestrator combining unified-router (cross-channel) and node-agent (Ralph orchestration)

Package Exports

  • @ebowwa/stack
  • @ebowwa/stack/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ebowwa/stack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@ebowwa/stack

Full-stack daemon orchestrator combining unified-router (cross-channel communication) and node-agent (Ralph orchestration).

Features

  • Unified Router: Cross-channel communication (SSH + Telegram)
  • Node Agent: Ralph loop orchestration, worktrees, monitoring
  • Shared Memory: Cross-channel context with permission controls
  • HTTP API: REST endpoints for management (port 8911)

Installation

bun add @ebowwa/stack

Usage

# Start the stack
bun run @ebowwa/stack

# Or via environment
SSH_CHAT_DIR=/root/.ssh-chat TELEGRAM_BOT_TOKEN=xxx bun run @ebowwa/stack

Commands

  • /ralph start <prompt> - Start a Ralph loop
  • /ralph list - List running loops
  • /ralph stop <id> - Stop a loop
  • /status - Node status
  • /memory <cmd> - Memory management (grant, revoke, list, clear)

License

MIT