Learn how to build a multi-agent system with Galadriel using a manager-worker pattern.
agent.py
: Contains the agent definitions and runtime setup.template.env
: Stores environment variables..env
file with your OpenAI API key:
agent.py
and add the following code:
OPENAI_API_KEY
in your environment: