Note: Setup has two parts — (1) connecting it to the Lucidic Dashboard, and (2) installing LucidicAI in your code (below).
The Magic of Drop-in Observability
With just 2 lines of code, get complete visibility into your AI workflows:What Happens Automatically
When you add these 2 lines to any Python script:- Every LLM call is tracked - Automatic event creation for all API calls
- Steps are created automatically - No manual step management needed
- Sessions end gracefully - Automatic cleanup on script exit
- All data flows to your dashboard - Real-time visibility
- Works with existing code - No refactoring required
Installation
Complete Example
Here’s a real-world example showing how minimal the setup can be:Supported Providers
Just change the provider name ininit()
:
Want More Control?
While the 2-line setup handles everything automatically, you can take control when needed:Use Decorators
Simplify tracking with @step and @event decorators
Session Management
Configure sessions with custom names, IDs, and metadata
Manual Steps
Create and manage steps explicitly for complex workflows
Custom Events
Track custom events beyond LLM calls
Full Examples
See complete examples with manual control and decorators
Next Steps
View Your Sessions
See your tracked sessions in the dashboard
Add Evaluations
Score and evaluate your agent’s performance
Run Mass Simulations
Test your agent at scale
Explore Integrations
Learn about provider-specific features
Minimum Requirements
- Python 3.8+
- Compatible with all major LLM frameworks
- Works in local, server, or cloud environments