Skip to main content
GitHub

Documentation

Self-healing observability for AI agents.

Welcome to Risicare documentation. Learn how to instrument your AI agents, diagnose failures automatically, and deploy fixes with statistical confidence.

Quick Start

Get started in 5 minutes with our Quickstart Guide.

What is Risicare?

Risicare is a self-healing observability 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
  • Automatic Fixes - Generate and test fixes with statistical validation
  • Safe Deployment - Deploy fixes with canary releases and A/B testing

Workflow

Follow the six-phase workflow to build self-healing AI agents:

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