UNPKG

jcrewai

Version:

Multi-agent automation framework written in TypeScript. Patterned after CrewAI.

11 lines (7 loc) 388 B
# JCrewAI 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. ## Building the Project ```bash npm run build ```