Skip to content

Commit ae4808a

Browse files
committed
Add reasoning example to lg platform python
1 parent bb6acba commit ae4808a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

typescript-sdk/apps/dojo/src/agents.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ export const agentsIntegrations: AgentIntegrationConfig[] = [
138138
deploymentUrl: envVars.langgraphPythonUrl,
139139
graphId: "tool_based_generative_ui",
140140
}),
141+
agentic_chat_reasoning: new LangGraphHttpAgent({
142+
url: `${envVars.langgraphPythonUrl}/agent/agentic_chat_reasoning`,
143+
}),
141144
};
142145
},
143146
},

0 commit comments

Comments
 (0)