mirror of
https://github.com/ashim-hq/ashim
synced 2026-04-30 01:37:40 +00:00
Add pipelines table to SQLite schema with Drizzle migration. Implement POST /api/v1/pipeline/execute (sequential multi-tool processing), POST /api/v1/pipeline/save, GET /api/v1/pipeline/list, DELETE /api/v1/pipeline/:id. Pipeline execution validates all tool IDs and settings before processing, chains output of each step as input to the next.
20 lines
No EOL
356 B
JSON
20 lines
No EOL
356 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "sqlite",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "6",
|
|
"when": 1774119039901,
|
|
"tag": "0000_clammy_madelyne_pryor",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "6",
|
|
"when": 1774125684700,
|
|
"tag": "0001_amusing_omega_red",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |