Skip to content

docs: add example pipeline templates for common AI workflows#572

Merged
stepmikhaylov merged 2 commits into
rocketride-org:developfrom
charliegillet:docs/pipeline-templates
Apr 6, 2026
Merged

docs: add example pipeline templates for common AI workflows#572
stepmikhaylov merged 2 commits into
rocketride-org:developfrom
charliegillet:docs/pipeline-templates

Conversation

@charliegillet
Copy link
Copy Markdown
Contributor

Summary

  • Add 4 ready-to-use .pipe templates in examples/ covering the most common AI pipeline patterns: RAG, LLM benchmarking, document processing, and multi-agent workflows
  • Each template uses valid pipeline JSON with correct component configs, lane connections, control-plane wiring, and UI layout positions
  • Include examples/README.md documenting each template with architecture diagrams, required env vars, and SDK usage examples

Templates

Template Pattern Key Components
rag-pipeline.pipe Ingest + Query RAG webhook, parse, preprocessor, embedding, Qdrant, prompt, LLM, response
llm-benchmark.pipe Parallel agent fan-out chat, 3 agents (RocketRide/CrewAI/LangChain), OpenAI/Anthropic/Gemini LLMs
document-processor.pipe OCR + NER + anonymization webhook, parse, OCR, NER, anonymize, response
agent-workflow.pipe Hierarchical multi-agent chat, orchestrator agent, research sub-agent, tools (HTTP, Python), dual LLMs

Motivation

Reduces onboarding friction by giving users practical starting points for the most requested pipeline patterns. Templates follow all pipeline rules (unique GUIDs, correct source configs, proper lane types, control-plane wiring on controlled nodes).

Test plan

  • Each .pipe file is valid JSON (cat examples/*.pipe | python -m json.tool)
  • All provider values match existing node types in nodes/src/nodes/
  • Lane connections follow documented input/output mappings
  • Control arrays are on the controlled node (LLM/tool/memory), not the invoker
  • Each project_id is a unique GUID
  • Templates open correctly in the VS Code visual builder

🤖 Generated with Claude Code

charliegillet and others added 2 commits March 30, 2026 17:11
…screen

Handle TASK_STATE.STOPPING in the control button to show "Stopping..."
with a disabled state and distinct orange styling, preventing duplicate
clicks and giving immediate visual feedback during pipeline shutdown.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 31, 2026

Warning

Rate limit exceeded

@charliegillet has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 0 minutes and 54 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 0 minutes and 54 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 160fe225-cdd6-4624-9de3-b1b1a30b2108

📥 Commits

Reviewing files that changed from the base of the PR and between b6b2dc1 and cb0f2eb.

📒 Files selected for processing (7)
  • apps/vscode/src/providers/views/PageStatus/PageStatus.tsx
  • apps/vscode/src/providers/views/PageStatus/styles.css
  • examples/README.md
  • examples/agent-workflow.pipe
  • examples/document-processor.pipe
  • examples/llm-benchmark.pipe
  • examples/rag-pipeline.pipe
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added docs Documentation module:vscode VS Code extension labels Mar 31, 2026
@stepmikhaylov stepmikhaylov merged commit 2c27f8e into rocketride-org:develop Apr 6, 2026
11 checks passed
shashidharbabu pushed a commit that referenced this pull request Apr 7, 2026
* feat(vscode): improve stop button feedback in Pipeline Observability screen

Handle TASK_STATE.STOPPING in the control button to show "Stopping..."
with a disabled state and distinct orange styling, preventing duplicate
clicks and giving immediate visual feedback during pipeline shutdown.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: add example pipeline templates for common AI workflows

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation module:vscode VS Code extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants