mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-14 15:10:20 +00:00
## Related Issue Fixes #58 ## Changes Made This PR adds the following changes: <!-- List the key changes made in this PR --> - I added an examples directory with a README file which can be used to list templates, projects and examples built by the team and community ## Implementation Details <!-- Provide technical details about the implementation --> - The template link contained in the README is a template I created using the Nextjs and Langchain template. - The template includes a proper implementation of the Solana Agent Kit and Langchain response streaming. ## Additional Notes <!-- Any additional information that reviewers should know --> I believe that examples should be left out of library repos, not just because of bundle size but because the repo itself can get quite big and maintaining a monorepo never scales well. ## Checklist - [x] I have tested these changes locally - [x] I have updated the documentation