Skip to content

Commit 53f8561

Browse files
committed
Update README.md (#7)
Signed-off-by: Richard Gebhardt <[email protected]>
1 parent 750e605 commit 53f8561

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Examples
22

33
Prototypes and proofs-of-concept
4+
5+
## Structure
6+
7+
| Project | Description |
8+
|---------|-------------|
9+
| [server](./server) | Example of MCP authentication using OCI IDCS and Oauth |
10+
| [agent](./agent) | An example agent developed using LangGraph that drives the OCI CLI |

agent/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Agent
22

3+
An example agent and tool developed using LangGraph and the OCI Python SDK.
4+
35
## Getting started
46

57
### Start Ollama and pull model
@@ -29,8 +31,7 @@ cd ..
2931
uv run client.py
3032
```
3133

32-
cURL
33-
payload.json
34+
cURL payload.json:
3435
```json
3536
{
3637
"assistant_id": "agent",
@@ -56,3 +57,10 @@ curl -s --request POST \
5657
--header 'Content-Type: application/json' \
5758
--data @payload.json
5859
```
60+
## Disclaimer
61+
62+
Users are responsible for their local environment and credential safety. Different language model selections
63+
may yield different results and performance.
64+
65+
All actions are performed with the permissions of the configured OCI CLI profile. We advise least-privilege
66+
IAM setup, secure credential management, safe network practices, secure logging, and warn against exposing secrets.

server/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ export TOKEN=$(pbpaste)
2828
```bash
2929
uv run client.py
3030
```
31+
32+
## Disclaimer
33+
34+
Users are responsible for their local environment and credential safety. Different language model selections
35+
may yield different results and performance.
36+
37+
All actions are performed with the permissions of the configured OCI CLI profile. We advise least-privilege
38+
IAM setup, secure credential management, safe network practices, secure logging, and warn against exposing secrets.

0 commit comments

Comments
 (0)