mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-13 16:25:05 -05:00
Delete tracing.py (~408 lines) and all TracedSession/hook references from the SDK path. OpenRouter already provides token usage, cost tracking, and request logging, making manual Langfuse integration redundant. This also fixes the broken 'Langfuse' object has no attribute 'trace' warning on every request.