- Clone the repo
git clone https://github.com/phidatahq/phi-interview-questions.git
- Install requirements and activate the virtual env:
Install uv if needed:
curl -LsSf https://astral.sh/uv/install.sh | sh
./scripts/install.sh
source .venv/bin/activate
- Run Agent team
python agents/news_reporter_team.py
- Start local docker containers
phi start dev_resources.py
-
Open swagger UI at http://localhost:8000/docs to test the API.
-
Stop local docker containers
phi stop dev_resources.py