An agent goal is a desired state of the environment or a specific condition that an autonomous agent is designed to achieve, serving as the primary driver for its planning, decision-making, and action execution. It provides the utility function or success criteria against which the agent evaluates potential actions. In a multi-agent system, individual agent goals must be coordinated by an agent orchestrator to achieve a coherent collective objective, often requiring task decomposition and conflict resolution.
