mirror of
https://github.com/langchain-ai/sql-support-bot-starter.git
synced 2026-07-01 19:55:08 -04:00
31ff30496f
Simple starter code for building a customer support agent using LangGraph Studio. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
156 B
Plaintext
20 lines
156 B
Plaintext
.env
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
venv/
|
|
venv_*/
|
|
.DS_Store
|
|
*.db-journal
|
|
.vscode/
|
|
.idea/
|
|
.langgraph_api/
|