Create a virtual environment
Install phidata
Install docker
Export your OpenAI key
agent-app
template
agent-app
with the following structure:
app
using:
app
folderAgents
are defined in the agents
folder.api
using:
/v1/playground/agent/run
endpoint withagent-app
comes with common endpoints that you can use to build your AI product. This API is developed in close collaboration with real AI Apps and are a great starting point.
The general workflow is:
/v1/playground/agent/run
to run Agents.session_id
returned, your product can continue and serve chats to its users.