-
Hi I have a very simple Crew and it seems to be stuck (30 minutes without anything showing up after the previous prompt) while executing the crew. I am not sure if that is normal or not.
This is t…
-
Error as below. Not sure it's from crewai or praisonai. Need help, thanks!!
```
2024-06-21 12:16:31 - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2024-06-21 12…
-
I get
`HTTPSConnectionPool(host='foobar.com', port=443): Max retries exceeded with url: /foo/bar`
With certain models which take more than 5 minutes for an inference. If I swap to a tinyer model…
-
Hey all
I am doing a small exercise to ask crewai to write and test python code based on users' input.
However, it seems crewai is having trouble to execute the python code generated by LLM.
…
-
This works with local Ollama
crew = Crew(
agents=[research_agent,summarize_agent],
tasks=[task,task1],
process=Process.sequential,
memory=False,
…
-
Is there a way in Crew AI to structure an interview process where one agent asks questions to a human and another agent summarizes the conversation?
-
as the title said, the example is not working
pydantic_core._pydantic_core.ValidationError: 1 validation error for Task
expected_output
Field required [type=missing, input_value={'description':…
-
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
> Hey João, can it exec code in a docker container like autogen?
> I have a docker image with specific libraries installed. Autogen is close to perfect, working directory saves the code plus any inp…