From 278763b38d8e3ee71af9ed6e851f500ad50847e2 Mon Sep 17 00:00:00 2001 From: Li Fengmin <2080291162@qq.com> Date: Mon, 24 Aug 2026 15:24:13 +0800 Subject: [PATCH 1/2] fix(#3): Add: Anycloud Fixes #3 Ref: https://github.com/sandbaseai/awesome-agent-runtime/issues/3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 968aa98..088f917 100644 --- a/README.md +++ b/README.md @@ -611,6 +611,7 @@ Descriptions should stay neutral, short, and builder-oriented. If you maintain o | [Ray](https://www.ray.io/) | Distributed compute framework for AI workloads. | Distributed agent compute | | [Ray Serve](https://docs.ray.io/en/latest/serve/) | Scalable model and application serving on Ray. | Python model services | | [SkyPilot](https://skypilot.readthedocs.io/) | Run AI workloads on any cloud. | Portable agent compute | +| [Anycloud](https://anycloud.sh/) | Multi-cloud execution for containerized AI jobs, services, and VMs in connected cloud accounts. | BYOC agent and GPU workloads | | [KServe](https://kserve.github.io/website/) | Kubernetes model serving platform. | Kubernetes inference | | [LangGraph Platform](https://www.langchain.com/langgraph-platform) | Deployment platform for LangGraph agents. | Hosted LangGraph agents | | [Runhouse](https://www.run.house/) | Compute and data runtime for AI workloads. | Portable AI compute | From 3cbb4e9aab0293811b519eeca889f02cdcbe6acb Mon Sep 17 00:00:00 2001 From: Li Fengmin <2080291162@qq.com> Date: Tue, 25 Aug 2026 17:53:14 +0800 Subject: [PATCH 2/2] docs: sync Anycloud into projects.json and README count Add the Anycloud Deployment/compute entry to data/projects.json and update README coverage from 500 to 501 so the catalog and table stay aligned. --- README.md | 4 ++-- data/projects.json | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 088f917..f9b49bc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Maintained by [SandBase AI](https://www.sandbase.ai/), an agent infrastructure p ## Current Milestone -This repository now tracks **500 projects** across **10 production-agent infrastructure categories**. +This repository now tracks **501 projects** across **10 production-agent infrastructure categories**. Use it when you want to answer questions like: @@ -104,7 +104,7 @@ We avoid low-quality AI tool directories, pure prompt libraries, and projects wi The structured project list is maintained in [data/projects.json](data/projects.json). -Current coverage: **500 projects** across **10 infrastructure categories**. +Current coverage: **501 projects** across **10 infrastructure categories**. Useful supporting docs: diff --git a/data/projects.json b/data/projects.json index f2c478e..6cb1fb5 100644 --- a/data/projects.json +++ b/data/projects.json @@ -7498,5 +7498,21 @@ "best_for": "API tool collaboration", "featured": false, "source": "SandBase Agent Ecosystem Market" + }, + { + "name": "Anycloud", + "category": "Deployment/compute", + "url": "https://anycloud.sh/", + "tagline": "Multi-cloud execution for containerized AI jobs, services, and VMs in connected cloud accounts.", + "description": "BYOC platform for running containerized jobs, services, and VMs across connected cloud accounts, including agent and GPU workloads.", + "tags": [ + "multi-cloud", + "BYOC", + "GPU", + "containers" + ], + "best_for": "BYOC agent and GPU workloads", + "featured": false, + "source": "Curated infrastructure expansion" } ]