Skip to content

agent-office v0.1.0 — Two verbs, real tmux rooms

Choose a tag to compare

@Mr-AK-AI Mr-AK-AI released this 21 Aug 19:54
Immutable release. Only release title and notes can be modified.

agent-office v0.1.0

The first public release of a tiny, terminal-native delegation layer for local CLI agents.

What ships

  • up starts real CLI agents in named rooms on the isolated tmux -L agent-office server.
  • send types one task into one room or broadcasts it to all agent rooms.
  • Bare up auto-detects claude, codex, and grok, then adds a spare sh room.
  • name:command rooms support other interactive terminal CLIs.
  • send --all skips the spare shell unless --include-shell is explicit.
  • English and Simplified Chinese documentation, a reusable agent skill, issue templates, and an MIT license.

Deliberate boundaries

  • No API proxy.
  • No model adapters.
  • No workflow engine.
  • No terminal scraping or hidden result collection.

Requirements

  • Bash
  • tmux
  • At least one local CLI agent already installed and authenticated

Quick start

chmod +x agent-office.sh
./agent-office.sh up
./agent-office.sh send --all 'State your role and wait for a focused task.'

The agent in your current conversation remains the lead. The other agents stay in their own real terminal rooms.