惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
Last Week in AI
Last Week in AI
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
宝玉的分享
宝玉的分享
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
量子位
博客园 - 聂微东
S
SegmentFault 最新的问题
博客园 - 司徒正美
罗磊的独立博客
V
V2EX
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
美团技术团队
小众软件
小众软件
Jina AI
Jina AI

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: Generate Claude Code Workflows using Spec Driven Development approach Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal).
Deputies | Background agent control plane
spalas · 2026-06-17 · via Show HN

Engineering agents for delegated work.

Deputies is an open source control plane for background coding agents, powered by Flue. It runs on your existing infrastructure: a Node API, Postgres database, and static React frontend.

Run agents in sandboxes tailored to your dev environment, with the right repositories, tools, services, and context sources attached.

1

Assign work

Send a prompt from the web UI, Slack, GitHub, or a webhook.

2

Agent runs

Deputies manages the sandbox, work queue, logs, services, and artifacts.

3

Review output

Inspect the transcript, open tools, download artifacts, and follow up.

4

Ship or iterate

Queue a follow-up, publish a pull request, or merge the finished work.

Try Deputies

Explore Deputies live or browse a read-only session.

Log into the public demo to create real sessions, or use the embedded snapshot below to see the interface without signing in.

Read-only snapshot

Preview example sessions without logging in.

This embedded static demo is a read-only snapshot of prior agent work. It is separate from the live public demo above.

What you can do

Hand off work without losing visibility.

Today

  • Start a background engineering session from the web UI, Slack, GitHub, or custom webhooks
  • Assign follow-ups and queue additional work
  • Manage users and teams via access group controls
  • Watch the agent's work trail as it runs
  • Persist and review diagnostics, generated files, reports, logs, and callbacks
  • Open app previews from sandbox services
  • Inspect or edit output in a browser-based IDE and diff viewer
  • Create PRs from completed work
  • Run sandboxes on Daytona, Docker, or Kubernetes Agent Sandbox
  • Use multiple model providers, including OpenAI Codex with a ChatGPT Pro subscription
  • Deploy with Railway, Docker Compose, or Kubernetes Helm chart docs

Coming soon

  • Recurring and proactive tasks
  • Reusable agent prompts for common workflows
  • Snapshot and restore workflows for moving work between remote and local sandboxes
  • Fine-grained repository and agent access controls
  • Traces for deeper run inspection
  • Evals for measuring agent quality over time
  • Improved tagging, filtering, and session management
  • Richer reporting and review workflows
  • Need something else? Open an issue and tell us what would make Deputies more useful for you

Architecture

Start simple, unlock capabilities, then scale operations.

Deputies keeps the web UI, API, worker, database, object storage, and sandbox provider boundaries explicit so the same system can grow from a quick monolith into a production-ready multi-service deployment.

FAQ

Questions people usually ask first.

What is a background agent?

A background agent is an AI coding agent that runs asynchronously instead of sitting inside your terminal. You hand it a task, it works in its own environment, and you come back to review progress, artifacts, logs, callbacks, and the final result.

Deputies is built for teams that want to hand off real engineering work to agents while keeping visibility, access control, history, callbacks, and deployment concerns in one place. Inbound events can trigger new work, and recurring tasks can turn the system from a passive queue into something more proactive.

How is this different from tools like Conductor or Solo?

Tools like Conductor and Solo make local coding-agent workflows easier to manage: multiple sessions, terminals, worktrees, and prompts running from an individual developer's machine. That is useful, but it is still centered on one user's interactive environment.

Deputies is aimed at the next layer: background-agent infrastructure for teams. Agent sessions run in managed sandboxes, persist beyond a laptop session, expose shared history and artifacts, and can be triggered by external systems like issues, CI failures, alerts, or schedules.

What other systems like this exist?

The space includes open-source projects like Open-Inspect and Open SWE, hosted or enterprise-oriented products like OpenHands*, Ona, and Devin, and vendor-native cloud agents like Claude Code and OpenAI Codex. Deputies is another take on the same broad category, with a stronger focus on self-hostable deployment alongside your existing infrastructure.

* Much of OpenHands is open source, but its Cloud and Enterprise code includes source-available features like multi-user support, RBAC and permissions, collaboration, integrations, and self-hosted cloud deployment.

Why would I want my background agent to be open source?

Background agents need access to your code, secrets, development environments, issue trackers, and deploy workflows. Open source lets you self-host the control plane inside the same security boundary as your other systems, while keeping it inspectable, auditable, and adaptable to the deployment patterns your team already uses.

It also gives you an escape hatch. You can change integrations, add providers, debug the full system, and connect to non-standard internal systems with custom adapters instead of waiting for a vendor or treating the agent runtime as a black box.

Does it work with my LLM subscription?

Deputies works with ChatGPT Pro through @earendil-works/pi-ai/oauth, because Flue uses Pi under the hood. Any LLM provider supported by Pi should be supported by Deputies, or at least be easy to add.

Why another background agent?

After working with and extending Open-Inspect and Open SWE, I was excited by the background-agent workflow but frustrated by their deployment constraints. Open-Inspect is tied to Cloudflare, while Open SWE pushes users toward LangChain's hosted LangSmith platform.

When Flue came out, it looked like the right foundation for my take on a background agent: one built with deployability front and center. These systems should run wherever the rest of your infrastructure already runs, so teams can keep secure access patterns intact without introducing a new deployment model.