Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@
{
"group": "Tutorials",
"pages": [
"langsmith/autogen-integration",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to set up any redirect for this page? I'm not sure how popular it was, let me know and I can add that in once you've merged.

"langsmith/deploy-other-frameworks",
"langsmith/use-stream-react",
"langsmith/generative-ui-react"
]
Expand Down
4 changes: 2 additions & 2 deletions src/langsmith/app-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mode: wide
LangGraph provides the core abstractions and execution model, while LangSmith adds managed infrastructure, observability, deployment options, assistants, and concurrency controls—supporting the full lifecycle from development to production.

<Callout icon="cubes" color="#4F46E5" iconType="regular">
LangSmith Deployment is framework-agnostic: you can deploy agents built with LangGraph or [other frameworks](/langsmith/autogen-integration). To get started with LangGraph itself, refer to the [LangGraph quickstart](/oss/langgraph/quickstart).
LangSmith Deployment is framework-agnostic: you can deploy agents built with LangGraph or [other frameworks](/langsmith/deploy-other-frameworks). To get started with LangGraph itself, refer to the [LangGraph quickstart](/oss/langgraph/quickstart).
</Callout>

<CardGroup>
Expand Down Expand Up @@ -43,7 +43,7 @@ Streaming, human-in-the-loop, webhooks, and concurrency controls like double-tex
<Card
title="Tutorials"
cta="View tutorials"
href="/langsmith/autogen-integration"
href="/langsmith/deploy-other-frameworks"
icon="graduation-cap"
>
Step-by-step examples: AutoGen integration, streaming UI, and generative UI in React.
Expand Down
327 changes: 0 additions & 327 deletions src/langsmith/autogen-integration.mdx

This file was deleted.

Loading