Agent prerequisites
- Agent Stack installed and running locally
- BeeAI Framework installed with
pip install beeai-framework - BeeAI Framework extension for ACP installed with
pip install 'beeai-framework[acp]'
ACP Agent
When to use ACP instead of Agent Stack Integration?- You’re connecting to your own custom ACP server
- You’re developing a multi-agent system where agents communicate via ACP
- You’re integrating with a third-party ACP-compliant service that isn’t the Agent Stack
ACP Server
Basic example:Python
Python