Summary
Add a separate Docker image for Cursor CLI as an agent backend.
Approach
- Separate Dockerfile (
Dockerfile.cursor)
- Publish as
ghcr.io/thepagent/agent-broker-cursor
- Install:
curl https://cursor.com/install -fsS | bash
- Auth: Cursor account login (needs investigation — may require API key or headless auth)
- Note: Cursor CLI ACP support needs to be verified
Helm usage
image:
repository: ghcr.io/thepagent/agent-broker-cursor
agent:
command: cursor
args: ["--acp"]
Open questions
- Does Cursor CLI support ACP (Agent Client Protocol) over stdio?
- What auth mechanism works in headless/container environments? (Cursor has a headless mode)
Related: #14, #15, #16
Summary
Add a separate Docker image for Cursor CLI as an agent backend.
Approach
Dockerfile.cursor)ghcr.io/thepagent/agent-broker-cursorcurl https://cursor.com/install -fsS | bashHelm usage
Open questions
Related: #14, #15, #16