Build and publish Atlas AI agents
Use the low-code Agent builder to create Atlas AI agents that solve business problems and automate workflows. Start from scratch or use a template.
Test your agent with the chat preview, then publish it to the Agent library for all CDF project users.
Before you start
Complete these steps before building your agent:
- Scope your use case — define the specific problem or workflow you want to automate.
- Identify an evaluation dataset — gather sample data to test your agent's performance.
- Choose a language model — select the language model that best fits your use case.
Build and publish an agent
To build and publish an Atlas AI agent:
-
In CDF, navigate to Atlas AI > Agent builder.
-
Select + Create agent or select a template to use as a starting point.
-
Configure basic information:
-
Enter a Name that clearly describes the agent's purpose.
-
Write a Description that explains what problems the agent solves or tasks it automates.
-
Add Sample prompts that show users how to interact with the agent. Make these specific and representative of real use cases.
-
-
Set up prompting:
-
Select the Language model you identified earlier.
-
Write Instructions that define what you want the agent to accomplish and how it should achieve it. Be clear and specific about:
- The agent's role and expertise.
- The expected output format.
- Any constraints or limitations.
- How to handle edge cases.
See Prompts and prompt engineering for more details.
-
-
Configure tools:
Add Tools to let the agent access CDF data, perform complex tasks, or interact with other applications.
-
For the data retrieval tools, specify the data model and view to query, and which access scope to use:
-
-
Test and refine:
Test the agent using the chat interface. Refine the language model, instructions, and tools as needed. Test with various scenarios, including:
-
Typical use cases.
-
Edge cases.
-
Error conditions.
-
Different types of user input.
-
-
Publish:
Select Publish to make the agent available in the Agent library for all CDF project users.
-
Monitor and iterate:
Monitor the agent's performance and make ongoing improvements based on user feedback and usage patterns.