TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Microagent, a fork of OpenAI Swarm that supports Groq and Anthropic

13 pointsby bytearray7 months ago

1 comment

bytearray7 months ago
Last week OpenAI pushed out an AI agent orchestration framework called Swarm. I liked how lightweight it is compared to other open source LLM frameworks that I find overly complex. Unfortunately, OpenAI positioned it as an experimental framework and on their GitHub page said they wouldn’t be accepting any PRs for enhancements. It doesn’t sound like they’re going to maintain it. That’s too bad because it is a nice approach for developers looking for a simple solution to orchestrating AI agents.<p>So I forked it and I spent some time making it work with Anthropic and Groq LLMs. The result is Microagent.