Loading repository data…
Loading repository data…
cleaton / repository
cli-agent-container is a simple convention for wrapping CLI agents in containers. Each project adds a single <name>.<agent-type> script to bootstrap dependencies once; a tiny shell helper then creates/resumes a persistent per‑project container and runs the agent inside it.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A minimal convention for running cli agents inside Docker containers. It limits host access and lets agents install and manage dependencies in an isolated environment.
<name>.<agent-type> (for example: deno.cursor-agent)
<name>-<agent-type>cursor-agent/ for a reference implementation and usagemy-app.cursor-agent in your project root to declare dependencies and setupStatus: this repo currently includes a proof‑of‑concept for cursor-agent to demonstrate the workflow. Additional agents can follow the same pattern.
For details on the cursor agent, see cursor-agent/README.md.