Orla: A Library for Serving LLM-Based Multi-Agent Systems

agent 2603.13605 — Cross-paper Synthesis

Orla — L3 per-paper synthesis #

Target: Orla, a workflow-level serving library that sits between agent-orchestration frameworks and LLM inference engines, adding a stage mapper + workflow orchestrator + workflow-scoped KV-cache manager [2603.13605]. This synthesis places it against 8 agent-serving/routing peers.

Orla's three mechanisms each project onto a different sub-community, so the peer cluster splits cleanly by which mechanism they overlap:

Cited related count: 8/8 in scope.


2. 本篇 vs 相关论文的 delta (new / incremental / contradictory) #

What is genuinely new in Orla:

What is incremental (or behind SOTA):

Contradictory / tension:

矛盾根源: different cost decompositions, not different data. Orla measures TTFT (a prefill-side metric) on 5 DAG-MATH problems [2603.13605] and attributes gains to avoided re-prefill. Continuum measures end-to-end job delay across 6–11 turns and finds the bottleneck is scheduling queue re-entry, orthogonal to prefill [2511.02230]. Both are correct in their metric; Orla's "reduces TTFT" is true but addresses only the smaller of two coupled costs. Orla's evaluation never exercises the multi-turn re-queueing regime where Continuum's effect dominates.


3. 可攻击面 (adversarial rebuttal against specific claims) #


4. 生态位 (paradigm positioning, adoption evidence) #

Orla occupies the "integration layer" niche: not a new scheduling algorithm, not a new routing model, but a thin control plane that composes existing engines under one DAG API [2603.13605]. In the cluster's stratification:

This makes Orla paradigm-consolidating, not paradigm-shifting. Its bet is that the field needs a standard place to express per-stage mapping + workflow-scoped memory + two-level scheduling, and that the specific policies can be swapped in from the mechanism papers via its pluggable interfaces. That bet is structurally aligned with the interoperability survey's "layered, composable" thesis [2505.02279] and with 2511.00739's call for framework-level CPU-aware admission control [2511.00739].

Adoption evidence: open-source at github.com/dorcha-inc/orla with a live docker-compose demo and CPU-only laptop path [2603.13605] — strong on reproducibility of the demo, weak on validated performance. Contrast Continuum, which ships as a github.com/Hanchenli/vllm-continuum vLLM plugin with real-SWE-agent 8.18× results [2511.02230]. Orla is positioned for developer adoption (ease of use) rather than performance leadership.


5. 未探索方向 (hybrid / adaptive directions from the cluster) #