Chat assistant "Vely" (orchestrator, streaming)
Generated from
mcp/patterns.registry.json— do not edit by hand; change the registry and runbun run patterns:build.
Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.
Category: AI · Tier: light · Risk: medium — external LLM providers with quota limits
The chat-orchestrator module streams multi-provider LLM responses through Vely, v10r's floating chat assistant, using Vercel AI SDK v6.
When to use: Reach for it when a product needs a streaming, tool-capable chat UI backed by interchangeable LLM providers.
Docs
docs/blueprint/ai/README.md(GitHub · GitLab)- docs/stack/ai/ai-sdk.md (GitHub · GitLab)
Code
src/lib/server/ai/chat-orchestrator.ts(GitHub · GitLab)src/lib/components/composites/chatbot/(GitHub · GitLab)
Proof
Machine-readable record: ai-chat-assistant in mcp/patterns.registry.json.