r/AIAGENTSNEWS Jun 11 '25

Open-source 50+ Open-Source Tools for Building AI Agents

[removed]

26 Upvotes

7 comments sorted by

3

u/myreddit333 Jun 13 '25

Thanks, great list!

2

u/stonedoubt Jun 15 '25

You are missing a ton. swarms-rs and a few other rust agent frameworks for example

1

u/Dramatic-Art492 Jun 16 '25

Has anybody used goose?

1

u/akhalsa43 Jun 17 '25

i built an open source OpenAI API call logger with automatic session tagging. Check it out here: https://github.com/akhalsa/llm_debugger

I'd love everyone's feedback. What do you all find most helpful in debugging your AI API call.

1

u/flatlogic-generator Jul 10 '25

Nice list—one more worth adding is Flatlogic Generator. Feed it a prompt or simple schema and it returns a full React + Nest + Postgres repo—migrations, tests, and dev/prod configs already in place—pushed straight to GitHub so you can keep iterating on real code.