This example shows how to test or evaluate an agent using another agent.
- Run both agents
python agent_to_test.py start
python agent_evals.py start- Dispatch agents to the same room
lk dispatch create \
--agent-name agent_to_test \
--room my-room \
--metadata 'my_job_metadata'
lk dispatch create \
--agent-name agent_evaluator \
--room my-room \
--metadata 'my_job_metadata'