菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-31
📄 Abstract - View-oriented Conversation Compiler for Agent Trace Analysis

Agent traces carry increasing analytical value in agentic systems and context engineering, yet most prior work treats conversation format as a trivial implementation detail. Modern agent conversations, however, contain deeply structured content, including nested tool calls and results, chain-of-thought reasoning blocks, sub-agent invocations, context-window compaction boundaries, and harness-injected system directives, whose complexity far exceeds that of simple user-assistant exchanges. Feeding such traces to a reflector or other analytical mechanism in plain text, JSON, YAML, or via grep can materially degrade analysis quality. This paper presents VCC (View-oriented Conversation Compiler), a compiler (lex, parse, IR, lower, emit) that transforms raw agent JSONL logs into a family of structured views: a full view (lossless transcript serving as the canonical line-number coordinate system), a user-interface (UI) view (reconstructing the interaction as the user actually perceived it), and an adaptive view (a structure-preserving projection governed by a relevance predicate). In a context-engineering experiment on AppWorld, replacing only the reflector's input format, from raw JSONL to VCC-compiled views, leads to higher pass rates across all three model configurations tested, while cutting reflector token consumption by half to two-thirds and producing more concise learned memory. These results suggest that message format functions as infrastructure for context engineering, not as an incidental implementation choice.

顶级标签: agents systems model evaluation
详细标签: agent traces conversation analysis structured views context engineering compiler 或 搜索:

面向视图的智能体轨迹分析对话编译器 / View-oriented Conversation Compiler for Agent Trace Analysis


1️⃣ 一句话总结

这篇论文提出了一个名为VCC的编译器,它能将结构复杂的智能体对话日志转换成多种清晰、结构化的视图,从而显著提升分析质量、降低计算成本,并证明消息格式是智能体系统底层工程的关键基础设施。

源自 arXiv: 2603.29678