๐Ÿฆ€ Gajae Code

Documentation

Bridge & RPC

Bounded remote control for Gajae Code sessions through bridge mode, RPC commands, scoped authority, and client SDKs.

Bridge mode

Bridge mode exposes an agent session over a controlled local service. It is designed for automation and UI clients that need to observe state, submit prompts, or integrate with external workflows without pretending a terminal is an API.

RPC principles

  • Scoped commands: client authority is explicit instead of ambient.
  • Bounded observations: clients ask for structured state rather than raw process dumps.
  • Fail-closed defaults: missing or invalid authority should deny action, not widen it.
  • Idempotent control: request identity matters when automating repeated actions.

Client surfaces

The repository includes client-oriented packages and Python integration points for driving sessions from automation. Use them to build dashboards, triage bots, or lightweight steering interfaces while keeping the PC-side session authoritative.