softlari/Codegen SDK Action
Execute Codegen SDK commands to manipulate and analyze codebases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| org_id | Organization ID for Codegen service | yes | — |
| token | API token for Codegen service | yes | — |
| prompt | Prompt to send to Codegen agent | yes | — |
| base_url | Base URL for Codegen API (optional) | no | https://api.codegen.com |
| wait_for_completion | Whether to wait for the task to complete | no | true |
| timeout_seconds | Maximum time to wait for completion in seconds | no | 300 |
Outputs
| name | description |
|---|---|
| task_id | ID of the created task |
| status | Status of the task |
| result | Result of the task (if completed) |