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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
I
InfoQ
D
Docker
F
Fortinet All Blogs
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
月光博客
月光博客
B
Blog
Engineering at Meta
Engineering at Meta
T
Tailwind CSS Blog
罗磊的独立博客
博客园_首页
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
IT之家
IT之家
V
V2EX

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Deputies | Background agent control plane
spalas · 2026-06-17 · via Hacker News: 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.