Spaces:
Sleeping
Sleeping
File size: 852 Bytes
eb90ae0 7a3e44b eb90ae0 7a3e44b eb90ae0 7a3e44b eb90ae0 7a3e44b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
title: DevOn
app_file: app.py
sdk: gradio
sdk_version: 4.24.0
---
# DevOn
What if you tried to do what Devin does, but using MultiOn's agents?
We use 3 separate MultiOn Agents, one each for programming, researching and notetaking.
Their activities are orchestrated and supervised by an overarching GPT-4V
Setup:
- Create a .env.local and set the following env variables:
- OPENAI_API_KEY
- MULTION_API_KEY
- REPLIT_EMAIL (if using the remote API)
- REPLIT_PASSWORD (if using the remote API)
- ```pip install -r requirements.txt```
- If you want to use the local API (need to have the chrome extension installed and API enabled for this): ```bash start_local.sh```
- If you want to use the remote API: ```bash start_remote.sh```
Barebones Demo:
https://github.com/lordspline/DevOn/assets/74811063/a8bd9d65-42de-4bf1-a721-79f9b4d772ef
|