tee-labs/Agent Standby
Initialize AI agent configuration, environment variables, and skills for CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| agent_type | Agent type: opencode or claude | no | opencode |
| replace_env | Replace {env:VAR} placeholders in config files with environment variable values (prompts if not set) | no | false |
| lsp_java | If true, install Java 21 and jdtls | no | false |
| install_rtk | If true, install rtk CLI (https://github.com/rtk-ai/rtk) | no | true |
| install_crg | If true, install code-review-graph (Python 3.10 required) | no | true |
| git_identity | If true, configure git user.name and user.email for the agent bot | no | true |
Outputs
| name | description |
|---|---|
| config_dir | Path to the agent config directory |
| skills_dir | Path to the synced skills directory |
| agent_type | The agent type that was configured |