sc00rpi0n

Results 12 comments of sc00rpi0n

The `Process.sequential ` ,where one task is executed after the other and the outcome of one is passed as extra content into this next. you can arrange your workflow into...

If you want to only pass the output (which I assume is the final answer part ) you can make two crews the first crew will do the task that...

1. The backstory is the system prompt , while the description is the user's prompt ,so you need both of them to help the llm understand what to do exactly...

it looks like you have a problem in the imports of your code

> Hey @joaomdmoura , thanks for the reply. > > The Orca issue might just be the model is too dumb to understand the task. It loops on needing to...

it is possible , just store the output , then extract the part you want to append and use the json library to append the extracted part

at the latest crewai update now the output have each agent name next to its output , assume the results is saved in "output" variable then here's an example code...

yes , but make sure to change the name f the variable in the script as i used output = crew.kickoff()

CrewAI use Langchain for this so yo can call any llm provider if LangChain support it , the one you mentioned work with LangChain so it works with CrewAI out...

The issue is that the tool in your code is called search_tool not duckduckgo_search so maybe the llm hallucinate and messed up the name of the tool so CrewAI didn't...