Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4bd2796
all
maahir30 Mar 4, 2026
bf1f9b0
redirects
maahir30 Mar 4, 2026
94e194c
vitest
maahir30 Mar 4, 2026
0bfbc30
cr
mdrxy Mar 5, 2026
9385e0f
Update src/oss/langchain/test/evals.mdx
maahir30 Mar 6, 2026
c69fb4d
Update src/oss/langchain/test/integration-testing.mdx
maahir30 Mar 6, 2026
ed15df9
Update src/oss/langchain/test/unit-testing.mdx
maahir30 Mar 6, 2026
b8fd760
fixes
maahir30 Mar 6, 2026
bdb2bd9
Merge branch 'main' into test-page-refactor
maahir30 Mar 6, 2026
e147d11
Update src/oss/langchain/test/unit-testing.mdx
maahir30 Mar 9, 2026
381ec35
Update src/oss/langchain/test/unit-testing.mdx
maahir30 Mar 9, 2026
8791bfa
Update src/oss/langchain/test/unit-testing.mdx
maahir30 Mar 9, 2026
0b67f4b
Update src/oss/langchain/test/unit-testing.mdx
maahir30 Mar 9, 2026
93910b6
fix
maahir30 Mar 10, 2026
cb7f132
add links for symbols
maahir30 Mar 10, 2026
cd2fc22
Update src/oss/langchain/test/integration-testing.mdx
maahir30 Mar 10, 2026
76ccdea
Update src/oss/langchain/test/integration-testing.mdx
maahir30 Mar 10, 2026
6cf789a
Merge branch 'main' into test-page-refactor
mdrxy Mar 11, 2026
7f7e186
Update src/oss/langchain/test/index.mdx
maahir30 Mar 11, 2026
2d86aa1
Update src/oss/langchain/test/index.mdx
maahir30 Mar 11, 2026
ec48174
Update src/oss/langchain/test/unit-testing.mdx
maahir30 Mar 11, 2026
745ca39
Update src/oss/langchain/test/unit-testing.mdx
maahir30 Mar 11, 2026
41b1be2
Update src/oss/langchain/test/integration-testing.mdx
maahir30 Mar 11, 2026
03c8634
Update src/oss/langchain/test/integration-testing.mdx
maahir30 Mar 11, 2026
e90049d
Update src/oss/langchain/test/integration-testing.mdx
maahir30 Mar 11, 2026
9d356f1
Update src/oss/langchain/test/integration-testing.mdx
maahir30 Mar 11, 2026
5fb979b
Update src/oss/langchain/test/evals.mdx
maahir30 Mar 11, 2026
209050d
Merge branch 'main' into test-page-refactor
maahir30 Mar 11, 2026
0fb0ef3
fix
maahir30 Mar 11, 2026
2c1025f
chore: trigger CI
maahir30 Mar 11, 2026
913dead
chore: trigger CI
maahir30 Mar 11, 2026
0059353
Merge branch 'main' into test-page-refactor
maahir30 Mar 11, 2026
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: 2 additions & 0 deletions pipeline/preprocessors/link_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class LinkMap(TypedDict):
"BaseChatModel.with_retry": "langchain_core/language_models/#langchain_core.language_models.BaseChatModel.with_retry",
# ??
"ChatPromptTemplate": "langchain-core/prompts/chat/ChatPromptTemplate",
"GenericFakeChatModel": "langchain-core/language_models/fake_chat_models/GenericFakeChatModel",
# Tools
"@tool": "langchain-core/tools/convert/tool",
"BaseTool": "langchain-core/tools/base/BaseTool",
Expand Down Expand Up @@ -501,6 +502,7 @@ class LinkMap(TypedDict):
"Command": "langchain-langgraph/index/Command",
"CompiledStateGraph": "langchain-langgraph/index/CompiledStateGraph",
"createAgent": "langchain/index/createAgent",
"fakeModel": "langchain/index/fakeModel",
"createDeepAgent": "deepagents/agent/createDeepAgent",
"createMiddleware": "langchain/index/createMiddleware",
"createReactAgent": "langchain-langgraph/prebuilt/createReactAgent",
Expand Down
36 changes: 34 additions & 2 deletions src/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,15 @@
"group": "Agent development",
"pages": [
"oss/python/langchain/studio",
"oss/python/langchain/test",
{
"group": "Test",
"pages": [
"oss/python/langchain/test/index",
"oss/python/langchain/test/unit-testing",
"oss/python/langchain/test/integration-testing",
"oss/python/langchain/test/evals"
]
},
"oss/python/langchain/ui"
]
},
Expand Down Expand Up @@ -1455,7 +1463,15 @@
"group": "Agent development",
"pages": [
"oss/javascript/langchain/studio",
"oss/javascript/langchain/test",
{
"group": "Test",
"pages": [
"oss/javascript/langchain/test/index",
"oss/javascript/langchain/test/unit-testing",
"oss/javascript/langchain/test/integration-testing",
"oss/javascript/langchain/test/evals"
]
},
"oss/javascript/langchain/ui"
]
},
Expand Down Expand Up @@ -1864,6 +1880,22 @@
"source": "/oss/javascript/deepagents/cli",
"destination": "/oss/javascript/deepagents/cli/overview"
},
{
"source": "/oss/python/langchain/test",
"destination": "/oss/python/langchain/test/index"
},
{
"source": "/oss/javascript/langchain/test",
"destination": "/oss/javascript/langchain/test/index"
},
{
"source": "/oss/python/langchain/evals",
"destination": "/oss/python/langchain/test/evals"
},
{
"source": "/oss/javascript/langchain/evals",
"destination": "/oss/javascript/langchain/test/evals"
},
{
"source": "/oss/python/deepagents/streaming",
"destination": "/oss/python/deepagents/streaming/overview"
Expand Down
2 changes: 1 addition & 1 deletion src/langsmith/cicd-pipeline-example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This guide demonstrates how to implement a comprehensive CI/CD pipeline for AI a
The CI/CD pipeline provides:

- <Icon icon="circle-check" /> **Automated testing**: Unit, integration, and end-to-end tests.
- <Icon icon="chart-line" /> **Offline evaluations**: Performance assessment using [AgentEvals](/oss/langchain/test), [OpenEvals](/langsmith/prebuilt-evaluators#setup) and [LangSmith](/langsmith/home).
- <Icon icon="chart-line" /> **Offline evaluations**: Performance assessment using [AgentEvals](/oss/langchain/test/evals), [OpenEvals](/langsmith/prebuilt-evaluators#setup) and [LangSmith](/langsmith/home).
- <Icon icon="rocket" /> **Preview and production deployments**: Automated staging and quality-gated production releases using the Control Plane API.
- <Icon icon="eye" /> **Monitoring**: Continuous evaluation and alerting.

Expand Down
247 changes: 0 additions & 247 deletions src/oss/langchain/evals.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/oss/langchain/guardrails.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -690,4 +690,4 @@ const agent = createAgent({
- [Middleware documentation](/oss/langchain/middleware) - Complete guide to custom middleware
- [Middleware API reference](https://reference.langchain.com/python/langchain/middleware/) - Complete guide to custom middleware
- [Human-in-the-loop](/oss/langchain/human-in-the-loop) - Add human review for sensitive operations
- [Testing agents](/oss/langchain/test) - Strategies for testing safety mechanisms
- [Testing agents](/oss/langchain/test/) - Strategies for testing safety mechanisms
2 changes: 1 addition & 1 deletion src/oss/langchain/middleware/custom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1529,4 +1529,4 @@ Use @[`SystemMessage.concat`] to preserve cache control metadata or structured c

- [Middleware API reference](https://reference.langchain.com/python/langchain/middleware/)
- [Built-in middleware](/oss/langchain/middleware/built-in)
- [Testing agents](/oss/langchain/test)
- [Testing agents](/oss/langchain/test/)
2 changes: 1 addition & 1 deletion src/oss/langchain/middleware/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Middleware exposes hooks before and after each of those steps:
<Card title="Middleware API reference" icon="book" href="https://reference.langchain.com/python/langchain/middleware/">
Complete API reference for middleware.
</Card>
<Card title="Testing agents" icon="scale" href="/oss/langchain/test">
<Card title="Testing agents" icon="scale" href="/oss/langchain/test/">
Test your agents with LangSmith.
</Card>
</CardGroup>
Loading
Loading