Skip to content

serve-acp

Start the Agent Communication Protocol (ACP) server to expose agents to ACP-compatible clients.

agentpool serve-acp config.yml

For basic usage:

# Start with default config
agentpool serve-acp agents.yml

# Listen on specific host and port
agentpool serve-acp agents.yml --host 0.0.0.0 --port 8321

For a full list of options, run:

agentpool serve-acp --help