Planless Agents: BDI Plan Generation Using LLMs
摘要
Belief-Desire-Intention (BDI) agents offer a unique approach for engineering complex behavior for individual agents in multi-agent systems. A developer can define goals for each agent, specifying the desired outcomes in various contexts and implement plans as the means to reach those goals. The BDI reasoning engine can then proceed to automatically select goals to pursue (goal deliberation) and choose one or more of the provided plans to attempt to achieve them. However, usually plans or at least part of the plans have to be provided by the agent’s developer before the system is deployed. In this paper we present an approach for BDI agents to generate their own plans using large language models (LLMs) using solely the available context information such as goal descriptions, available beliefs and their structural information. We show that the approach is viable in principle and explore its reliability as well as discuss further use of LLMs in the context of automating BDI-based agents.