[GH-ISSUE #1506] [FEAT]: A way to see agent work being done in each workspace #964

Closed
opened 2026-02-22 18:22:27 -05:00 by yindo · 1 comment
Owner

Originally created by @dctmfoo on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1506

What would you like to see?

If you look at the below two screenshots, one has given an extensive log on what the agent has done and the other has none. Provide a way to turn on/off what the agent is doing in the background. THanks
image
image

Originally created by @dctmfoo on GitHub (May 23, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1506 ### What would you like to see? If you look at the below two screenshots, one has given an extensive log on what the agent has done and the other has none. Provide a way to turn on/off what the agent is doing in the background. THanks ![image](https://github.com/Mintplex-Labs/anything-llm/assets/128729140/4e883f19-064f-4b47-bb14-823d27279af1) ![image](https://github.com/Mintplex-Labs/anything-llm/assets/128729140/49aeeb7e-a115-440f-9d44-ac2ed5976618)
yindo added the enhancementwontfixfeature request labels 2026-02-22 18:22:27 -05:00
yindo closed this issue 2026-02-22 18:22:27 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 23, 2024):

Its extremely important that you can see everything the agent is doing at all times to prevent runaway recursive tool calls which can occur with any LLM, even cloud based ones. We add internal limiting to prevent this, but it can still happen with some functions and in lieu of showing an empty screen since streaming is not enabled, we show this thought chain.

In the first screenshot nothing was called or done by the agent. It just either made something up directly or inferred it from previous chat history

@timothycarambat commented on GitHub (May 23, 2024): Its extremely important that you can see everything the agent is doing at all times to prevent runaway recursive tool calls which can occur with any LLM, even cloud based ones. We add internal limiting to prevent this, but it can still happen with some functions and in lieu of showing an empty screen since streaming is not enabled, we show this thought chain. In the first screenshot nothing was called or done by the agent. It just either made something up directly or inferred it from previous chat history
yindo changed title from [FEAT]: A way to see agent work being done in each workspace to [GH-ISSUE #1506] [FEAT]: A way to see agent work being done in each workspace 2026-06-05 14:38:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#964