Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing dependencies for agent-kit-langgraph #280

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Mameta29
Copy link

Description

Add missing dependencies to examples/agent-kit-langgraph/package.json:

  • @langchain/openai: Required for LangChain integration
  • @solana/web3.js: Required for Solana blockchain interaction

Changes Made

  • Added @langchain/openai v0.4.4
  • Added @solana/web3.js v1.98.0

Testing

  • Confirmed that the application starts successfully with pnpm dev src/index.ts
  • Verified that both packages are properly resolved

Additional Notes

This PR fixes the following errors that were occurring:

  • ERR_MODULE_NOT_FOUND: Cannot find package '@langchain/openai'
  • ERR_MODULE_NOT_FOUND: Cannot find package '@solana/web3.js'

Checklist

  • I have read the CONTRIBUTING.md document
  • My code follows the code style of this project
  • My commits follow conventional commit format

- Add @langchain/openai for LangChain integration
- Add @solana/web3.js for Solana blockchain interaction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant