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.
The runSeedSync path has been deleted along with the rest of flank’s legacy server-side
engine and the sirloin storage surface it synced to. The JSON files under
apps/flank/seeds/ remain in the tree only as historical reference — nothing reads them.
This page is kept only as a historical pointer.