AIAny
AI Agent2026
Icon for item

Centaur

Runs shared, self-hosted AI agents in isolated Kubernetes sandboxes accessible from Slack or an API. Provides durable workflows, reusable tool plugins, and network-edge credential injection (iron-proxy) so agents can execute real work securely and audibly for teams.

Introduction

Most teams face a tradeoff: use many ad-hoc single-agent setups that leak secrets and diverge, or rely on hosted agent SaaS that places code, logs, and credentials outside your boundary. Centaur flips that tradeoff by offering a team-shared control plane that runs each conversation in an isolated Kubernetes sandbox, persists execution state, and confines real credentials to a network-edge proxy.

What Sets It Apart
  • Per-conversation Kubernetes sandboxes with a default-deny network policy — so each Slack thread gets a real, reproducible runtime (shell, git, Python, Node, etc.) instead of a stateless LLM reply. This means agents can run tests, edit code, and interact with repos in a real environment.
  • Credential-safe outbound access via an iron-proxy that injects secrets only at the network edge — so long-lived API keys are never exposed inside the sandbox. This reduces blast radius while allowing agents to call approved services.
  • Durable workflows and replayable state — runs can sleep, resume, wait for events, spawn child agents, and survive restarts; transcripts and events are persisted for audit and reconnection.
  • Shared tool/plugin model and harness-agnostic execution — add a Python tool once and make it available to every conversation; run different CLI harnesses (Amp, Claude Code, Codex, or custom) under the same orchestration.
Who It's For and Trade-offs

Great fit if you run teams that need agents to perform long-lived, instrumented tasks against internal codebases or services while keeping secrets inside your perimeter. It benefits orgs that want standardized agent behavior, centralized auditing, and reusable tool integrations. Look elsewhere if you only need a lightweight single-user assistant or cannot operate any Kubernetes-like infrastructure — Centaur requires self-hosting and operational ownership, and its shared credential vault and proxy introduce platform-level complexity and trust assumptions you must manage.

Where It Fits

Centaur positions itself between one-off local agent setups and hosted agent SaaS: it centralizes orchestration and governance without outsourcing data or keys. For teams evaluating safe agent adoption, it accelerates org-wide rollout by converting integrations and workflows into reusable primitives under a single control plane.

Information

  • Websitegithub.com
  • OrganizationsParadigm, Tempo
  • Published date2026/05/18

More Items

Hugging Face

Provides 5.5K+ self-contained data-analysis RL tasks: each row bundles a real tabular dataset, a question, and a deterministically-gradable gold answer. Verified from jupyter-agent notebooks; splits for training, held-out testing, and quick eval; intended for prompting, fine-tuning, and agent RL.

Hugging Face
AI Model2026

A 9B agentic multimodal SFT checkpoint distilled from Qwen3.5-9B for coding, general agent tasks, visual coding and cybersecurity. Provided by Xiaomi MiMo as a research seed (77.4B-token SFT mix) to bootstrap agentic RL and tool-use experiments.

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.