outerdankness
outerdankness2w ago

claude agent sdk

Has anyone successfully integrated Claude Agent SDK on convex? Its a beefy boy at 62mb zipped. When I've tried I run into an error:
✖ Error fetching POST https://YOUR_API/api/push_config 400 Bad Request: ModulesTooLarge: Hit an error while pushing:
Total module size exceeded the zipped maximum (49.52 MiB > maximum size 42.92 MiB)
✖ Error fetching POST https://YOUR_API/api/push_config 400 Bad Request: ModulesTooLarge: Hit an error while pushing:
Total module size exceeded the zipped maximum (49.52 MiB > maximum size 42.92 MiB)
Am I doing something wrong? I could use the internal agent SDK, but I'm wanting to have my agent's chat log integrated with multi peer chat messages and not complicate my build with multiple components/services quite yet. Thoughts?
GitHub
GitHub - anthropics/claude-agent-sdk-typescript
Contribute to anthropics/claude-agent-sdk-typescript development by creating an account on GitHub.
3 Replies
Convex Bot
Convex Bot2w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Tiago Freitas
Tiago Freitas7d ago
not sure if this works for that package, but I would ask an agent to read that and try to package it for you let me know if you get it work, I also wanted to try it later sorry the limit includes external packages... I guess the only way is if convex adds it themselves

Did you find this page helpful?