Get up and running with ACP
uv
. See the uv
primer for more
details.Initialize your project
Add the ACP SDK
Create an agent
agent.py
file in your project directory with the following code:Start the ACP server
Verify your agent is available
curl
command:echo
agent, confirming it’s available.Run the agent via HTTP
Build an ACP client
echo
agent.
Create a client.py
file in your project directory with the following code:Run the ACP client