-
the result of Full blog post by official demo is too short and meaningless ,how to optimize it
-----
In the fast-paced world of technology, AI continues to make incredible advancements that shape …
-
`data = request.json
prompt = data.get("prompt")
history = data.get("history", [])
self.hotel_task = TripTasks().hotel_task(self.hotel_agent, prompt, history)
self.crew = …
-
Is there an option to stop the crew execution, rather than ctrl+c from the terminal as this kills the whole app
-
When we install crewai with bellow instruction.
`pip install crewai`
Now try to follow the how to guide to run the example. below is the error message.
`ImportError: cannot import name 'Undefined…
-
### Issue
```
The LLM did not conform to the edit format.
https://aider.chat/docs/troubleshooting/edit-errors.html
# 1 SEARCH/REPLACE block failed to match!
## SearchReplaceNoExactMatch: This…
-
Has anyone got an example of how to use this tool in an agent / task setup? eg how do I tell the LLM to search a specific repo, using a specific github token?
I see in the tool Readme.md an example…
-
Here are some products similar to the one we will be building:
- Devin: https://www.cognition-labs.com/introducing-devin
- AutoGen: https://github.com/microsoft/autogen
- CrewAI: https://github.c…
-
Hey, I let the output speak, the title should explain the problem.
This only happens using gpt-3.5 turbo (latest version), but does NOT happen while doing the same with GPT-4.
Note that the latest …
-
The crew is chugging along then it failed
```text
> Entering new CrewAgentExecutor chain...
Action: Ask question to co-worker
Action Input: {
"question": "Can you provide me with the key facts a…
-
### Describe the feature
using gpt4 working fine everything happy with the gpt4 but gpt4 have too much cost , then switch to gpt4 to gpt-3.5 turbo 116 didn't get the results from gpt-3.5 what is th…