BeeAIPlatformAgent
class.
pip install beeai-framework
pip install 'beeai-framework[beeai-platform]'
mkdir beeai-remote-agent && cd beeai-remote-agent
python -m venv venv && source venv/bin/activate
mkdir my_agents && touch my_agents/remote_agent.py
BeeAIPlatformAgent
class allows you to connect to any agent hosted on the BeeAI platform. This means that you can interact with agents built from any framework!
Use BeeAIPlatformAgent
when:
chat
agent:
gpt-researcher
agent researches a topic, and the podcast-creator
takes the research report and produces a podcast transcript.
You can adjust or expand this pattern to orchestrate more complex multi agent workflows.
BeeAIPlatformServer
class exposes agents built with the BeeAI Framework as an ACP server. It is automatically registered with the platform, allowing you to access and use the agents directly within the framework.