mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-20 00:46:22 -04:00
3254f71708
* fix(deepagents): remove orphaned ToolMessages for Gemini compatibility * Fix ToolMessages for Gemini compatibility --------- Co-authored-by: Christian Bromann <git@bromann.dev>
61 lines
685 B
Plaintext
61 lines
685 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
**/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
.yarn/cache
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
/dist
|
|
**/dist
|
|
/dist-examples
|
|
**/dist-examples
|
|
.turbo/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.idea
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
credentials.json
|
|
|
|
# LangGraph API
|
|
.langgraph_api
|
|
|
|
**/.claude/settings.local.json
|
|
|
|
# Agent OS
|
|
agent-os
|
|
.claude
|
|
|
|
# Sandbox workspace directory - created at runtime
|
|
sandbox-workspace/
|
|
coverage
|
|
workspace/ |