The runtime orchestration platform for teams and agents

Oracle is a free, powerful, open Agent Runtime Orchestrator for teams shipping agent-native products.

Recover staging agent timeout
ORT-2041

Recover staging agent timeout

Route the incident through the safe rollback workflow before rollout resumes or external tools are re-enabled.

Activity

Oracle created the run from Slack on behalf of karri · 2m ago
Policy engine added Runtime and Staging labels · 2m ago
Tracer linked six related failures across logs and metrics · 1m ago
Oracle Assist

I received your request and will hold the rollout until the trace is stable and the approval gate is cleared.

Start github-mcp-server MCP server

NorthstarAxiomMercuryParallaxKeplerMonoHelioFaraday
A new operating model for agent-native teams. Oracle gives humans and agents a shared runtime for orchestration, execution, review, and observability.

FIG 0.2

Built for orchestration

Oracle is shaped around real runtime coordination problems, not generic workflow automation.

FIG 0.3

Open by default

Bring your own models, tools, prompts, and infra. Oracle stays flexible as your stack evolves.

FIG 0.4

Designed for runtime speed

Cut noise across intake, execution, review, and observability so teams and agents can move together.

Triage requests before the queue spills

Slack asks, incident fragments, and internal requests become structured items with the right owner, urgency, and context before they hit the queue.

Thread in #feedbackTriage
LN
LN2:12 PM

Anyone else noticing the iOS app feels slow to open if you haven't used it in a bit?

DV
DV2:12 PM

We're still blocking initial render on a full vehicle sync every time.

AM
AM2:13 PM

Feels like we could render sooner and load the rest in the background.

Requests that need routing, ownership, and urgency cuts.

@triage create issue and route with urgency, owner, and trace context

Attach traceAssign ownerSet severity
1.1Runtime inbox
1.2Lane routing
1.3Context capture
1.4Operator asks

Map the run before delegation starts

Lock the path, owners, and constraints early so the runtime knows what can move, what should wait, and what still needs a human hand.

Initiatives

Stability
Current blockers
Blocks mobile polish if design debt lands late.
Needs review coverage before expanding rollout.
2.1Projects
2.2Policies
2.3Milestones
2.4Visual plan

Hand work to agents without losing the thread

Assign the right agent, keep the live trace beside it, and preserve the exact context a reviewer will need when the work comes back.

COCodex
trace live

On it. I received your request.

runtime/oracle$ rg --files -g 'AGENTS.md'

AGENTS.md

Locating initialization logic for vehicle_state

Waiting for approval trace before prod credentials

Codex still owns the active lane

Assign to...

Current handoffRunning

Owns intake -> patch

Picked up the request and found the AGENTS instructions before touching code.

3.1Issues
3.2Agents
3.3Trace
3.4Automation
3.5Cycles

Read the risky diff, not the entire log

Surface the few changed lines, approval notes, and policy states that actually decide whether the run can continue.

01import { runTask } from 'runtime-core'
02import { getProdSecrets } from './secrets'
03.
04export async function launchRun(input) {
05 const secrets = await getProdSecrets()
06 return runTask(input, { secrets })
07}
01import { runTask } from 'runtime-core'
02import { getScopedSecrets } from './secrets'
03import { requireApproval } from './policy'
04.
05export async function launchRun(input) {
06 await requireApproval('external-tools')
07 const secrets = await getScopedSecrets('staging')
08 return runTask(input, { secrets })
09}
Reviewer note

Secret scope narrowed to staging and approval moved before external tools.

Reviewers

waiting on RV
RVJDQA

Decision points

Scope changed from production to staging.
Approval happens before secret retrieval.
4.1Diffs
4.2Approvals
4.3Reviewer notes

Spot pressure before operators feel it

Bring queue pressure, latency shifts, and handoff risk into one surface so escalation is obvious before the system starts to drag.

Weekly pulse

1.0x

Queue backlog rose in eu-west-1 after two agent retries.

At risk2 runs
Blocked1 approval
Recovered3 traces
5.1Pulse
5.2Latency
5.3Dashboards
5.4Handoffs

You just have to use it and you will see, you will just feel it.

NS
Maya ChenProduct Design Lead, Northstar

Our speed is intense and Oracle helps us be action biased.

HE
Jonas ValeHead of Engineering, Helio

Replaced three tools overnight. The team never looked back.

AR
Lena ParkVP of Operations, Arcline

Finally, governance that doesn't slow us down.

WF
Sam OkaforCTO, Waveform

Oracle keeps agent work reviewable from intake to execution for teams shipping high-stakes runtime automations.

Build what comes next.