Awesome-list-of-Haskell-mentors
An amazing list of Haskell developers who would like to mentor beginner-contributors in open source projects. (by willbasky)
swarm
Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team. (by openai)
Awesome-list-of-Haskell-mentors | swarm | |
---|---|---|
5 | 15 | |
172 | 20,080 | |
0.0% | 1.1% | |
0.0 | 7.3 | |
almost 3 years ago | 4 months ago | |
Haskell | Python | |
Creative Commons Zero v1.0 Universal | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Awesome-list-of-Haskell-mentors
Posts with mentions or reviews of Awesome-list-of-Haskell-mentors.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-09.
- Looking for projects that need developers.
- Suitable open source projects to contribute to as a beginner.
-
There are great resourced for learning and reading theory, but how do I practice
The second one is contributing to open source projects with mentoring or without.
-
Junior developer looking for a Haskell codebase to work on and a mentor to help me
You may be interested in this resource: https://github.com/willbasky/Awesome-list-of-Haskell-mentors
- Welcome to Awesome list of Haskell mentors
swarm
Posts with mentions or reviews of swarm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-21.
-
Agentic AI Needs Its TCP/IP Moment
There are many examples of this out in the wild already working, eg. https://github.com/openai/swarm
-
10 Ways AI Can Speed Up your Mobile App Development
Swarm (made by OpenAI, experimental at the time of writing) emphasizes collaborative agent behavior, allowing many agents to work together towards a common goal.
- Show HN: Mcp-Agent – Build Effective Agents with Model Context Protocol
-
Things we learned out about LLMs in 2024
It's like object oriented programming for prompts.
1. https://github.com/openai/swarm/tree/main
-
AI Agents: Transforming Ideas into Action, Collaboratively
Developers know all too well the arduous process of building, testing, and deploying applications — a journey that can take weeks or even months. Enter AI orchestration frameworks like LangChain (LangGraph), CrewAI, OpenAI (Swarm), and Haystack, which have drastically reduced this timeline. Now, tasks that once took months can be completed in days — or even hours in some cases.
-
Quick tip: Running OpenAI's Swarm locally using Ollama
!pip install git+https://github.com/openai/swarm.git --quiet !pip install ollama openai --quiet
-
Quick tip: Using SingleStore with OpenAI's Swarm
OpenAI recently released Swarm. Swarm is a stateless framework that enables the creation and management of multiple AI agents, allowing them to collaborate and solve complex tasks by breaking them down into smaller, more manageable subtasks.
-
My AI Adventure Begins
It's worth mentioning that there are already frameworks designed to make this kind of orchestration much easier. Langchain and Langgraph come to mind, both of which are fantastic for streamlining agent interactions and orchestration. Recently, I also came across an educational framework from OpenAI around swarm orchestration that was a big inspiration for kicking off this project (OpenAI Swarm). But, to be honest, I want to be in the weeds. I want to feel the mistakes and learn from them firsthand. With 🤖 AI tooling becoming more commonplace, I think the "under the hood" knowledge might become harder to acquire if we always rely on ready-made solutions. So, I’m diving in headfirst, hoping that my path will be full of lessons—mistakes and all—that will make this journey interesting and engaging.
-
How to build a crashproof customer service agent in <80 lines with Swarm 💪🐝
Let's start off with creating an AI-powered refund agent using OpenAI's lightweight multi-agent orchestration framework, Swarm. This agent contains two functions: process_refund to help a user to return an item, and apply_discount to apply a discount to the user's future purchases. These functions may be invoked based on OpenAI LLM's output. In addition, the process_refund function invokes several sub-steps (refund_step) which simulates a complex refund workflow.
-
LLM Agents with Ell - Basics
However, you won't learn until you experiment (or even fail sometimes 😣). The examples above give only a glimpse of what Ell does. What you use it for is a completely different story. Just as learning a new programming framework doesn't make sense if you don't use it. So, look for things that you can optimize and automate with AI Agents. Maybe port your old project you made with LangChain or Swarm (a new agent framework from OpenAI)?
What are some alternatives?
When comparing Awesome-list-of-Haskell-mentors and swarm you can also consider the following projects:
iris - 🌈 Haskell CLI Framework supporting Command Line Interface Guidelines
dspy - DSPy: The framework for programming—not prompting—language models
wai-problem-details - Problem details middleware for WAI
crewAI - Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
troupe - Haskell Actors
durable-swarm - Augment Swarm with durable execution to help you build reliable and scalable multi-agent systems.