-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Labels
Description
Priority
P2-High
OS type
Ubuntu
Hardware type
Gaudi2
Running nodes
Single Node
Description
- Multi-turn: Example multi-turn python code here.
- Stream thinking process: now the agent's AIMessage also has content (thinking process) in addition to tool calls. I believe the content is also printed out. Can you please test to see if the content is streamed to UI?
- Show tool calls on UI: is AIMessage.tool_calls (input to tools) shown on UI? Or just the ToolMessage (output from tools)? Would it be possible to show AIMessage.tool_calls? What kind of hooks do you need?
- Streaming LLM tokens: how much effort do you think it would take to enable streaming LLM tokens?