bluejay-ai-dev/Bluejay Simulation Action
Queue and optionally wait for Bluejay simulation runs to gate CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Bluejay API key | yes | — |
| simulation_id | Bluejay simulation ID to run | yes | — |
| prompt_id | Prompt UUID associated with this run | no | — |
| knowledge_base_id | Knowledge base UUID associated with this run | no | — |
| digital_human_ids | Comma-separated list of Digital human IDs to be used | no | — |
| phone_number | Optional phone number to be used in this simulation run | no | — |
| sip_uri | Optional SIP URI to be used in this simulation run | no | — |
| wait_for_results | If true, wait for simulation results and fail CI based on score | no | true |
| min_score | Minimum required overall score (0–100). Build fails below this. | no | 80 |
| poll_interval_seconds | Polling interval in seconds while waiting for results | no | 10 |
| timeout_seconds | Maximum seconds to wait for simulation completion | no | 1500 |
Outputs
| name | description |
|---|---|
| simulation-run-id | ID of the queued Bluejay simulation run |
| final-status | Final status of the simulation (completed/failed/cancelled) |
| score | Overall score from the simulation results (0–100) |
| report-url | Link to the Bluejay simulation report (if available) |