JYRIQAI
Documentation

Build with JYRIQ AI

Everything you need to orchestrate multi-agent networks, configure RAG pipelines, and monitor retrieval performance in production.

Quick Start

  1. Create an account and generate your API key from the dashboard.
  2. Install the SDK: npm install @jyriq/sdk
  3. Define your first agent pipeline using YAML or the visual editor.
  4. 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.

Guides