You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation with all required template headers.
- Include exact headers: Overview, Setup, Instantiation, Invocation, Use within an agent, API reference
- Follow LangChain tools template validation requirements
- Provide usage examples and installation instructions
"source": "## Use within an agent\n\nMonitor integration health in real-time:"
84
+
},
85
+
{
86
+
"cell_type": "code",
87
+
"execution_count": null,
88
+
"id": "34bb5968",
89
+
"metadata": {},
90
+
"outputs": [],
91
+
"source": [
92
+
"# Launch dashboard\n",
93
+
"# !streamlit run -m langchain_integration_health.dashboard.app\n",
94
+
"print(\"Dashboard available at http://localhost:8501\")"
95
+
]
96
+
},
97
+
{
98
+
"cell_type": "markdown",
99
+
"id": "vp8foz8rzv",
100
+
"source": "## API reference\n\nFor detailed documentation of all features head to the [GitHub repository](https://github.com/sadiqkhzn/langchain-integration-health).",
0 commit comments