
Expanded existing AI agent solution to provide more information regarding reasoning steps and enhance user experience while ensuring evaluation can be executed on sight.
The AI agent was enhanced to surface intermediate reasoning steps to users during multi-step queries. This improvement addressed transparency gaps and allowed both users and internal teams to follow the logic behind each action. With the introduction of real-time Server-Sent Events (SSE), the system transformed passive wait time into interactive engagement.
Their users often submitted complex queries that involved fetching and aggregating data across several services. These multi-step workflows could take time, but users were left without any indication of what was happening. This lack of visibility led to frustration and uncertainty. Moreover, poorly phrased queries would often yield irrelevant or vague responses, with no mechanism to guide users toward refinement.
Specific Pain Points:
To address these challenges, the team implemented Server-Sent Events (SSE) that emitted live status updates from each component of the agent’s process. These updates were displayed in a clean, user-friendly UI that illustrated the flow of reasoning step-by-step. This allowed users to see what the system was doing in real time and understand why a query might be taking longer to resolve or failing altogether.
LangChain and LangGraph powered the orchestration behind the scenes, allowing for modular, traceable workflows across tool invocations.
Specific Steps Taken:
Unique Value Proposition:
Key Metrics:
This company is a global sustainability technology platform delivering ESG and sustainability insights to investors, companies, and consumers. Their mission is to bring societal impact to markets by enabling data-driven decision-making around environmental and social outcomes.
Table of Contents
Back to Top