Documentation
Build with JYRIQ AI
Everything you need to orchestrate multi-agent networks, configure RAG pipelines, and monitor retrieval performance in production.
Quick Start
- Create an account and generate your API key from the dashboard.
- Install the SDK:
npm install @jyriq/sdk - Define your first agent pipeline using YAML or the visual editor.
- Enable RAG tracing to inspect every retrieval step in real time.
Core Concepts
- Agent Networks — Directed graphs of AI agents that pass context, tools, and outputs between nodes.
- RAG Pipelines — Embedding, retrieval, reranking, and context assembly with full observability.
- Traces — Millisecond-level spans for every LLM call, vector search, and agent handoff.
- Prompt Versions — Version-controlled prompts with A/B testing and performance metrics.