Files
langgraph-messaging-integra…/langgraph.json
T
William Fu-Hinthorn f2bc31c3f0 Update comment
2025-04-17 08:12:07 -07:00

11 lines
276 B
JSON

{
"$schema": "https://raw.githubusercontent.com/langchain-ai/langgraph/refs/heads/main/libs/cli/schemas/schema.json",
"dependencies": ["."],
"graphs": {
"chat": "./src/graphs/agent.py:my_agent"
},
"http": {
"app": "./src/langgraph_slack/server.py:APP"
}
}