Create AI Agents Using Preconfigured Agent Team Templates
- Go to .
- Select Use Template from the required agent team and
provide details for the new agent team.Tip: To automatically add a suffix to all artifacts in your agent team, choose Copy Template instead of Use Template. When you copy a template, you're taken directly to the agent team canvas where you can edit the agent team settings, agents, tools, and topics. The Use Template option takes you through a step-by-step process for configuring each artifact in the agent team.Details Tab
Field Description Family Select the family to which this agent team belongs. Product Select the product within the family to which this agent team belongs. Maximum Interactions Indicate the number of times an agent within this agent team can interact with the topics and tools assigned to it. LLM TabField Description Provider The default LLM provider is selected automatically. Questions TabField Description Starter Questions Enter initial questions for the agent team. Follow-up Questions Enable this to indicate that the agent team can ask follow-up questions based on the user's conversation history. Provider The default LLM provider is selected automatically. Prompt Enter the prompt to be used for the follow-up questions. For example: using {chatHistory} generate 3 follow up questions in json format. JSON Schema format mentioned below. Remove the ```json markdown from the output. Here is the JSON Schema format the output should adhere to:
[{"question": "<put first question generated here>"}, {"question": "<put second question generated here>"}, {"question": "<put third question generated here>"}]
Insert functions or variables Add additional variables to the prompt. For example, to add the current system date to your prompt, select the Current Date Time option. Security TabField Description Add Select the roles which will have access to this agent team. - Continue to edit and add details for the agent and other artifacts such as tools
and business objects available within the agent team. Note: The agents and other artifacts included within an agent template are optimized to provide the best usage of the agent team. We recommend not to change the basic functionality of the artifacts because that might impact your agent team's performance.
- If needed, use the Debug icon (
) to test the agent team. For any required fine-tuning, you can edit the agent team using the Agent Team Settings icon (
).
- Publish your agent team.
Users can view the published agentic workflows from the AI Agents page. To open this page, add agent-explore to the end of the URL for AI Agent Studio. For example, https://example.com/myApp/redwood/human-resources/ai-studio/agent-explore.