- This is not production tested
- It is optimized for the following directory structure:
- favicon.png - package.json - public - index.htm - favicon.png - src - App.css - App.js - index.css - index.js
... TODO
cp env.template .env
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
python3 start.py
to kick off the agent tasks, which will be dictated by the state of the Github repository according toWorkflow
above
- Check out the first Demo project.
- Its assumed that if you have an
OPENROUTER_API_KEY
in.env
and you want to use OpenRouter. - Otherwise, you want to use OpenAI and
OPENAI_API_KEY
is required in.env
- See
.env
(remember you need to create .env from env.template)
- A simple, configurable human-steered A.I. web-dev GUI
pip install agents-starter-kit
, Open Interpreter
- CrewAI is the most concise, effective agent projects we have found, and it is very wells supported by the founder & his company. So we use it instead of Autogen
- Github is ubiquitous , reliable and fulfills all essential project-management functionality . So we use Github Issues, Pull Requests, Actions, etc.
- OpenInterpreter should be considered (e.g. for QA Agents)
TODO:
- make "Workflow" configurable via config.yml