Brandon Hancock (aiwithbrandon)

Results 25 comments of Brandon Hancock (aiwithbrandon)

You can overwrite the default prompts by updating the `prompt_file` property in a crew.

Hey @anmol-aidora ! Could you please elaborate more on `is_auto_end`? I'm not fully understanding what's going wrong and how changing `is_auto_end` to True fixes the issue. If you could share...

Hey @arnaudbreton ! It looks like your agents are trying to call tools that don't exist. `Action: the action to take, should be one of [OpenAI Voice AI API Client,...

Great! And `result_as_answer=True` exits the core loop that agents go through when generating a response as soon as the tool returns a result. If that's what you're aiming for, you...

Hey @chandrakanth137! Could you please share a demo of this feature running and show how the output is improved by using this feature? Also, it looks like there is a...

Error with changes: https://www.loom.com/share/4fd6d38df8954bdfb3d9baec7bbd7538?sid=3d72f1e4-12ff-4286-bb4c-e17d38c8fb9d

![Screenshot 2024-10-25 at 2 05 46 PM](https://github.com/user-attachments/assets/3c5db54b-c644-4bda-913a-ee0fbaf45af3) Could you please also address these mem0 run type issues?

If I create a crew like this: ```python crew = Crew( agents=[qa_agent], tasks=[qa_task], verbose=True, memory=True, memory_config={ "provider": "mem0", "config": {"user_id": "Personal Travel Planner Agent"}, }, process=Process.sequential, ) ``` And I...

@Dev-Khant here are my final remarks. We are super close to getting this merged in! https://www.loom.com/share/4610bf10afc147379aec202f0aca005b?sid=f1a0773a-c66b-447c-a199-905485e8b8f3

Hey @Rebecca-Qian! Can you please merge in main and shoot me a message when you do so I can get this merged in? Thank you for updating these docs!