Skip to content

AiRanthem/agents

 
 

Repository files navigation

OpenKruise Agents

Overview

OpenKruise Agents provides best practices for managing AI agent workloads in Kubernetes. It is a sub-project of the open-source workload project OpenKruise under the Cloud Native Computing Foundation (CNCF), specifically tailored for the AI agent domain. OpenKruise Agents accelerates AI agent deployment and makes it easily accessible to both AI algorithm scientists and infrastructure engineers.

OpenKruise Agents is designed to support the following AI agent workloads:

  1. Isolated environments for diverse tool usage by AI agents
  2. Network-accessible and persistent cloud environments for research notebooks and development workspaces
  3. Reinforcement learning jobs featuring human-in-the-loop and open-world training
  4. Big data training jobs requiring rapid startup times and robust fault tolerance

Why OpenKruise Agents

OpenKruise Agents delivers vendor-neutral sandboxes with the following key characteristics:

  1. Rapid and cost-effective resource provisioning through resource pooling and dynamic resizing
  2. Sandbox hibernation and checkpoint capabilities encompassing memory, read/write layer data, and GPU memory
  3. User identity and session management with efficient traffic routing, minimizing dependence on Kubernetes services
  4. Comprehensive API and SDK support, including both Kubernetes CRD APIs and E2B APIs

Relationship with Sig Agent-Sandbox

OpenKruise Agents offers high-level APIs for sandbox management, enabling efficient resource provisioning, user management, and traffic routing. Under the hood, OpenKruise Agents includes built-in sandbox APIs and implementations, while maintaining compatibility with Sig Agent-Sandbox when available.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.8%
  • Makefile 2.5%
  • Other 0.7%