deepagentsjs
https://github.com/langchain-ai/deepagentsjs
TypeScript
Deep Agents in JS
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported1 Subscribers
Add a CodeTriage badge to deepagentsjs
Help out
- Issues
- fix(deepagents): use file_path in read_file prompt examples
- fix(deepagents): base64-encode binary FileData content in StoreBackend store values
- fix(deepagents): edit_file reports initial-content write, not '0 occurrence(s)', on empty files
- Filesystem permission layer matches globs against a non-canonical path: an intermediate symlinked directory bypasses `allow`/`deny` rules (directory traversal)
- Filesystem permission layer is POSIX-`/`-only: a Windows real working directory (`D:\...`) cannot be expressed as a permission glob, forcing consumers into virtualMode
- formatContentWithLineNumbers splits surrogate pairs in read_file output → invalid UTF-16 (Anthropic 400 "no low surrogate in string")
- fix(deepagents): keep surrogate pairs intact when chunking long lines
- read_file emits file/document blocks for non-document MIME types (e.g. application/octet-stream), causing Anthropic 400 media_type errors
- Bug: SummarizationMiddleware internal model call tokens leak into `agent.stream()` output
- agent.streamEvents missing output in browser
- Docs
- TypeScript not yet supported