From 6dc5e67a5c135320633c2ec5c5ddba3d5b96cea8 Mon Sep 17 00:00:00 2001 From: Artem Arakcheev Date: Thu, 5 Feb 2026 17:41:46 +0300 Subject: [PATCH] Add HyperAgency, agentic AI OS HyperAgency allows organizations to deploy autonomous agents that remember, adapt, and act on your behalf, under human governance and auditability. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60c1b1b..16f4cd4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ _Personal note: you don't need tons of frameworks — start with simple LLM call - [LangGraph](https://www.langchain.com/langgraph) — Build multi-agent workflows with stateful graphs on top of LangChain. - [CrewAI](https://www.crewai.com/) — Agent orchestration with structured tasks and human-in-the-loop controls. - [AutoGen](https://microsoft.github.io/autogen/) — Microsoft’s framework for multi-agent conversation and collaboration. +- [HyperAgency](https://github.com/vuics/h9y) - agentic AI operating system (h9y.ai) that replaces brittle/fragmented automations with long-lived, self-improving systems. #### 📦 Retrieval-Augmented Generation (RAG) - [LlamaIndex](https://www.llamaindex.ai/) — Data framework for ingesting, indexing, and querying private data with LLMs.