Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cs50victor/factory

an AI agents framework
https://github.com/cs50victor/factory

Last synced: 2 days ago
JSON representation

an AI agents framework

Awesome Lists containing this project

README

        

# factory

AI agents framework

## Get Started / Run Code

- `conda create --name factory python=3.11`
- `pip install server/requirements.txt`
- `bun dev`

> after making any pip updates use 'pip list --format=freeze > server/requirements.txt'