TL;DR
The paper introduces ACDL, a standardized language for precisely describing the structure and evolution of LLM agent contexts, improving clarity and communication in system design.
Contribution
It presents ACDL, a formal language with visualization tools for documenting and standardizing LLM context architectures across systems.
Findings
ACDL can document various existing LLM systems and their context strategies.
ACDL diagrams are both human-readable and machine-renderable.
The language facilitates clearer communication and comparison of LLM context designs.
Abstract
Large language models are increasingly used within larger systems ("LLM agents"). These make a sequence of LLM calls, each call providing the LLM with a combination of instructions, observations, and interaction history. The design of the encoded information and its structure play a central role in the quality of the resulting system, leading to efforts spent on context engineering. It is therefore critical to communicate the composition of the LLM context in a system, and how it evolves over time. Yet, no standard exists for doing so: context construction is typically conveyed through informal prose, ad hoc diagrams, or direct inspection of code, none of which precisely capture how a prompt evolves across interaction steps or how two context representation strategies differ. To remedy this, we introduce the Agentic Context Description Language (ACDL), a language for specifying the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
