omega_execute
Execute any Omega Brain tool with Cortex alignment checks, automatic steering, and audit logging to the SEAL chain.
Instructions
Cortex-governed execution wrapper that checks alignment, steers if needed, executes, and auto-logs to the SEAL chain. Use this as the default way to invoke any Omega Brain tool with full governance; only wraps Omega Brain tools — external tools are returned with steered_args for manual invocation. Returns JSON with fields: result (object), cortex_verdict (string), seal_hash (hex string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Omega Brain tool name to execute, e.g. 'omega_ingest', 'omega_rag_query', 'omega_seal_run'. | |
| args | Yes | Arguments for the target tool. May be steered by the Cortex before execution. | |
| baseline | Yes | Task baseline for the Cortex alignment check, e.g. 'Ingesting code review findings'. |