Skip to content

Flank Seeds

Flank Seeds (legacy / retired)

This model is retired. Flank seeds were git-driven JSON definitions for adapters and workflows that flank synced into sirloin storage on every boot (runSeedSync). Under T-Bone, the workflow engine and storage moved into brain, which now owns workflows, subworkflows, adapters, and executions and serves them over an HTTP API. Flank is now only the visual workflow editor and reads/writes brain over HTTP — it no longer seed-syncs anything to sirloin.

Where to go instead:

  • Workflows and subworkflows are authored in the flank editor and stored in brain. See flank and the brain workflow engine.
  • Adapters are brain’s per-provider inference integrations (one generic adapter per provider, with the model as a node input), not git-driven JSON seeds. See brain and Brain Inference Providers.

TODO(@law): if any apps/flank/seeds/ files and the runSeedSync path still exist in the tree, remove them once nothing depends on the legacy sync, and then delete this page.