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":...