Before you start
Complete these steps before building your agent.- Define your agent’s scope. Each agent should handle one specific workflow or question type, such as equipment fault diagnosis, work order triage, or document Q&A.
- Identify an evaluation dataset. Gather 10 to 20 representative questions your users will ask, along with the answers you would consider correct, to use as test cases after building.
- Choose a language model. Select the language model that fits your agent’s task complexity. See About language models for guidance.
Choose how to build
Build with the Cognite CLI or the Agent builder in Cognite Data Fusion (CDF).- Cognite CLI (recommended)
- Agent builder in CDF
Use
@cognite/cli to scaffold an agent project (<name>.agent.yaml, evaluation cases, and coding-assistant guidance), push drafts to CDF, run evaluations, and publish. Follow the guide linked below.- Building Atlas AI agents with the Cognite CLI
- Agent definition (
<name>.agent.yaml) - Command reference: agents
@cognite/cli 1.10.0 or later.