compute_route
Routes queries to the appropriate compute provider with automatic fallback, returning results wrapped in a cryptographically signed Magma envelope.
Instructions
Route a query to the best available compute provider (Bedrock → Groq → Ollama). Returns result wrapped in Magma envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Agent key: ahmad, forge, oracle, sentinel, vault, enki, nexus, edaulc | |
| query | Yes | The question or task to send to the agent | |
| max_tokens | No | Max tokens for response (default 1024) |