xitex

Results 19 comments of xitex

second task must include 'context' that is output of first task.

Aha, got it, i think yes it can be achieved with third task attached to the first agent. Try with memory=True Perhaps this would obviate the need to pass the...

I think in this case you should use Process.hierarchical so you can create manager agent who gives a task to relevant agent. Another consensual process is just in the planning...

https://docs.crewai.com/how-to/Hierarchical/#hierarchical-process-overview Here in example you can see that manager assign agent to task so your don't need to assign (i don't see code so must say that). To evaluate result...

Try to use GET this is mistake in docs

How to implement this in crewai???? where it must be added if we have only agent and tasks settings?

I try this with groq not openai (may be here is wrong tag). Thanks

> Can you access AWS Bedrock using an OpenAI compatible API Server? Then you can try setting the `OPENAI_API_BASE` environment variable to be the bedrock hostname. > > Alternatively, you...