valta_run_agent
Trigger an agent to run a task with optional context, returning the execution ID and status.
Instructions
Trigger an agent to run a task. Returns the run's execution ID and initial status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task instruction for the agent to execute | |
| agentId | Yes | The agent ID to run | |
| context | No | Optional additional context, max 2000 characters |