Phidata enables us to build AI Assistants with memory, knowledge and tools. We serve these Assistants using Streamlit, FastApi or Django. This process requires setting up infrastructure like database, containers and networking.

To make this process simpler, phidata provides pre-built templates that you can run locally or deploy to AWS. Here’s how they work:

  • Create your codebase using a template: phi ws create
  • Run your app locally: phi ws up
  • Run your app on AWS: phi ws up prd:aws

Available Templates