mirror of
https://github.com/harivansh-afk/agentcomputer-delegate.git
synced 2026-04-15 08:03:41 +00:00
877 B
877 B
ACP Flow
The computer acp serve bridge is intended to feel like a local ACP agent command while proxying work to a remote machine agent.
Basic shape
- The local client starts
computer acp serve <machine> --agent <agent> --name <session>. - The bridge handles ACP initialization on stdin/stdout.
- The bridge maps ACP session operations onto Agent Computer session APIs.
- Remote session updates are streamed back as ACP
session/updatenotifications.
Good commands
computer acp serve yinnar-south --agent claude --name review
computer acp serve airport --agent claude --name debug
Recommended client behavior
- Reuse a stable session name when reconnecting.
- Treat the bridge as the single local command for remote-agent interaction.
- Use the normal
computer agent ...commands outside ACP when you need manual inspection or cleanup.