Launch selector #185

Closed
opened 2026-06-03 21:48:46 -04:00 by didericis · 0 comments
Owner

Now that the dashboard is gone, starting an agent from memory is kind of annoying. We should create a basic "launch" TUI that gets show to the user when no agent is selected during the start command. The following should happen:

  • If no agent is given when calling start, display a list of agents the user can select. User types to filter them, selects by pressing enter
  • If no backend is explicitly given when calling start, display a backend the user can select. User also types to filter them.

Implementation Guidance

  • There should be a generic "TUI filter select" utility that runs curses and is used for both selecting the agent and selecting the backend
  • Displays should be mix and match (display both if neither an agent or backend is given, display agent select if only the backend is given, display backend select if only agent is given, display neither if both are given)
Now that the dashboard is gone, starting an agent from memory is kind of annoying. We should create a basic "launch" TUI that gets show to the user when no agent is selected during the `start` command. The following should happen: - If no agent is given when calling `start`, display a list of agents the user can select. User types to filter them, selects by pressing enter - If no backend is explicitly given when calling `start`, display a backend the user can select. User also types to filter them. ## Implementation Guidance - There should be a generic "TUI filter select" utility that runs curses and is used for both selecting the agent and selecting the backend - Displays should be mix and match (display both if neither an agent or backend is given, display agent select if only the backend is given, display backend select if only agent is given, display neither if both are given)
didericis-claude was assigned by didericis 2026-06-03 21:48:54 -04:00
didericis added the Kind/Feature label 2026-06-03 21:48:58 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: didericis/bot-bottle#185