First commit

This commit is contained in:
--global
2025-08-13 20:09:31 -03:00
parent 71193f263a
commit f5445a7856

View File

@@ -89,6 +89,13 @@ Download and install the [requirements.txt](./files/requirements.txt) file using
## Understand the Code
You can download the source code here:
- [agent_over_mcp.py](./files/agent_over_mcp.py)
- [server_mcp.py](./files/server_mcp.py)
### Agent code
This script builds an OCI Operations Agent using LangChain, LangGraph, and the MCP protocol.