serve-acp¶
Start the Agent Communication Protocol (ACP) server to expose agents to ACP-compatible clients.
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: