Expand description
Graph-aware HTTP execution server facade for Oris.
This crate is the stable package entry point for the execution-server surface.
Today it forwards to oris-runtime, while the graph engine still lives there.
Once the graph API is extracted further, the implementation can move here
without breaking downstream import paths.
Modules§
- api_
handlers execution-server - Axum handlers for Phase 2 execution server.
- benchmark_
suite execution-serverandsqlite-persistence - Dedicated runtime benchmark harness for hot-path performance tracking.
- gossip
evolution-network-experimental - Peer discovery and gossip protocol for the Evolution Network.
- sync
evolution-network-experimental - sync.rs — Gossip Sync Engine & Quarantine Lifecycle
Structs§
- ApiEnvelope
execution-server - ApiMeta
execution-server - Attempt
Retry History Item execution-server - Attempt
Retry History Response execution-server - Audit
LogItem execution-server - Audit
LogList Response execution-server - Cancel
JobRequest execution-server - Cancel
JobResponse execution-server - Checkpoint
Inspect Response execution-server - Dead
Letter Item execution-server - Dead
Letter List Response execution-server - Dead
Letter Replay Response execution-server - Envelope
Manifest evolution-network-experimental - Evolution
Envelope evolution-network-experimental - Execution
ApiState execution-server - Execution
Checkpoint View execution-server - Execution
Graph Bridge Error execution-server - Execution
Invoke View execution-server - Execution
State View execution-server - Fetch
Query evolution-network-experimental - Fetch
Response evolution-network-experimental - Gossip
Config evolution-network-experimental - Gossip
Digest evolution-network-experimental - Gossip
Digest Entry evolution-network-experimental - Gossip
Sync Engine evolution-network-experimental - Incremental sync engine.
- Gossip
Sync Report evolution-network-experimental - Interrupt
Detail Response execution-server - Interrupt
List Response execution-server - JobDetail
Response execution-server - JobHistory
Item execution-server - JobHistory
Response execution-server - JobState
Response execution-server - JobTimeline
Item execution-server - JobTimeline
Response execution-server - Kernel
Observability execution-server - Runtime-derived kernel observability / telemetry.
- List
Audit Logs Query execution-server - List
Dead Letters Query execution-server - List
Interrupts Query execution-server - List
Jobs Query execution-server - List
Jobs Response execution-server - McpBootstrap
Config execution-serverandmcp-experimental - McpCapability
Mapping execution-serverandmcp-experimental - Publish
Request evolution-network-experimental - Push
Pull Gossip Sync Engine evolution-network-experimental - Push-pull gossip engine for in-process synchronization tests and example flows.
- Quarantine
Entry evolution-network-experimental - A remote asset held in the quarantine area together with its validation state and origin metadata.
- Quarantine
Store evolution-network-experimental - In-process quarantine store.
- Reject
Interrupt Request execution-server - Remote
Capsule Receiver evolution-network-experimental - Drives the receive → score → promote/quarantine pipeline for remote capsules.
- Replay
JobRequest execution-server - Resume
Interrupt Request execution-server - Resume
JobRequest execution-server - Retry
Policy Request execution-server - Revoke
Notice evolution-network-experimental - RunJob
Request execution-server - RunJob
Response execution-server - Runtime
Benchmark Environment execution-server - Runtime
Benchmark Metric execution-server - Runtime
Benchmark Suite Report execution-server - Runtime
Storage Config sqlite-persistence - Sqlite
Idempotency Store sqlite-persistence - Sqlite
Runtime Repository sqlite-persistence - Sync
Audit evolution-network-experimental - Sync
Stats evolution-network-experimental - Statistics for a single sync session.
- Timeline
Export Response execution-server - Timeout
Policy Request execution-server - Trace
Context Response execution-server - Worker
AckRequest execution-server - Worker
AckResponse execution-server - Worker
Extend Lease Request execution-server - Worker
Heartbeat Request execution-server - Worker
Lease Response execution-server - Worker
Poll Request execution-server - Worker
Poll Response execution-server - Worker
Report Step Request execution-server
Enums§
- ApiError
execution-server - ApiRole
execution-server - Capsule
Disposition evolution-network-experimental - Outcome of an auto-promotion decision for a single remote capsule.
- Execution
Graph Bridge Error Kind execution-server - McpTransport
Kind execution-serverandmcp-experimental - Message
Type evolution-network-experimental - Network
Asset evolution-network-experimental - Quarantine
Reason evolution-network-experimental - Reason a capsule was held in quarantine.
- Quarantine
State evolution-network-experimental - Lifecycle state of a remotely received asset.
- Runtime
Storage Backend sqlite-persistence
Constants§
- PROMOTE_
THRESHOLD evolution-network-experimental - Default score threshold above which a remote capsule is auto-promoted.
- RUNTIME_
API_ CONTRACT_ DOC_ PATH execution-server - RUNTIME_
BENCHMARK_ BASELINE_ DOC_ PATH execution-server
Traits§
- Execution
Graph Bridge execution-server
Functions§
- build_
router execution-server - canonical_
runtime_ api_ contract_ path execution-server - canonical_
runtime_ benchmark_ baseline_ path execution-server - generate_
runtime_ api_ contract execution-server - run_
runtime_ benchmark_ suite execution-server - runtime_
api_ contract_ pretty_ json execution-server - runtime_
benchmark_ suite_ pretty_ json execution-server - write_
runtime_ api_ contract execution-server - write_
runtime_ benchmark_ suite execution-server
Type Aliases§
- Peer
Address evolution-network-experimental