-
Notifications
You must be signed in to change notification settings - Fork 3.2k
UI for managing multiple agent tasks in one place #4437
Copy link
Copy link
Labels
Description
Please explain the motivation behind the feature request.
I run a lot of agents concurrently on separate tasks. Currently in the UI I need a new window for each agent I'm running. If using the CLI then I need a new terminal window/tab. Either way, it's hard to keep track of everything in progress, and to know whether the agent is still in progress or waiting for more input.
Describe the solution you'd like
A UI where I can see all my current sessions and easily switch between them in one window. Indicator on each session if it's in progress or finished (waiting for further input). Description of the session (can be auto-generated based on the initial prompt), and show the working dir. This is probably a UI only feature, not for CLI.
- I have verified this does not duplicate an existing feature request
Reactions are currently unavailable