Skip to content

Commit 8243946

Browse files
authored
Merge branch 'main' into sentiment+category-analysis
2 parents fa5a707 + 2766c79 commit 8243946

File tree

132 files changed

+1656
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+1656
-93
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": []
3+
}

ai/.DS_Store

-8 KB
Binary file not shown.

ai/ai-speech/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

ai/gen-ai-agents/.DS_Store

-6 KB
Binary file not shown.

ai/generative-ai-service/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

ai/generative-ai-service/sentiment+categorization/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ To use the Customer Message Analyzer, follow these steps:
1717
2. The system will automatically cluster the messages into categories based on their content.
1818
3. Each message will receive a sentiment score indicating its emotional tone.
1919
4. Review the generated summary report highlighting dominant themes, sentiment trends, and actionable insights.
20-
21-
# Useful Links (Optional)
2220

23-
- [Confluence](https://confluence.oraclecorp.com/confluence/x/DaCEoAE)
24-
- Internal Reusable Assets
2521

2622
# License
2723

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# ODA Multi-Agent samples
2+
3+
## Installation
4+
Please import the sample below in your ODA
5+
- Llm1
6+
- contains a agent calling tools
7+
- LlmHistory1
8+
- contains an agent calling tools
9+
- and history of conversation
10+
- RagHoliday
11+
- contains an agent calling other agent
12+
- Unity
13+
- contains an supervisor that calls other agents
14+
- LLamaProd
15+
- contains an supervisor that calls other agents
16+
- translation
17+
18+
## Configuration
19+
Be sure to import the Weather API before to import the Skills.
20+
21+
## Known issue
22+
- RagHoliday and LLamaProd use a RAG agent (you need an OCI RAG agent ocid to use it)
23+
- LLamaProd needs more rest API to work fully. One of them is a RAG agent (you need an OCI RAG agent ocid to use it)

0 commit comments

Comments
 (0)