#!/bin/bash
# This script runs the agent.py from its virtual environment.

$AGENT_A_HOME/venv/bin/python $AGENT_A_HOME/src/agent_a/agent.py "$@"
