quantum_execute
Execute a tool on an OracleNet oracle. The muscle of the mesh. Routes to the right oracle, calls it, delivers the result, logs the neural synapse, and updates routing weights. Use quantum_intent first to find the right tool, then quantum_execute to run it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Tool name to execute (e.g. compliance_preflight, fed_rate) | |
| oracle | No | Oracle name/key hint (optional, auto-detected from tool) | |
| arguments | Yes | Arguments to pass to the tool | |
| caller_did | No | Your DID for tracking (optional) |