Replies: 1 comment
-
|
yeah, crewAI is Python-only as of now - no official JS/Node.js port exists. if you're locked into a Node.js stack, a few workarounds people use:
if Python is an option at all, even just for the AI layer, that's probably the least friction path. but the FastAPI bridge approach works pretty well if you need to keep your frontend in Node while the agent logic lives in Python. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I read that CrewAI is a Python framework.
May I know if CrewAI open source supports JavaScript/Node.js (in case I'm missing something)?
Beta Was this translation helpful? Give feedback.
All reactions