Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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 |
Expand Down
16 changes: 16 additions & 0 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]