I’ve been using Phidata’s playground for developing agents and really enjoying it. However, I want to deploy my agents locally with custom configurations. I notice there’s also the agent-app template (phi ws create -t agent-app -n agent-app).
Can someone clarify:
What’s the difference between playground and agent-app?
Can either be fully deployed locally with custom configurations?
so basically this code that is given here is for creating a agent template or you can say when you type npx create react app it build a basic app template for you with all the necessay folder and structures here this command is doing the same.
phi ws create -t agent-app -n agent-app
you will have to change things according to you and your deployment config.
yes you can deploy you agents by create a fastapi routes to fetch the data on the frontend side and this can be deployed essily on streamcloud, vercel and other free platforms. you can try this in a streamlit local enviroment.