Skip to content

Commit 07c0029

Browse files
authored
Merge pull request #1727 from oracle-devrel/MarcGueury-patch-oda
ODA-multi-agent files
2 parents f415507 + abe59b7 commit 07c0029

File tree

7 files changed

+36
-0
lines changed

7 files changed

+36
-0
lines changed
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)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
exportedRestServices:
2+
- endpoint: "http://api.openweathermap.org/data/2.5/weather?units=metric"
3+
name: "fetchWeather"
4+
type: "REST"
5+
authType: "apiKey"
6+
mock: false
7+
restServiceMethods:
8+
- restServiceMethodType: "GET"
9+
contentType: "application/json"
10+
restServiceParams:
11+
- type: "query"
12+
key: "q"
13+
value: "bangalore"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)