Roberto Musso
a85f8fde29
feat(langfuse): propagate user_id and session_id to all traces
- Add hash_user_id() to SHA-256 hash user IDs before sending to Langfuse
- Add langfuse_context() helper wrapping propagate_attributes()
- deep_agent: extract session_id from _debug context, wrap all agent
runs and classifier with langfuse_context(user_id, session_id)
- agent_runner: add session_id param, pass run_id as session for batch
- agent_setup: wrap journey LLM calls with langfuse_context
- Remove redundant metadata dicts (now handled by propagate_attributes)
2026-04-10 22:44:05 +02:00
..
2026-04-07 10:19:02 +02:00
2026-03-01 23:51:37 +01:00
2026-03-12 22:25:36 +01:00
2026-04-10 22:44:05 +02:00
2026-04-10 22:44:05 +02:00
2026-03-17 08:50:46 +01:00
2026-04-10 22:44:05 +02:00
2026-04-10 08:45:14 +02:00
2026-03-16 00:33:11 +01:00
2026-03-13 16:09:24 +01:00
2026-03-10 09:11:24 +01:00