revert: re-enable identify_customer node in agent graph

- Move test.ipynb to tests/notebooks for RPC testing
This commit is contained in:
2026-03-18 22:38:05 -05:00
parent 949dacd59c
commit e9b8b21807
2 changed files with 43 additions and 2 deletions

View File

@@ -0,0 +1,41 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "f614f47a",
"metadata": {},
"outputs": [],
"source": [
"import asyncio\n",
"from fastmcp import Client\n",
"\n",
"MCP_SERVER_URL = \"http://192.168.58.109:3001/mcp\"\n",
"_MCP_CLIENT = Client(MCP_SERVER_URL)\n",
"\n",
"\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "naliiabot-X7BrBtpI-py3.13",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.11"
}
},
"nbformat": 4,
"nbformat_minor": 5
}