CrewAI-Studio icon indicating copy to clipboard operation
CrewAI-Studio copied to clipboard

A user-friendly, multi-platform GUI for managing and running CrewAI agents and tasks. Supports Conda and virtual environments, no coding needed.

Results 21 CrewAI-Studio issues
Sort by recently updated
recently updated
newest added

OPENAI_API_BASE="https://openrouter.ai/api/v1" OPENAI_PROXY_MODELS="gpt-4o-mini" works as it's an openai model that gets routed/translated properly but trying to use x-ai/grok-3-mini-beta on openrouter, the definition should be: OPENAI_PROXY_MODELS="openrouter/x-ai/grok-3-mini-beta" yields this: Final output {'result': 'Error...

Hello! First of, thanks so much for this project. Question : will it support flows ?

enhancement

Error running crew: Invalid Knowledge Configuration: APIStatusError.init() missing 2 required keyword-only arguments: 'response' and 'body'" I added a Knowledge source to an agent and got this error. The Knowledge Source...

Hi, I want to use Azure Openai model as LLM in CrewAI studio. But I am unable to. I tried putting the following params in the .env file: AZURE_API_KEY= AZURE_API_BASE...

ERROR: Error during short_term save: APIStatusError.__init__() missing 2 required keyword-only arguments: 'response' and 'body' i guess this is related to the Memory when enabled? at least in Hierarchical mode. i...

Is there a way to use CrewAI's Human Input feature or a human as a tool? I can't get the app to accept feedback. Seems to be due to a...

1. I see that tools use OpenAI LLM by default. But how can I change an LLM provider for them? 2. I can't write a context from async tasks myself,...

All systems go ! @ --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/strnad/CrewAI-Studio/pull/65?shareId=959b638f-d412-4f41-a41c-9b43b8072a39).

i have this error which i can't define, I tried working with Ollama or groq, added the API or URL in .env file, same result `Traceback (most recent call last):\n...

I am not sure what I am missing I am getting this error {'result': "Error running crew: litellm.BadRequestError: LLM Provider NOT provided. Pass in the LLM provider you are trying...