This is an inprogress implementation of AMP ACP Wrapper.
The project has only been tested this on Macos 26 so far
- Create Session
- Thinking
- File edits rendered as diff in chat
- Cancellation
- Resources
- Authentication
- Agent plan
- Session load
- MCP (MCP servers configured on the client do not get passed through to AMP)
- Follow Agent
- Non text content types
Currently the project needs to be built from source.
git clone https://github.com/Hamish-taylor/amp-acp.git
cd amp-acp
cargo build --releaseAdd the agent to your IDE/client. In zed you can do this throught the settings.json file. It should look something like this:
"agent_servers": {
"amp": {
"command": "/path-to-cloned-repo/target/release/amp-acp",
"args": [],
"env": {}
},
},