Commit Graph

4157 Commits

Author SHA1 Message Date
Connor Braa 9a96ba3e08 docs: add re-encryption flags 2026-08-25 09:46:28 -07:00
Connor Braa d3047d7c53 docs: clarify encryption rotation 2026-08-24 12:15:53 -07:00
Connor Braa 4c7157e811 docs: lead with encryption context handler 2026-08-24 12:00:55 -07:00
Connor Braa cde22554b3 docs: add re-encryption observability 2026-08-24 09:26:47 -07:00
Connor Braa a04c62cc86 docs: document encryption key rotation 2026-08-24 09:19:37 -07:00
Naomi Pentrel 2513e2589a docs: explain OpenWiki coding agent discovery [closes DOC-1464] (#5382)
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-08-07 18:23:06 +02:00
Kathryn May 2dd18f2f6f edit styles fixes for sh Engine (#5355)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 18:19:28 +02:00
Connor Braa 946c16839a fix: clarify TTL behavior for existing threads (#5247)
Made by [Open
SWE](https://openswe.vercel.app/agents/79d4133c-7299-80a7-bf04-ec14bab774b8)

Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-08-07 18:17:22 +02:00
bensynapse 9349b1712d docs: add Live Tennis API integration (#5122)
Co-authored-by: Ben <ben@ben-is-a.dev>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 18:13:42 +02:00
Joseph Perla 8183140ecd docs: add TrustedRouter provider page (Python) (#5018)
Co-authored-by: Joseph Perla <gh@jperla.com>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 18:05:08 +02:00
Volodymyr Tkachuk ab22a56b29 docs: Update docs for SingleStore integrations (#3508)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-07 17:55:45 +02:00
Mukil Loganathan 2d10c35eb1 docs(langsmith): document self-hosted auth for the CLI (#5303)
Co-authored-by: LangSmith Fleet <bot@langchain.dev>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 17:55:27 +02:00
Mukil Loganathan 6d4099be29 fix: clarify Redis cluster IAM version support (#5063)
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-08-07 17:42:38 +02:00
hushengquan 0937065e51 docs: Add Tencent Cloud CosVectors integration documentation (#3552)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 17:30:18 +02:00
Naomi Pentrel c9b7caa1c5 docs: list Hashlock as external tools integration (#5381)
Co-authored-by: Baris Sozen <31259058+BarisSozen@users.noreply.github.com>
2026-08-07 16:54:40 +02:00
Winston-Huynh-LangChain 5c003402c6 docs: align Messages view wording with the trajectory concept (#5357) 2026-08-07 16:42:09 +02:00
Naomi Pentrel a80ddee32d docs: list Aidress as external tools integration (#5379)
Co-authored-by: Mehul Vig <mehulvig24@gmail.com>
2026-08-07 16:39:47 +02:00
Naomi Pentrel 24615c775e fix: surface dynamic subagents under delegation (#5374)
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-08-07 16:38:27 +02:00
Florence Morris 2f9e4c6723 Reconcile MDA docs with public beta changes (#5329)
Follow-up cleanup branch for PR #5262, based on the current
`fjmorris/DOC-1403` branch. These commits were verified against
`managed-deepagents==0.5.0.dev89`.

Commit 1 updates the Managed Deep Agents docs to match the public beta
identity model: identity scopes memory and credentials, threads are
always user-owned, and organization-scoped identity/memory is no longer
documented. It removes the outdated identity scope explorer and updates
related MDA docs and snippets.

Commit 2 updates the Slack connector docs for BYOK app setup: users
bring their own Slack app, configure `SLACK_SIGNING_SECRET` and
`SLACK_BOT_TOKEN`, and point Events API requests at
`/connectors/slack/events`. It removes stale managed Slack app
provisioning claims from the Slack connector page, connector overview,
CLI reference, and deploy docs.

Commit 3 refreshes the integrations catalog and `mda connect` docs for
the current public beta behavior: the catalog now matches `mda connect
--list`, includes marketplace MCP connectors such as Notion, Cloudflare,
Neon, Netlify, Prisma, Vanta, and Close, and documents OAuth,
secret-backed, credential-free, and BYOK Slack setup. It also updates
the CLI flag table and uses `LANGSMITH_WORKSPACE_ID` for tool server
routing.

Commit 4 reconciles the CLI reference with the current public beta
command surface: it adds `mda build`, `mda logs`, and `mda delete` /
`mda destroy`, documents current `mda init` flags, fixes `mda dev
--no-browser`, removes stale `mda deploy --host-url`, and corrects
deploy/log/delete defaults.

Commit 5 runs a cross-page consistency cleanup after the identity,
Slack, integrations, and CLI updates: it removes stale channels
terminology from the overview, replaces tenant wording with organization
wording, and cleans up generic ingress language while preserving literal
`MDA_INGRESS_SECRET` and `X-MDA-Ingress-Secret` names.

Commit 6 fixes the MDA identity page markup found during validation by
removing duplicate closing `Card` / `CardGroup` tags. Validation passed
with `make lint_prose`, `make broken-links`, and `make
broken-links-with-anchors`.

Commit 7 updates the MDA install and release-stage wording: Python
install examples now use `uv tool install --prerelease allow
managed-deepagents`, and access/release-stage copy now says public beta
instead of private beta across the overview, deploy, middleware,
quickstart, and shared snippets.

---------

Co-authored-by: Christian Bromann <git@bromann.dev>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Co-authored-by: victorm-lc <victor@langchain.dev>
2026-08-07 07:35:55 -07:00
langsmith-fleet[bot] 8ea0ecb8e8 Add AgentState section to agents page for discoverability (#5163)
Co-authored-by: Docs Writer <brace@langchain.dev>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 16:17:10 +02:00
baturhantasdelen-sudo eeb2e574e3 feat(docs): add Nexus Shield provider integration guide (#5246)
Co-authored-by: baturhantasdelen-sudo <baturhantasdelen-sudo@users.noreply.github.com>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 15:57:36 +02:00
langsmith-fleet[bot] efb98d6b07 Add deepagents install note for middleware code snippets on agents page (#5162)
Co-authored-by: Docs Bot <docs-bot@langchain.dev>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 15:20:29 +02:00
axcpeter 1f054c90aa docs: add OpenTTT callback integration page (#5279)
Co-authored-by: Heime Jorgen <heime.jorgen@proton.me>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 15:19:59 +02:00
langsmith-fleet[bot] 3d96d4b5c3 Surface Deep Agents as an option on the LangChain agents page (#5161)
Co-authored-by: Docs Bot <brace@langchain.dev>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 15:11:01 +02:00
Naomi Pentrel c28352ded6 docs: list LangChain Replay as external provider (#5377)
Co-authored-by: Ekaterina Nikonova <ekaterina@sixty-north.com>
2026-08-07 15:05:30 +02:00
Naomi Pentrel 4b7ad4f377 fix: scope middleware guidance by language [closes DOC-1504] (#5376)
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-08-07 15:01:48 +02:00
Aaron Shaw 85e1686c57 docs: add Duel Agents chat integration (langchain-duel) (#4326)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 14:59:00 +02:00
Kathryn May bb1814d02e Remove last mention of docker in external docs for clickhouse (#5356) 2026-08-07 14:51:29 +02:00
Kathryn May 115768d79a Update oss card for deploy homepage (#5359)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 14:40:26 +02:00
Naomi Pentrel cc270b76c6 docs: list TealTiger as external middleware integration (#5375) 2026-08-07 14:37:11 +02:00
Naomi Pentrel f0c3169746 chore: add Python gateway environment setup (#5373)
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-08-07 14:32:32 +02:00
github-actions[bot] c7c8efffb8 chore: refresh LangSmith platform OpenAPI spec (#5370) 2026-08-07 13:38:50 +02:00
Naomi Pentrel 73719a27f9 docs: link annotation queue output rendering (#5371)
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-08-07 13:36:10 +02:00
Mythacker 3e6076883f docs: add vecr-compress integration provider page (#3677)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 13:31:40 +02:00
Conrad dc5d1ced50 fix: create .bin/vale on the macOS Homebrew install path (#5372) 2026-08-07 13:29:11 +02:00
Will.hou 11ccabef93 docs: add Signet integration (callbacks + provider) (#3645)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 13:24:56 +02:00
Dhruv Nandakumar 5c3501d955 add Nvidia switchyard documentation integration (#5358)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 12:50:00 +02:00
LamboPoewert 96122c8db0 docs: add MadeOnSol tools integration page (Python) (#4337)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 12:44:11 +02:00
Sahil Sunny 5d8d57fa47 docs: add ScrapingBee (#1880)
Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 12:23:10 +02:00
Eli Verdun 31a05304fc fix: clarify production standalone deployment safeguards (#5201)
Co-authored-by: Eli Verdun <290473658+eli-verdun@users.noreply.github.com>
2026-08-07 12:19:48 +02:00
dependabot[bot] 686685ca31 build(deps): bump js-yaml from 4.2.0 to 4.3.1 in /src/code-samples in the npm_and_yarn group across 1 directory (#5369)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-07 12:06:29 +02:00
SpiliosDmk 15ad0fc06d docs: fix broken/typo'd streaming links in evaluate-complex-agent.mdx (#5365)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 11:39:09 +02:00
Conrad f5dc007021 Add langchain-erc20 to the integrations overview (#5368)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 11:36:35 +02:00
dependabot[bot] 8dd108bcf9 build(deps): bump the uv group across 1 directory with 3 updates (#5361)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-07 11:32:52 +02:00
Naomi Pentrel dc9d71d975 docs: list TempGuru as external tools integration (#5354)
Co-authored-by: Megan Hayward <megan@tempguru.co>
2026-08-07 11:28:20 +02:00
SpiliosDmk a154fa59b1 docs: fix stale pre-migration link in agent-auth.mdx (#5364) 2026-08-07 11:26:23 +02:00
Ari Aye f727b0750f Add Dewey integration (retriever, vector store, research tool) (#3436)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 11:24:46 +02:00
Devi Parikh b3ffe3ccc4 docs: add Yutori provider page (#3905)
Co-authored-by: Devi Parikh <devi@yutori.ai>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 11:14:22 +02:00
petterlindstrom79 80d6032104 docs: add langchain-strale integration — business data & compliance (#3445)
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-07 11:07:48 +02:00
Quert b57dd4f86c docs: list published Apertis LangChain integration (#5366) 2026-08-07 10:59:21 +02:00