To-do list tracking
For a multi-step task, the agent breaks the work into a to-do list and tracks progress against each item as it works. This produces more reliable results for tasks that span many steps, such as processing a large dataset in batches.Sandbox
The sandbox gives an agent an isolated, temporary environment to execute commands and run scripts that use the Cognite Python Software Development Kit (SDK). From the sandbox, an agent can read data from your CDF project but can’t create, update, or delete it. Using the sandbox requires thesessions:create capability.
Each command times out after 9.5 minutes. The sandbox stays available for about 12 hours after the last command, then clears automatically.