Skip to content

Commit f49e9ad

Browse files
committed
chore(console): added effect between api calls
1 parent 9a05c19 commit f49e9ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AgentCrew/modules/console/console_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def listen(self, event: str, data: Any = None):
120120
self.tool_display.display_tool_use(data) # data is the tool use object
121121
elif event == "tool_result":
122122
pass
123+
self.ui_effects.start_loading_animation() # Stop loading on first chunk
123124
# self.tool_display.display_tool_result(data) # data is dict with tool_use and tool_result
124125
elif event == "tool_error":
125126
self.tool_display.display_tool_error(

0 commit comments

Comments
 (0)