This example demonstrates how to connect a Microsoft AutoGen agent to ArkSim using the custom agent connector.
-
Install AutoGen:
pip install autogen-agentchat autogen-ext[openai]
-
Set your API key:
export OPENAI_API_KEY="<your-key>"
From this example directory, run:
arksim simulate-evaluate config.yaml| File | Description |
|---|---|
custom_agent.py |
AutoGen integration |
config.yaml |
Simulator configuration |
scenarios.json |
Simulation scenarios |