Create AI Agents Using Preconfigured Templates
You can create and deploy AI agents using preconfigured templates available in these two tabs:
- AI Agents: Access the preconfigured templates built and provided by Oracle. When using a preconfigured agent team template, the artifacts such as agents, tools, and topics aren't directly editable. To change these artifacts, you create a copy of the artifact and add the copy to the agent team.
- Marketplace: Access the preconfigured templates built and provided by Oracle
partners. View template details using the
icon. To create a copy of any template, click
Create.
To use preconfigured agent team templates from the AI Agents tab:
- Go to AI Agent Studio.
- Select Use Template from the required agent team and
provide details for the new agent team.Tip: To automatically add a suffix to your agent team, choose Copy Template instead of Use Template.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 Select the LLM for your agent. Security TabField Description Add Select the roles which will have access to this agent team. 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. 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 Expression Add additional variables to the prompt. For example, to add the current system date to your prompt, select the Current Date Time option. Chat Experience Tab
You can allow users to upload attachments while interacting with agents. Users can upload up to five files, with a total combined size limit of 50 MB. These file types are supported: PDF (tagged or scanned), TXT, DOCX, XLSX, PNG, and JPEG.
Field Description Enable file upload Select this option to allow users to upload files from local storage. Enable third-party upload Select this option to allow users to upload files from connected cloud storage accounts. To enable this functionality, add credentials for at least one provider by navigating to the Credentials tab in AI Agent Studio and completing the Chat Experience setup. Note: To process attachments, make sure you add the runtime processing tool, MultiFileProcessor, to your agent or to the relevant agent team.Output Tab
Define the overall structure of the agent’s output using JSON schema, to specify the exact output.
Field Description Specification Mode Select this mode to directly modify the JSON schema for the output. Simple Mode Select this mode to define the output values and types. The corresponding JSON schema will be generated automatically and displayed in the specification mode for any further changes. - Continue to edit and add details for the agent team. If you want to edit the
artifacts in the agent team including agents, tools, and topics, you can create
a copy of the artifact and edit it. After editing, remove the original artifact
from the agent team, and then add the copy you created. See Can I edit a preconfigured 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
to test the agent team. For any required
fine-tuning, you can edit the agent team using
. - Publish your agent team.
Users can view the published agentic flows 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.