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

推荐订阅源

GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
G
Google Developers Blog
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
腾讯CDC
博客园_首页
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
博客园 - 叶小钗

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 应用商店
GitHub - acartine/foolery: Agent orchestration Web-UI
thecartine · 2026-04-28 · via Hacker News: Show HN

A keyboard-first control room for multi-agent software work.

Foolery helps you capture work, break it down, dispatch agents, review what they did, and keep the whole thing legible across repositories.

Latest Release License Coverage Join thecartine Discord

Foolery is a local orchestration app for agent-driven software work. It sits on top of memory-manager backends — primarily Knots, with Beads also supported — and gives you one place to stage work, run agents, and review outcomes across repos.

It is not trying to be just another chat box around a coding model. The point is to make multi-step work visible: what is queued, what is active, what is ready for review, and what happened in the session history.

Read the Substack post on why I built it.

Install

Prerequisites

You need:

1. Install Foolery

curl -fsSL https://raw.githubusercontent.com/acartine/foolery/main/scripts/install.sh | bash

2. Make sure the launcher is on your PATH

If ~/.local/bin is not already on your PATH:

export PATH="$HOME/.local/bin:$PATH"

3. Run setup

foolery setup

foolery setup hands the foolery-configure skill to the first agent CLI it finds on your PATH (claude, codex, opencode, gemini, copilot; override with FOOLERY_SETUP_AGENT=<name>). The agent walks you through:

  • discovering repos
  • detecting available memory-manager backends
  • scanning for installed agent CLIs
  • writing a validated ~/.config/foolery/settings.toml and registry.json

If no supported agent CLI is installed, foolery setup exits with a clear error listing the expected CLIs and points you at the UI fallback: run foolery start && foolery open, then configure via Settings.

4. Start Foolery

foolery start

That launches the local server, opens the app in your browser, and leaves the backend running in the background.

Supported Agent CLIs

Foolery launches and monitors agent sessions through their CLIs. It auto-detects installed agents and adapts its command invocation, output parsing, and terminal display per dialect.

Agent CLI Command Notes
Claude Code claude Default dialect. Streams JSONL via --output-format stream-json.
GitHub Copilot CLI copilot Uses prompt mode with JSON streaming and supports Claude, GPT, and Gemini model selections.
Codex codex Uses exec subcommand with --json output. ChatGPT CLI variants also supported.
OpenCode opencode Uses run subcommand with --format json output.
Gemini CLI gemini Auto-detected and displayed in agent identity.

Foolery scans your $PATH for these CLIs during setup and in Settings > Agents. You can register additional agent commands or override defaults there.

Dispatch Modes

Foolery supports two dispatch modes for assigning agents to work, configurable under Settings > Dispatch.

Simple (One agent per action)

Map one registered agent to each action type: Take! (execute a single beat) and Scene! (multi-beat orchestration). If you want to change your default agent, the Swap Agent tool updates all matching mappings at once.

Simple dispatch

Advanced (Weighted pools per step)

Assign weighted agent pools to each workflow step: Planning, Plan Review, Implementation, Implementation Review, Shipment, and Ship Review. Foolery picks from each pool according to the weights, which makes it useful for A/B testing models, mixing agent strengths, or spreading work across different tools. The Swap Agent tool still works across the whole dispatch configuration.

Advanced dispatch

Flow & Features

Queues

The default view. All beats queued and ready for action — filter by type, priority, or free-text search. Select rows with spacebar, bulk-update fields, drill into inline summaries, and trigger agent sessions on any beat. Create new beats with Shift+N.

Queues view

Active

Beats currently in progress. See which agents are working, their model, version, and state at a glance. The Active view adds Agent, Model, and Version columns so you can monitor running work.

Active view

Retakes

The review lane for shipped beats. Browse handoff capsules from agent sessions, inspect what changed, and trigger follow-up passes when something needs another look.

Retakes view

History

A focused history feed for agent sessions. Browse recent beat activity, inspect beat metadata, and review app-to-agent and agent-to-app conversation logs in one timeline.

History view

Diagnostics

The Diagnostics view splits into two tabs: Runtime for local perf telemetry such as heap churn, long tasks, render commits, and fetch timings, and Leases for lease analytics and agent throughput history.

Hot Keys

Need to stay in flow? Open the keyboard shortcut overlay (Shift+H) for a quick map of navigation, actions, editing, and panel controls across views.

Keyboard shortcuts overlay

Why Foolery?

  • Keep software work legible. See what is queued, running, ready for review, and already discussed.
  • Turn loose tasks into structured execution. Break work into beats, stage dependency-aware waves, and run agents without losing the plot.
  • Review outcomes instead of trusting vibes. Finished work lands in a review lane before it counts as done.
  • Stay fast without living in terminal tabs. Navigate, select, bulk-update, and launch work from a keyboard-first interface.
  • Work across repos from one place. Keep the orchestration layer above any single repository.

How to Contribute

Join thecartine Discord

See the Developer Guide for architecture, conventions, testing, and contribution guidelines. For the project's shared vocabulary (Beats, Knots, Waves, Scenes, Takes, etc.) see TAXONOMY.md. For backend authors, see Foolery Agent Memory Contract. For Knots compatibility decisions, see Knots Compatibility ADR. For clones that use Dolt-native Beads sync hooks, run bash scripts/setup-beads-dolt-hooks.sh once and see docs/BEADS_DOLT_HOOKS.md.

Key Shortcuts

Shift+H to view at any time!

Shortcut Action
↑ / ↓ Navigate rows
Space Select row & advance
Shift+] / Shift+[ Next / previous view
Shift+R / ⌘+Shift+R Next / previous repository
Shift+S Take! (start agent session)
Shift+C Close focused beat
Shift+< / Shift+> Fold / unfold parent
Shift+O Open notes dialog
Shift+L Add label to focused beat
Shift+N Create new beat
Shift+T Toggle terminal panel
Shift+H Toggle shortcut help

Commands

~ foolery --help
Usage: foolery <command>

Commands:
  start     Start Foolery in the background and open browser
  open      Open Foolery in your browser (skips if already open)
  setup     Configure repos and agents interactively
  prompt    Manage Foolery guidance prompt in AGENTS.md/CLAUDE.md
  update    Download and install the latest Foolery runtime
  stop      Stop the background Foolery process
  restart   Restart Foolery
  status    Show process/log status
  doctor    Run diagnostics (--fix to auto-fix issues)
  uninstall Remove Foolery runtime, logs/state, and launcher
  help      Show this help~

Tech Stack

Next.js 16 / React 19 / TypeScript / Tailwind CSS 4 / Zustand / TanStack Query / xterm.js

License

MIT