Paul Nugent
Paul Nugent
> what are other frameworks other than langsmith supported? You can try langtrace, langfuse and AgentOps.
Maybe contact langfuse support and see if they have any known issues. thanks
Is your max_execution_time set to none? https://docs.crewai.com/core-concepts/Agents/#agent-attributes
If you are on the latest release, you can try this. Also, consider joining the discord channel as there is a lot of good material on here https://discordapp.com/channels/1192246288507474000/1235578548924977173/1235583184108916821 Agent =...
Hi, Did you try using the Max RPM (optional) | Maximum requests per minute the crew adheres to during execution. https://docs.crewai.com/core-concepts/Crews/#crew-attributes Also https://docs.crewai.com/core-concepts/Agents/#what-is-an-agent
Found this on crewai discord that may help tool = JSONSearchTool( json_path=file_path, config={ "llm": { "provider": "google", "config": { "model": "gemini-pro", "temperature": 0.7, }, }, "embedder": { "provider": "google", "config":...
Please can you try with the latest version. I just tested it and worked ok crewai 0.30.11 crewai-tools 0.2.6
Could you try the tool DirectoryReadTool This will allow the agent with this tool to read only the directory specified during it's execution tool = DirectoryReadTool(directory='./directory')
Hi the co-worker issue should be fixed in the latest release. Please can you upgrade and then retest. thanks
Have you tried https://docs.crewai.com/how-to/Hierarchical/ and allow the manager to the delegation?