is there an easy way to turn on more diagnostics? #160
-
|
would be useful to understand when it's attempting a tool call, when it switches between agents, etc/etc... maybe this is already there? if not- also know there a bunch of events to target, is there a single event where i can get similiar info? ps thx for excellent project. not sure we're gonna use it yet but personally find it better than python 'llm' project |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
|
@pracplayopen Are you using the hand off agent example? That's a very basic runtime configuration example. If you are getting some use out of it perhaps I can extend the logging of the internal states.. internally it is running Tool calls to change agents so you can use the runner events to get the results of the tool calls to see when agents are changing. |
Beta Was this translation helpful? Give feedback.
-
|
thx for the quick response, did not expect that! ultimately would want to hand off agent, but even in interactive mode would be useful in debugging problems w/specific tools. is this an example of the runner events you mentioned? https://github.com/lofcz/LLMTornado/blob/8c76426b371caab6b68b145a6cc38f020f9089ee/src/LlmTornado.Agents/README.md#streaming-with-runner-event-handler would this have the tool arguments? also- side question, is there a way to get all the doc site/examples as a single markdown for llm context? |
Beta Was this translation helpful? Give feedback.
-
|
this works, the 'toolinvoke' runner event had the desired info. thx again! |
Beta Was this translation helpful? Give feedback.
-
|
re: docs- excellent response was not familiar w/context7, thx! (already closed issue, since after i knew the event w/the info it worked right away based on 1st response) |
Beta Was this translation helpful? Give feedback.
-
|
fyi for those who weren't familiar: https://context7.com/lofcz/llmtornado
|
Beta Was this translation helpful? Give feedback.

Sorry was in NYC watching some broadways.. did you tried context7? We have a fairly decent report there on our docs. @lofcz is context7 at latest and greatest to your knowledge?