quantcdn/Quant Agent Dispatch

Dispatch an AI agent run in test mode with tool fixtures and wait for callback

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
quant_api_keyQuant API keyyes
quant_organizationQuant organisation nameyes
agent_idAgent UUID to dispatchyes
test_fixturesPath to JSON file with tool fixture responsesno
user_messageInitial user message to send to the agentnoBegin assessment.
user_message_filePath to input.json file containing the user message objectno
timeoutMax wait time in seconds for agent completionno300
base_urlQuant dashboard API base URL (e.g. https://dashboard.quantcdn.io/api/v3)no
namedescription
agent_outputJSON string of the agent final tool call output
conversation_contextJSON string of conversation context (tool calls made)
agent_output_filePath to JSON file containing agent output (use instead of agent_output for large responses)
conversation_context_filePath to JSON file containing conversation context
execution_idThe execution ID for the agent run