Skip to content

Commit 41462a0

Browse files
committed
support LangGraph Studio for KabutoHelpdeskAgent
1 parent 3f54ec9 commit 41462a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

langgraph.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"."
44
],
55
"graphs": {
6-
"basic_workflow_agent": "template_langgraph.agents.basic_workflow_agent.agent:graph"
6+
"basic_workflow_agent": "template_langgraph.agents.basic_workflow_agent.agent:graph",
7+
"kabuto_helpdesk_agent": "template_langgraph.agents.kabuto_helpdesk_agent:graph"
78
},
89
"env": ".env"
910
}

template_langgraph/agents/kabuto_helpdesk_agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ def run(self, question: str) -> dict:
3636
]
3737
}
3838
)
39+
40+
41+
graph = KabutoHelpdeskAgent().agent

0 commit comments

Comments
 (0)