jcrewai
Version:
Multi-agent automation framework written in TypeScript. Patterned after CrewAI.
11 lines (7 loc) • 388 B
Markdown
JCrewAI is a multi-agent automation framework and is a TypeScript implementation based mostly on the [CrewAI](https://github.com/crewAIInc/crewAI) Python framework.
The project is in the early stages and supports Crews but not Flows. OpenAI is the only LLM implementation provided. Tools support needs to be added.
```bash
npm run build
```