A template for agent-native apps. For more information, read the docs!.
Step 1. Clone the Squidfall GitHub repository.
git clone https://github.com/deathlabs/squidfall.gitStep 2. Change directories to the folder downloaded.
cd squidfallStep 3. Then, build Squidfall locally using the provided Makefile.
makeStep 4. Save your environment variables (e.g., OpenAI API key) to a file called .env in the inference folder.
echo "export OPENAI_API_KEY='AAA...'" > inference/.envStep 5. Start Squidfall using the provided Makefile.
make start