run_agent
Execute a preconfigured agent by ID, returning a session ID for polling status until completion or failure.
Instructions
Runs a saved NeuralVerge agent (a reusable, preconfigured workflow) by its agentId and returns a session_id immediately. Poll get_session_status with that session_id until status is 'complete' or 'failed'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | UUID of the saved agent to run. | |
| settings | Yes | Agent run settings. | |
| instructions | Yes | Instructions passed to the agent for this run. |