6 ms·
Sentry does that. Also most observability platforms have tracing built in. All of this can be fed into LLM using MCP. I saw your video...and I see that it make
by sand_9999 1y ago
Sentry does that. Also most observability platforms have tracing built in. All of this can be fed into LLM using MCP.
I saw your video...and I see that it makes things easy to understand (in right panel) at any node.
- zecheng 1y agoWe provide an easy to use solution that Sentry is quite complex to use by connecting code context to corresponding loggings and tracings. Also, directly using MCP with LLMs may hallucinate if there are too many tool candidates and if there are a lot of loggings (which is very common) We need to have some optimizations to improve the both of the efficiency and reduce the context fed into the LLMs. An example is shown in this README https://github.com/traceroot-ai/traceroot/tree/main/rest/agent https://github.com/traceroot-ai/traceroot/tree/main/rest/age... There is also some cursor like UI in TraceRoot to better involve human in the loop which is crucial to minimize the context length and other platforms such as Sentry does not have.