A minimal deterministic test agent for the Entire CLI external agent protocol. No API calls — just regex-based prompt parsing.
mise run build
Produces two binaries:
roger-roger — interactive agent REPLentire-agent-roger-roger — Entire CLI external agent protocol handler./roger-roger
> create a file called hello.txt
Created hello.txt.
> what's up
roger roger
> exit
Place entire-agent-roger-roger on $PATH. It will be auto-discovered when external_agents: true is set in .entire/settings.json.
16 commits
5 commits
Go
100.0%
A minimal deterministic test agent for the Entire CLI external agent protocol. No API calls — just regex-based prompt parsing.
mise run build
Produces two binaries:
roger-roger — interactive agent REPLentire-agent-roger-roger — Entire CLI external agent protocol handler./roger-roger
> create a file called hello.txt
Created hello.txt.
> what's up
roger roger
> exit
Place entire-agent-roger-roger on $PATH. It will be auto-discovered when external_agents: true is set in .entire/settings.json.
16 commits
5 commits
Go
100.0%