CrewAI Sudio - Feedback

Started to use the CrewAI studio for one of the POCs. Initial impression is that it is not at all user friendly. my POC is going haywire when I am integrating with SFDC. Any tutorial?

Could you explain your issue a little more? Do you have screenshots of any errors?

I can give you a simple example can not attch screen shot. So I am trying to integrate with SFDC and creating 2 agents. First agent fetches the details of the opportunity when user gives the opportunity name. Other Agent is for creating the Opportunity in Salesforce when the mandatory fields are given. Now the problem is when I am trying to execute the first Agent, I am thrown the error that mandatory fields are to be filled. Ideally first agent should not ask for these values as it only needs Opportunity name. theses 2 should act as 2 different agents and shall execute independently. Is it happening because I am using free version of the CrewAI studio? Tried to address it through creating Flow and including 2 crews inside it, but seems Free version of CrewAI studio does not allow to create FLow.

The free version of Studio does not restrict you in this way. Currently, flows are not supported in Studio. It is something we are working on and hope to have released soon so you can create flows. You can do this through the CLI, then upload it to GitHub and deploy it that way. Could you give this a try and let us know?

Thanks Paul..Using VSCode I created flow with 3 crews and used router to decide which crew to be executed. Have other issue of integrating with SFDC. My connected apps are not responding but looks like with Feb release, salesforce may not allow any connected apps concept itself in Saleforce.