Skip to content

Commit 0f26f5b

Browse files
authored
New cookbook - Supply-Chain Copilot with OpenAI Agent SDK and Databricks MCP Servers (#1935)
This walkthrough demonstrates how to build a supply‑chain copilot using the OpenAI Agent SDK and Databricks Managed MCP, highlighting Tracing, Guardrails, and seamless integration with enterprise data sources. It shows how an agent can blend structured inventory tables, forecasting models, graph‑based BOM logic, vector‑indexed e‑mails behind a single conversational interface, then surface the results through FastAPI and a React chat UI. Readers learn to authenticate against Databricks, expose Unity Catalog functions and Vector Search (Databricks vector index) as MCP tools, trace every call in the OpenAI dashboard, and enforce guardrails, all while keeping the underlying data governance intact.
1 parent 5d9219a commit 0f26f5b

File tree

7 files changed

+571
-0
lines changed

7 files changed

+571
-0
lines changed

authors.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,11 @@ alexl-oai:
377377
website: "https://www.linkedin.com/in/alex-lowden01/"
378378
avatar: "https://avatars.githubusercontent.com/u/215167546"
379379

380+
lara-openai:
381+
name: "Lara Rachidi"
382+
website: "https://www.linkedin.com/in/lara-rachidi/"
383+
avatar: "https://avatars.githubusercontent.com/u/208707651?v=4"
384+
380385
glojain:
381386
name: "Glory Jain"
382387
website: "https://www.linkedin.com/in/gloryjain/"

examples/mcp/databricks_mcp_cookbook.ipynb

Lines changed: 554 additions & 0 deletions
Large diffs are not rendered by default.
50.9 KB
Loading

images/databricks_mcp_ui.png

112 KB
Loading

images/pharma_network.png

236 KB
Loading
168 KB
Loading

registry.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@
4545
- functions
4646
- tracing
4747

48+
- title: Building a Supply-Chain Copilot with OpenAI Agent SDK and Databricks MCP Servers
49+
path: examples/mcp/mcp_tool_guide.ipynb
50+
date: 2025-07-08
51+
authors:
52+
- lara-openai
53+
tags:
54+
- agents
55+
- mcp
56+
- vector-search
57+
- supply-chain
58+
- databricks
59+
4860
- title: Eval Driven System Design - From Prototype to Production
4961
path: examples/partners/eval_driven_system_design/receipt_inspection.ipynb
5062
date: 2025-06-02

0 commit comments

Comments
 (0)