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
23 changes: 23 additions & 0 deletions ai/oracle-digital-assistant/oda-multi-agent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# ODA Multi-Agent samples

## Installation
Please import the sample below in your ODA
- Llm1
- contains a agent calling tools
- LlmHistory1
- contains an agent calling tools
- and history of conversation
- RagHoliday
- contains an agent calling other agent
- Unity
- contains an supervisor that calls other agents
- LLamaProd
- contains an supervisor that calls other agents
- translation

## Configuration
Be sure to import the Weather API before to import the Skills.

## Known issue
- RagHoliday and LLamaProd use a RAG agent (you need an OCI RAG agent ocid to use it)
- 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)
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
exportedRestServices:
- endpoint: "http://api.openweathermap.org/data/2.5/weather?units=metric"
name: "fetchWeather"
type: "REST"
authType: "apiKey"
mock: false
restServiceMethods:
- restServiceMethodType: "GET"
contentType: "application/json"
restServiceParams:
- type: "query"
key: "q"
value: "bangalore"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.