quantcdn/Quant Agent Dispatch
Dispatch an AI agent run in test mode with tool fixtures and wait for callback
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| quant_api_key | Quant API key | yes | — |
| quant_organization | Quant organisation name | yes | — |
| agent_id | Agent UUID to dispatch | yes | — |
| test_fixtures | Path to JSON file with tool fixture responses | no | — |
| user_message | Initial user message to send to the agent | no | Begin assessment. |
| user_message_file | Path to input.json file containing the user message object | no | — |
| timeout | Max wait time in seconds for agent completion | no | 300 |
| base_url | Quant dashboard API base URL (e.g. https://dashboard.quantcdn.io/api/v3) | no | — |
Outputs
| name | description |
|---|---|
| agent_output | JSON string of the agent final tool call output |
| conversation_context | JSON string of conversation context (tool calls made) |
| agent_output_file | Path to JSON file containing agent output (use instead of agent_output for large responses) |
| conversation_context_file | Path to JSON file containing conversation context |
| execution_id | The execution ID for the agent run |