mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-12 10:04:14 -05:00
AI Startup Trend Analysis Agent fails to generate analysis #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wessamfathi on GitHub (Mar 29, 2025).
I'm trying to use the AI Startup agent but it fails to generate the analysis with the following error:
An error occurred: Agent.init() got an unexpected keyword argument 'agents'I tried a bunch of different API keys, re-running the agent, deleting and starting from scratch, but the error persists.
@fiber2021 commented on GitHub (Mar 30, 2025):
If you're using LangChain, AutoGPT, or an AI framework, check your version. The Agent.init() function might not support the agents argument in your installed version.
@DreamLi-425 commented on GitHub (Mar 30, 2025):
May I ask if there is a way to change the API of different products?
@wessamfathi commented on GitHub (Apr 4, 2025):
@fiber2021 I didn't change any settings, just plugged in my Anthropic key and ran with all defaults.