From 71193f263aa141ad97eee8e822f2ac10df18bb78 Mon Sep 17 00:00:00 2001 From: --global Date: Wed, 13 Aug 2025 20:07:44 -0300 Subject: [PATCH] First commit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bb259d..98d2ffa 100644 --- a/README.md +++ b/README.md @@ -692,6 +692,17 @@ if __name__ == "__main__": ## Test the Code +Config the parameters on the file [config](./files/config) + +```json +{ + "oci_profile": "DEFAULT", + "compartment_id": "ocid1.compartment.oc1..aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "llm_endpoint": "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com", + "OCI_CLI_BIN": "//oci" +} +``` + Run the code with: python agent_over_mcp.py @@ -710,4 +721,4 @@ And see in OCI Console: ## Acknowledgments -- **Author** - Cristiano Hoshikawa (Oracle LAD A-Team Solution Engineer) \ No newline at end of file +- **Author** - Cristiano Hoshikawa (Oracle LAD A-Team Solution Engineer)