Skip to content

steamship-core/multimodal-agent-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon Starter

Open in a VS Code Dev Container

Create your own LLM Agent with custom personality and Tools.

Getting Started

You can be up and running in under a minute.

..in a Local VS Code Container

Just click here: Open in a VS Code Dev Container

..in a Web VS Code Container

Visit https://github.dev/steamship-core/hackathon-starter, then click on the "Cloud Container" icon at lower-left and re-open in a new Docker container.

..on Replit

Visit https://steamship.com/hackathon/harvard, and click on "Starter Project".

..on localhost with your own IDE

Clone this repository, then set up a Python virtual environment with:

python3.8 -m venv .venv
source .venv/bin/activate
python3.8 -m pip install -r requirements.txt

Then, run your agent with:

python3.8 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages