Create your own LLM Agent with custom personality and Tools.
You can be up and running in under a minute.
..in a Local VS Code 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