Skip to content

entireio/roger-roger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roger-roger

A minimal deterministic test agent for the Entire CLI external agent protocol. No API calls — just regex-based prompt parsing.

What it does

  • "create a file called X" → creates the file
  • Anything else → responds "roger roger"

Build

mise run build

Produces two binaries:

  • roger-roger — interactive agent REPL
  • entire-agent-roger-roger — Entire CLI external agent protocol handler

Usage

./roger-roger
> create a file called hello.txt
Created hello.txt.
> what's up
roger roger
> exit

Entire CLI integration

Place entire-agent-roger-roger on $PATH. It will be auto-discovered when external_agents: true is set in .entire/settings.json.

About

A simple agent to demonstrate how to create a plugin to integrate with the Entire CLI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages