Skip to content
Conference

A Large-Language-Model-Oriented Dual-Channel Agent Framework for Intelligent Generation of Simulation Scenarios

Jul 2026 · 2026 IEEE 27th China Conference on System Simulation Technology and its Applications (CCSSTA) · pp. 296-301 · 0 citations · 18 references

Abstract

Constructing simulation scenarios manually is time-consuming and often depends on platform-specific modeling experience. Existing large-language-model (LLM) methods are promising for interpreting operational documents, but they still struggle with long-document parsing, incomplete platform interfaces, auditable task execution, and cross-lingual equipment-name normalization. This paper proposes a dual-channel LLM-agent framework for intelligent generation of simulation scenarios. The method standardizes Word-based scenario inputs, extracts scenario elements into a schema-constrained JSON intermediate representation, and decomposes the generation process into planning and execution. A DLL/Lua dual-channel Plan Agent assigns basic object and scenario-property operations to a C# object model, while allocating fine-grained unit, mission, and environment operations to Lua-based scripting interfaces. An Exec Agent further integrates two-stage hot-pluggable tool loading, side-effect-aware read/write-separated scheduling, and a Smart-Matcher module that combines BM25 retrieval, multilingual vector retrieval, reciprocal rank fusion, and low-confidence LLM reranking. Experiments on representative red-blue simulation scenarios show an average end-to-end generation time of 168 s, a first-round planning success rate of 92.0%, a post-Replan success rate of 100.0%, and Top-1/Top-5 equipment matching performance of 95.6% and 98.4%, respectively.

View source

Similar papers

Open access 2026

Agent-Ops: A Multi-Agent Orchestration Framework for End-to-End SOP Automation in E-Commerce Operations

Use across 100 Account Managers validates that LLM-based agents achieve enterprise-grade reliability when augmented with robust web automation, comprehensive document understanding, and systematic SOP refinement.

A. Singh, Sanjay Agrawal, Sayanta Adhikari et al. · 1 citation
Jul 2026

A Knowledge-Enhanced LLM Framework for Power Semantic Understanding and Multi-Agent Decision Support

A knowledge-enhanced LLM framework for power semantic understanding and multi-agent decision learning that consistently improves semantic grounding accuracy, restoration quality, and feasible-decision rate over rule-based, text-centric RAG, and graph-retrieval multi-agent baselines.

Yunfeng Zou, Ming Li, Yueqiang Li et al. · 0 citations
Preprint Aug 2026

Agent Gym: A Framework for Continuous Evaluation and Evolution of LLM Agents Through Human-in-the-Loop Feedback

Agent Gym is introduced, a modular, domain-agnostic framework that wraps any existing LLM-based agent in a continuous evaluation-and-evolution loop and introduces the Spec-to-Note Gap, an autoencoder-inspired view of agentic system transparency.

Pouya Ghiasnezhad Omran, Michael Zimmermann, Duncan Cambridge et al. · 0 citations
Jul 2026

A Multi-Agent Benchmarking Framework for Evaluating the Performance of Large Language Models in Logic Programming

A configurable multi-agent framework for benchmarking LLMs in Prolog code generation that combines a Code Generator Agent, a deterministic execution layer using SWI-Prolog, and an evaluator based on the LLM-as-a-Judge paradigm that supports model-agnostic experimentation and evaluates outputs across functional correctness, efficiency, structural properties and evaluator reliability.

Nikolaos Karamousalidis, P. Kefalas · 0 citations

A Multiagent Large Language Model–Based System for Early-Stage Building Layout Planning

A multiagent large language model (LLM)–based system for early-stage building layout planning, which enables flexible design requirement inputs and robust spatial reasoning and demonstrated significant improvements in both geometric quality and semantic alignment over a baseline LLM-only system.

Haolan Zhang, Ruichuan Zhang · 0 citations
Book Open access Jul 2026

TestAgent: A Multi-Agent LLM Framework for Repository-Level Unit Test Generation

TestAgent, a multi-agent tool implemented as a VS Code extension that automates the generation of high-quality unit tests for Java projects using repository-level Code Knowledge Graphs, demonstrates its practical utility for regression testing and bug discovery.

Ye Shang, Quanjun Zhang, Zheng Zhan et al. · 0 citations