From 579e7c105a3328115f426ad55a6cc7dfe17c6a67 Mon Sep 17 00:00:00 2001 From: dywsjtu Date: Tue, 6 Jan 2026 14:35:04 -0500 Subject: [PATCH] add aragog to agent systems --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3296135..03d29a8 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ A curated list of Large Language Model systems related academic papers, articles - [Murakkab](https://arxiv.org/abs/2508.18298): Resource-Efficient Agentic Workflow Orchestration in Cloud Platforms - [HedraRAG: Co-Optimizing Generation and Retrieval for Heterogeneous RAG Workflows](https://sigops.org/s/conferences/sosp/2025/accepted.html) | SOSP' 25 - [METIS: Fast Quality-Aware RAG Systems with Configuration Adaptation](https://sigops.org/s/conferences/sosp/2025/accepted.html) | SOSP' 25 +- [Aragog: Just-in-Time Model Routing for Scalable Serving of Agentic Workflows](https://arxiv.org/pdf/2511.20975) #### Serving at the edge - [LLM in a flash: Efficient Large Language Model Inference with Limited Memory](https://arxiv.org/abs/2312.11514) | Apple