Core Concepts
Async Requests
Support for synchronous and asynchronous interactions.
This is an Alpha version still in active development; its structure, interfaces, and functionality are changing frequently as the design evolves. Join the GitHub discussions to help shape it.
ACP supports both synchronous (send a request and wait for the response) and asynchronous (send a request, receive an identifier, and query results later) modes of interaction.
To learn how asynchronous requests can be implemented, see POST /runs and GET /runs/{run_id}.
Docs Under Construction!
We’re actively working on enhancing this documentation. Check back soon for updates!
Coming soon:
- Usage patterns