Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
13 changes: 11 additions & 2 deletions ai/oracle-digital-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Oracle Digital Assistant is a platform powered by artificial intelligence, specifically designed to build chatbots, also known as conversational agents. These agents are capable of mimicking human-like dialogue patterns. They leverage sophisticated machine learning algorithms and natural language processing (NLP) to interpret user requests, deliver smart responses, and carry out complex business workflows. The platform offers excellent integration possibilities with both Oracle's applications such as CX Fusion, Service Cloud, and applications like Salesforce and Genesys. This facilitates efficient automation of tasks across different business domains.

Reviewed: 31.10.2024
Reviewed: 21.08.2025

# Table of Contents

Expand All @@ -15,6 +15,12 @@ Reviewed: 31.10.2024
- [Solution Definition Document - Oracle Digital Assistant](#team-publications)
- A Template to use for ODA projects

- [ODA Multi Agent](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/oracle-digital-assistant/oda-multi-agent)
- Using Agent calling tools in ODA

- [ODA Pro styled](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/oracle-digital-assistant/oda-pro-styled)
- A customizable chat interface for ODA

## Cloud Coaching & Live Labs

- [Cloud Coaching - Art of the possible Digital Assistant](https://www.youtube.com/watch?v=zPmfjuYQCGg&t=49s)
Expand All @@ -23,7 +29,10 @@ Reviewed: 31.10.2024
- [Cloud Coaching - Digital Assistant SQL Dialogs & AI Services](https://www.youtube.com/watch?v=HcS2GIxc7DM)
- Leverage SQL Dialogs and other AI services with Digital Assistant

- [Live Lab - Immerse Conversational Interfaces](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3452&clear=RR,180&session=112146561197244)
- [Live Lab - ODA with Generative AI Agent](https://livelabs.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=4112)
- Use ODA with Generative AI Agent to search documents like Word/Excel, Images, Video, Audio or Websites

- [Live Lab - Immerse Conversational Interfaces](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3452)
- How to combine Digital Assistant with other AI Services

## Workshops
Expand Down