Pipeline
ⓘ
Registered pipelines loaded from your pipeline.py. Run arccrew serve and reload if you don't see yours.
Input mode
Text
JSON object
Multi-task
Input
Plain text. Goes directly as tasks[0].description.
Input (JSON object)
ⓘ
Send a structured brief as a JSON object. Paste any valid JSON — it auto-formats. The object goes directly into the pipeline; no wrapper needed.
Paste the object directly — no "description" wrapper needed.
Tasks (JSON array)
ⓘ
Run the same pipeline chain once per task, sequentially. Results accumulate in results[].
Each task runs through the full agent chain. Use for batch processing.
Waiting for run
Events
Results
Code examples
Events appear here as agents run.
Each agent node completion shows up in real time via SSE.
Results appear here when the pipeline completes.
Partial results populate as tasks finish in multi-task mode.