paper-with-me

Papers

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

2026-03-13 · Rana Shahout, Hayder Tirmazi, Minlan Yu, Michael Mitzenmacher arxiv

We introduce Orla, a library for constructing and running LLM-based agentic systems. Modern agentic applications consist of workflows that combine multiple LLM inference steps, tool calls, and heterogeneous infrastructure. Today, developers typically build these systems by manually composing orchestration code with LLM serving engines and tool execution logic. Orla provides a general abstraction that separates request execution from workflow-level policy. It acts as a serving layer above existing LLM inference engines: developers define workflows composed of stages, while Orla manages how those stages are mapped, executed, and coordinated across models and backends. It provides agent-level control through three mechanisms: a stage mapper, which assigns each stage to an appropriate model and backend; a workflow orchestrator, which schedules stages and manages their resources and context; and a memory manager, which manages inference state such as the KV cache across workflow boundaries. We demonstrate Orla with a customer support workflow that exercises many of its capabilities. We evaluate Orla on two datasets, showing that stage mapping improves latency and cost compared to a single-model vLLM baseline, while workflow-level cache management reduces time-to-first-token.

📄 PDF Abstract BibTeX arXiv:2603.13605

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TensorLayer: A Versatile Library for Efficient Deep Learning Development

2017-07-26 · Hao Dong, Akara Supratak, Luo Mai, Fangde Liu 외

Deep learning has enabled major advances in the fields of computer vision, natural language processing, and multimedia among many others. Developing a deep learning system is arduous and complex, as it involves construct…

Deep LearningManagement

ORLA*: Mobile Manipulator-Based Object Rearrangement with Lazy A Star

2023-09-24 · Kai Gao, Zhaxizhuoma, Yan Ding, Shiqi Zhang 외

Effectively performing object rearrangement is an essential skill for mobile manipulators, e.g., setting up a dinner table or organizing a desk. A key challenge in such problems is deciding an appropriate manipulation or…

ObjectObject Rearrangement

FuncPoison: Poisoning Function Library to Hijack Multi-agent Autonomous Driving Systems

2025-09-29 · Yuzhen Long, Songze Li arxiv

Autonomous driving systems increasingly rely on multi-agent architectures powered by large language models (LLMs), where specialized agents collaborate to perceive, reason, and plan. A key component of these systems is t…

Autonomous Driving

SiriuS: Self-improving Multi-agent Systems via Bootstrapped Reasoning

2025-02-07 · Wanjia Zhao, Mert Yuksekgonul, Shirley Wu, James Zou

Multi-agent AI systems powered by large language models (LLMs) are increasingly applied to solve complex tasks. However, these systems often rely on fragile, manually designed prompts and heuristics, making optimization …

Multi-objective Reinforcement learning from AI Feedback

2024-06-11 · Marcus Williams

This paper presents Multi-Objective Reinforcement Learning from AI Feedback (MORLAIF), a novel approach to improving the alignment and performance of language models trained using reinforcement learning from AI feedback …

Language ModelingLanguage ModellingMulti-Objective Reinforcement Learningreinforcement-learning+1