Spaces:
Sleeping
Sleeping
File size: 281 Bytes
0d3a3a6 |
1 2 3 4 5 6 7 8 9 10 |
# coding: utf-8
# Copyright (c) 2025 inclusionAI.
import os
from aworld.metrics.context_manager import MetricContext
# MetricContext.configure(provider="otlp",
# backend="logfire",
# write_token=os.getenv("LOGFIRE_WRITE_TOKEN")
# )
|