paper-with-me

Papers

CodeMem: Architecting Reproducible Agents via Dynamic MCP and Procedural Memory

2025-12-17 · Nishant Gaurav, Adit Akarsh, Tejas Ravishankar, Manoj Bajaj arxiv

Current tool-using AI agents suffer from limited action space, context inefficiency, and probabilistic instability that makes them unsuitable for handling repetitive tasks which are otherwise reliably and efficiently tackled by agentic workflows built on platforms like n8n and Zapier. Earlier works like CodeAct, DynaSaur, Code Mode have tried to tackle the first two issues by using the whole Python language as its action space: The number of tools that the agent can call becomes infinite. Python code blocks can execute complex actions into a single step and print only relevant results which helps in keeping the context lean. However, the probabilistic instability issue still remains, as for the same task in the same environment, the agent can follow different trajectories due to the probabilistic nature of LLMs. Therefore, we need procedural memory for consistency and reliability. This paper proposes CodeMem, an architecture to implement procedural memory via code which can be used to build and run reusable agentic workflows with deterministic reliability.

📄 PDF Abstract BibTeX arXiv:2512.15813

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Synthesizing Procedural Memory: Challenges and Architectures in Automated Workflow Generation

2025-12-23 · Nishant Gaurav, Adit Akarsh, Ankit Ranjan, Manoj Bajaj arxiv

While CodeMem establishes executable code as the optimal representation for agentic procedural memory, the mechanism for autonomously synthesizing this memory from a blank slate remains underexplored. This paper operatio…

4DSynth: Controllable Procedural World Synthesis for Dynamic Embodied Simulation

2026-08-27 · Zehao Qi, Haochen Luo, Jia-Wang Bian, Zeyu Ma 외 arxiv

Embodied agents need environments that are visually diverse, physically interactive, and changing over time. Procedural simulators can generate large interactive scene collections, and recent 4D generators produce compel…

Architecting Agentic Communities using Design Patterns

2026-01-07 · Zoran Milosevic, Fethi Rabhi arxiv

The rapid evolution of Large Language Models (LLM) and subsequent Agentic AI technologies requires systematic architectural guidance for building sophisticated, production-grade systems. This paper presents an approach f…

AeroCopilotBench: A Two-Tier Benchmark for Evaluating LLM Agents as Aviation Copilots in an Interactive Virtual Cockpit Environment

2026-08-17 · Yuchen Yuan, Zhenghuang Wu, Yuangan Li, Liang Ma 외 arxiv

Large language model (LLM) agents may assist flight crews with complex decisions and task execution, but existing aviation evaluations centered on static knowledge do not support systematic testing of procedural executio…

G-Designer: Architecting Multi-agent Communication Topologies via Graph Neural Networks

2024-10-15 · Guibin Zhang, Yanwei Yue, Xiangguo Sun, Guancheng Wan 외

Recent advancements in large language model (LLM)-based agents have demonstrated that collective intelligence can significantly surpass the capabilities of individual agents, primarily due to well-crafted inter-agent com…

HumanEvalLanguage ModellingLarge Language ModelMMLU