L’espace d’action est l’ensemble des outils, opérations, permissions ou mouvements disponibles pour un agent lorsqu’il exécute une tâche. Un espace d’action bien délimité doit être suffisant pour la tâche tout en limitant les capacités inutiles susceptibles d’accroître les erreurs ou les risques de gouvernance.
The set of resources an agent can use to perform a task. Action space might include the tools and APIs that the agent can invoke and the permissions the agent holds. In general, the action space should be just big enough for the agent to perform the task. If the action space is too small, the agent might have insufficient resources to perform the task. If the action space is too large, the agent tends to become more error prone.
A side-by-side comparison of Action Space and Identity And Access Management Permissions. Understand how an agent’s available actions differ from the access controls that authorize actions on resources.
A side-by-side comparison of Attack Surface and Action Space. Understand how system exposure to abuse differs from the set of actions available to an AI agent.