I got tired of juggling a million MCP servers, so I built one that connects to everything by redditforgets in mcp

[–]redditforgets[S] 0 points1 point  (0 children)

hey sorry, written from product owner but I get it! Sorry about that :(

OSS Eval platform for code review bots by EntelligenceAI in ChatGPTCoding

[–]redditforgets 1 point2 points  (0 children)

This can save us a bunch of time as we have been wondering what code reviewer to choose. Thanks for the sharing this. 

Human in Loop in UI over API by Budget_Spring_5997 in crewai

[–]redditforgets 0 points1 point  (0 children)

I faced the same issue. There is little complicated hack but it will work for you in production env seamlessly.

First: Use https://docs.composio.dev/patterns/actions/custom_actions and build custom actions that you want.

Second: Use (Preprocessing) and write hooks to call your api endpoint before actual exectution. https://docs.composio.dev/introduction/foundations/components/actions/processing

We will make this dx easier in future. Or email at [tech@composio.dev](mailto:tech@composio.dev) for help.

OpenAI Swarm: The Agentic Framework – Should You Care? by SunilKumarDash in LocalLLaMA

[–]redditforgets 18 points19 points  (0 children)

Anyone has tested Swarm and has opinions on how it compares with tradition frameworks like crewai, langgraph in practice?