Skip to main content
GitHub

Documentation

Observability and automated error diagnosis for AI agents.

Welcome to Risicare documentation. Learn how to instrument your AI agents, diagnose failures automatically, and generate fixes for your agent errors.

Quick Start

Get started in 5 minutes with our Quickstart Guide.

What is Risicare?

Risicare dashboard showing KPI cards, trace volume chart, and recent traces

Risicare is an observability and error-diagnosis platform for AI agents. It provides:

  • Automatic Instrumentation - Trace LLM calls with zero code changes
  • Decision-Level Observability - Track THINK/DECIDE/ACT phases
  • Error Diagnosis - Classify failures using a 154-code taxonomy
  • Fix Generation - Generate fix recommendations across 7 fix types
  • Self-Healing (roadmap) - Automatic fix deployment, A/B testing, and learning are under active development (details)

Workflow

Follow the six-phase workflow (Instrument → Observe → Diagnose ship today; Heal → Deploy are on the roadmap):

Progressive Integration

TierCodeWhat You Get
0RISICARE_TRACING=trueAll LLM calls traced
1import risicareExplicit configuration
2@agent()Agent identity tracking
3@sessionUser session grouping
4@trace_think/decide/actDecision phase tracking
5@trace_message/delegateFull multi-agent support