Backend related CLI improvements #77

Closed
opened 2026-05-27 16:34:56 -04:00 by didericis · 0 comments
Owner
  • list agents created with smolmachines in the "list" command and in the dashboard
  • use a --backend=smolmachines flag to change the backend when starting an agent, not the env var
  • when spinning up a new agent in the dashboard, prompt for the backend to use

NOTE: The agent start, stop, list commands are separate from the terminal UI: I'm worried about the drift between starting a command via the dashboard interface vs the one off commands, and behavioral differences between them. Ensure the same core methods are being used for both, and that we have an abstraction which allows us to change the behavior in one place.

- list agents created with smolmachines in the "list" command and in the dashboard - use a --backend=smolmachines flag to change the backend when starting an agent, not the env var - when spinning up a new agent in the dashboard, prompt for the backend to use NOTE: The agent `start`, `stop`, `list` commands are separate from the terminal UI: I'm worried about the drift between starting a command via the `dashboard` interface vs the one off commands, and behavioral differences between them. Ensure the same core methods are being used for both, and that we have an abstraction which allows us to change the behavior in one place.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: didericis/bot-bottle#77