mirror of
https://github.com/hoshikawa2/agent_oci_automation.git
synced 2026-03-03 16:09:37 +00:00
First commit
This commit is contained in:
13
README.md
13
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": "/<path for your oci executable>/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)
|
||||
- **Author** - Cristiano Hoshikawa (Oracle LAD A-Team Solution Engineer)
|
||||
|
||||
Reference in New Issue
Block a user