Active
Project:
Langfuse
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2025 at 13:13 UTC
Updated:
4 Dec 2025 at 13:13 UTC
Jump to comment: Most recent
This is a pretty complex one - deepchat breaks down a single interaction into multi-ajax requests.
So far Langfuse treated 1 drupal lifecycle as 1 request. And deepchat forces us to change that.
We would need to introduce multiple changes to the SDK to make it work properly, non-breaking changes (add serialization, a few setters, etc).
Keeping 1 single interaction: Question / Reply as 1 single trace will make the tracing way more understandable.
Use deepchat - use an assistant that can delegate a task to another agent - you will see that it will break the trace into 2 logged traces.
Comments