You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai-agents/langchain-agent/README.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ifndef::env-site[]
12
12
:imagesdir: ../../docs/modules/ai-agents/images/
13
13
endif::[]
14
14
15
-
This lab demonstrates how to build a Python agent using https://langchain-ai.github.io/langgraph/[LangGraph] that connects to the Redpanda AI Gateway for unified LLM access and MCP tool calling, with optional https://www.langchain.com/langsmith[LangSmith] tracing.
15
+
This lab demonstrates how to build a Python agent using https://langchain-ai.github.io/langgraph/[LangGraph^] that connects to the Redpanda AI Gateway for unified LLM access and MCP tool calling, with optional https://www.langchain.com/langsmith[LangSmith^] tracing.
16
16
17
17
After completing this lab, you will be able to:
18
18
@@ -29,11 +29,11 @@ After completing this lab, you will be able to:
29
29
== Prerequisites
30
30
31
31
* Python 3.12 or later
32
-
* https://python-poetry.org/[Poetry] for dependency management
32
+
* https://python-poetry.org/[Poetry^] for dependency management
33
33
* A Redpanda Cloud account with:
34
34
** A cluster that has the AI Gateway enabled
35
35
** A service account with permissions to access the cluster
36
-
* (Optional) A https://www.langchain.com/langsmith[LangSmith] API key for tracing
36
+
* (Optional) A https://www.langchain.com/langsmith[LangSmith^] API key for tracing
0 commit comments