From 26035f3d562a0a1339b7c773a79a0eb44a524beb Mon Sep 17 00:00:00 2001 From: "Claude (agent)" <238336761+hummbl-dev@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:42:47 -0400 Subject: [PATCH] Add hummbl-governance to AI and Agents / Orchestration 25 stdlib-only Python primitives for multi-agent AI governance: kill switch, circuit breaker, cost governor, delegation tokens, audit logging, health probes, and compliance mapping. - Zero third-party dependencies - 1,026 tests across 25 primitives - v1.0.0 with API stability guarantee - Includes MCP servers for agent integration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac39ccfe64..eaa578ea07 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [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. + - [hummbl-governance](https://github.com/hummbl-dev/hummbl-governance) - 25 stdlib-only Python primitives for multi-agent AI governance: kill switch, circuit breaker, cost governor, delegation tokens, and audit logging. - [langchain](https://github.com/langchain-ai/langchain) - Building applications with LLMs through composability. - [openai-agents](https://github.com/openai/openai-agents-python) - OpenAI's framework for building and managing AI agents. - [OpenChronicle](https://github.com/Einsia/OpenChronicle) - Open-source, local-first memory for any tool-capable LLM agent.