From 2a347b1e87e460bfae59f52ce8d894be3e4abbac Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Sun, 19 Apr 2026 00:14:13 +0800 Subject: [PATCH] Add bub framework to orchestration section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac3fe441..1001f8ca 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [trailofbits-skills](https://github.com/trailofbits/skills) - Python-friendly security skills for auditing, testing, and safer backend development. - Orchestration - [autogen](https://github.com/microsoft/autogen) - A programming framework for building agentic AI applications. + - [bub](https://github.com/bubbuild/bub) - A lightweight, hook-first Python framework for channel-native agents that live alongside people. - [crewai](https://github.com/crewAIInc/crewAI) - A framework for orchestrating role-playing autonomous AI agents for collaborative task solving. - [dspy](https://github.com/stanfordnlp/dspy) - A framework for programming, not prompting, language models. - [hermes-agent](https://github.com/nousresearch/hermes-agent) - An adaptive AI agent framework that grows with you.