Use this page when you are deciding whether to try Local Agent Workbench from GitHub.
- macOS
tmux- Codex CLI available on your
PATH gitandpython3
Install tmux with Homebrew:
brew install tmuxcurl -fsSL https://raw.githubusercontent.com/goonobu-dot/local-agent-workbench/main/scripts/install.sh | bash
cd "$HOME/AgentWorkbench/local-agent-workbench"
make first-runmake first-run runs the local doctor, creates a temporary demo workflow, closes
it into a handoff summary, and lists available workflow templates.
If you want to inspect the flow before running commands, read docs/demo-transcript.md.
Clone first if you want to inspect the scripts before running the installer:
git clone https://github.com/goonobu-dot/local-agent-workbench.git
cd local-agent-workbench
./scripts/doctor.sh
make demo./scripts/create_workflow_from_url.sh https://github.com/owner/repo/issues/123
AGENT_WORKBENCH_IDEA_DIR="$HOME/AgentWorkbench/Idea" \
AGENT_WORKBENCH_USE_ROLE_PROMPTS=1 \
./scripts/launch_codex_tmux.shmake doctor-reportReview doctor-report.md before sharing it publicly. It is designed to make bug
reports easier, but you should remove anything private before posting.
Dry-run first:
./scripts/uninstall.shRemove the installed checkout:
AGENT_WORKBENCH_CONFIRM_UNINSTALL=1 ./scripts/uninstall.shAlso remove the generated app and idea folder:
AGENT_WORKBENCH_CONFIRM_UNINSTALL=1 \
AGENT_WORKBENCH_REMOVE_APP=1 \
AGENT_WORKBENCH_REMOVE_IDEA=1 \
./scripts/uninstall.shThe uninstaller does not remove anything unless confirmation is explicit.