Context
Closes part of #1786.
For a coding agent to be reachable over SLIM — not just able to send — it needs a server-side component that accepts inbound A2A requests delivered via SLIMRPC. This issue covers the investigation and implementation of that component.
Investigation
Before building anything new, survey existing A2A server implementations (across coding agent harnesses and frameworks) to determine:
- Does a suitable A2A server already exist that could have SLIMRPC support added to it?
- What protocol does it use for local agent communication (ACP, stdio, HTTP)?
- What changes would be needed to add SLIMRPC as an additional inbound transport?
If no suitable existing implementation is found, define and build a minimal new one.
Requirements (regardless of implementation path)
Acceptance Criteria
Context
Closes part of #1786.
For a coding agent to be reachable over SLIM — not just able to send — it needs a server-side component that accepts inbound A2A requests delivered via SLIMRPC. This issue covers the investigation and implementation of that component.
Investigation
Before building anything new, survey existing A2A server implementations (across coding agent harnesses and frameworks) to determine:
If no suitable existing implementation is found, define and build a minimal new one.
Requirements (regardless of implementation path)
Acceptance Criteria