RagaAI Catalyst
StaleDescription
RagaAI Catalyst is an observability, monitoring, and evaluation framework for Agent AI, supporting agent/LLM/tool tracing, multi-agent debugging, and self-hosted dashboard analytics.
Key Features
- Comprehensive LLM project management: project management, dataset management, evaluation, tracing, and prompt management in one platform
- Agentic Tracing module: tracks agent/LLM/tool call full chains, monitors token usage and execution patterns
- Built-in evaluation metrics (Faithfulness, Hallucination, etc.) with custom thresholds and batch evaluation support
- Synthetic data generation capability for automatic creation of test datasets for model evaluation
- Guardrail management and red-teaming to ensure LLM application security and reliability
Use Cases
Categories
Quick Start
Install: pip install ragaai-catalyst; generate Access Key and Secret Key in profile settings; initialize RagaAICatalyst instance with credentials; create project with catalyst.create_project(); record traces via Tracer; add evaluation metrics with Evaluation class and retrieve results.