Skip to content

deathlabs/squidfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squidfall

A template for agent-native apps. For more information, read the docs!.

Quickstart

Step 1. Clone the Squidfall GitHub repository.

git clone https://github.com/deathlabs/squidfall.git

Step 2. Change directories to the folder downloaded.

cd squidfall

Step 3. Then, build Squidfall locally using the provided Makefile.

make

Step 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/.env

Step 5. Start Squidfall using the provided Makefile.

make start

About

A template for agent-native apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors