Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dctmfoo opened this issue May 23, 2024 · 1 comment
Closed

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

dctmfoo opened this issue May 23, 2024 · 1 comment
Labels
enhancement New feature or request feature request wontfix This will not be worked on

Comments

@dctmfoo
Copy link

dctmfoo commented May 23, 2024

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

@dctmfoo dctmfoo added enhancement New feature or request feature request labels May 23, 2024
@timothycarambat timothycarambat added the wontfix This will not be worked on label May 23, 2024
@timothycarambat
Copy link
Member

timothycarambat commented 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants