mirror of
https://github.com/langchain-ai/langgraph-messaging-integrations.git
synced 2026-07-01 13:19:54 -04:00
11 lines
276 B
JSON
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"
|
|
}
|
|
}
|