Goal
Allow users to flexibly define and run a generic agent with the CLI by specifying a Docker image and a custom start command (or a similar parameter).
Proposed Features
- Add CLI options to:
- Accept a user-supplied Docker image for the agent
- Accept a start command or entrypoint to launch the agent inside the specified image
- Ensure the CLI can pass required configuration, volumes or environment variables as needed
- Validate user inputs and provide relevant errors if configuration is missing or incorrect
Why
Supporting generic agents makes the CLI more flexible and adaptable to multiple agent implementations—including private or experimental agents—beyond any hardcoded images.
Acceptance Criteria
Label: enhancement
Goal
Allow users to flexibly define and run a generic agent with the CLI by specifying a Docker image and a custom start command (or a similar parameter).
Proposed Features
Why
Supporting generic agents makes the CLI more flexible and adaptable to multiple agent implementations—including private or experimental agents—beyond any hardcoded images.
Acceptance Criteria
Label: enhancement