mirror of https://github.com/aliasrobotics/cai.git
# Summary This adds the missing TracingProcessor export to __init__.py. # Behavior When trying to add a custom tracing processor, the TracingProcessor importing fails with not found error when trying the example usage proposed in issue #164 Specifically this line throws the error: `add_trace_processor(MyTracingProcessor("output"))` # Expected Behavior Inspecting the init file, simply the import/export was missing. Adding these made the example code work for me # Test plan Local dev of example code in #164 # Issue number #164 # Checks None |
||
|---|---|---|
| .. | ||
| extensions | ||
| models | ||
| tracing | ||
| util | ||
| __init__.py | ||
| _config.py | ||
| _debug.py | ||
| _run_impl.py | ||
| agent.py | ||
| agent_output.py | ||
| computer.py | ||
| exceptions.py | ||
| function_schema.py | ||
| guardrail.py | ||
| handoffs.py | ||
| items.py | ||
| lifecycle.py | ||
| logger.py | ||
| model_settings.py | ||
| result.py | ||
| run.py | ||
| run_context.py | ||
| stream_events.py | ||
| strict_schema.py | ||
| tool.py | ||
| usage.py | ||
| version.py | ||