veroq_run_agent
Executes a pre-configured AI agent workflow for tasks like due diligence, portfolio review, or market scanning. Provide the agent slug and inputs; receive step-by-step execution status and final output.
Instructions
Run a VEROQ AI agent by its slug — pre-built workflows combining multiple data sources and analysis steps.
WHEN TO USE: For complex multi-step analysis tasks like portfolio reviews, due diligence, or market scans. Agents automate what would take many individual tool calls. RETURNS: Agent name, execution steps (with status/summary per step), final output or structured result, and credits used. COST: 5-100 credits (varies by agent complexity). EXAMPLE: { "slug": "due-diligence", "inputs": { "ticker": "AAPL" } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Agent slug identifier (e.g. 'portfolio-review', 'due-diligence', 'market-scanner') | |
| inputs | Yes | Input parameters for the agent — varies by agent type (e.g. { ticker: 'AAPL' } or { tickers: ['AAPL', 'GOOGL'] }) |