6 Commits

Author SHA1 Message Date
Mason Daugherty c89e25a42b docs: fix PyPI casing (#3383)
Fix the casing of "PyPI" across docs and integration pages. The Python
Package Index spells it "PyPI" (capital P-y-capital-P-capital-I), but
several pages used "PyPi" instead.
2026-03-31 02:17:10 -04:00
Naomi Pentrel 9400910f29 add context engineering conceptual guide (#3263) 2026-03-24 14:17:54 +01:00
Mason Daugherty a196131588 oss(deepagents-cli): add custom subagents AGENTS.md file format (#3143)
Document the `AGENTS.md` file-based approach for defining custom
subagents in the Deep Agents CLI. CLI users can now define subagents as
markdown files with YAML frontmatter instead of writing them in code,
and optionally override the model per subagent for cost control.
2026-03-16 12:17:47 -04:00
Mason Daugherty ee189ae8ea chore: add vale rules for deep agents capitalization [closes DOC-859] (#3045)
## Description
Adds Vale terminology rules to enforce correct capitalization of "Deep
Agents". Catches common incorrect variants (`deep agents`, `Deep
agents`, `DeepAgents`, `deepagents`) and suggests the correct form.

Resolves DOC-859

## Test Plan
- [ ] Run `vale --config .vale.ini` against a test file with incorrect
variants to verify all four patterns are caught

---------

Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev>
2026-03-13 16:52:24 -04:00
Naomi Pentrel cd0af822a5 fix link text and url occurances (#3022) 2026-03-10 14:35:48 +01:00
Naomi Pentrel c25152658e chore: standardize prebuilt terminology and add vale linting (#2958) 2026-03-09 18:36:28 +01:00