util¶
AdalFlow tracing utilities module with OpenAI Agents SDK compatibility.
This module provides utility functions for tracing such as ID generation and time formatting following OpenAI Agents SDK patterns.
References: - OpenAI Tracing Interface: https://github.com/openai/openai-agents-python/blob/main/src/agents/tracing/util.py
Functions
Generates a new group ID. |
|
Generates a new span ID. |
|
Generates a new trace ID. |
|
|
Returns the current time in ISO 8601 format. |