Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cs50victor/factory
- Owner: cs50victor
- License: mit
- Created: 2024-04-04T21:25:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T12:39:25.000Z (9 months ago)
- Last Synced: 2024-04-15T07:16:50.650Z (9 months ago)
- Language: TypeScript
- Homepage: https://factory.vic.so
- Size: 729 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'