Skip to content

Parked: agent orchestrator, sequences of agent sessions across the fleet #135

Description

@karngyan

Status

Parked. Decided 2026-08-21. No AI features in flue for now, and this is the most AI-shaped idea on the board. Kept as a note so the thinking is not lost. Nothing here blocks #112, #132 or #133.

Why

Once the pieces land, flue can start an agent on machine X in directory Y with prompt P (the composer, #112), know when it finishes or blocks (agent hooks, #132), read what it did (the viewer, and the diff view in #130) and show the facts on a card (#134). An orchestrator is the glue: a sequence of runs, each one a real session the user can open, across every machine and every agent.

Nobody in the field does this across machines and across vendors. Each vendor's own orchestration (subagents, cloud tasks) stays inside its own tool.

Rough scope

  • Runs are sessions. Every step is a pty with a shell and an agent in it, listed in the sessions screen, attachable, with a transcript. No hidden processes, no second execution model.
  • Fan out. The same prompt into N repositories or N machines, one session each, one place to watch them all. The cheapest useful version and the one to start with.
  • Chains. When A stops, start B, in the same directory or on another machine, with A's transcript tail or its Session card: what a session did while you were away, from facts flue already has (no model) #134 card as the opening context. Hooks give the stop signal. No model needed for the handoff.
  • Templates. A saved recipe: machine, directory, agent, prompt, what to do when it stops. Runnable from the composer or from the phone.

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestepicLarge feature. Decide and break down before building.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions