Skip to main content
Version: Next

Built-in reference

This group is an inventory of what insight-flow ships out of the box. It is reference material — factual tables, not tutorials. Use it to answer "what is the id of X?", "which modules does this agent compose?", or "what endpoints does the master server expose?".

For the conceptual model behind these tables — why everything is a module and how composition works — read the Concepts section instead. For the prose walkthrough of the lifecycle, see the Default Flow section.

Source of truth

Every value on these pages is read from the JSON registries under packages/taskflow/src/agents/ and the master server under packages/taskflow/src/master/. If a page and the code ever disagree, the code wins — please open an issue.

Pages

  • Default modules — every shipped module grouped by kind: the locked cross-cutting baseline, global singletons, the activity integration, testing / langfuse integrations, per-role modules, and the handover modules.
  • Default agents — the 10 composed agents, each with its one-line role and the exact list of module ids it composes.
  • Default flow — the default project: its agents, edges, statuses, entry agents, and install list.
  • Master hub — the single-origin, installable PWA hub that switches between all your projects: reverse-proxy /project/<id>/, running/stopped switcher, New-project modal, persistent hub.json registry, liveness, and the security / LAN-mobile model.