Ceylon Observability
Logging and metrics collection for the Ceylon agent framework.
Features
- Structured Logging: JSON or compact output with file appending
- Metrics Collection: Track messages, LLM calls, memory operations
Quick Start
use ;
// Initialize logging
let config = default;
let _guards = init_logging;
// Record metrics
metrics.record_message;