Verida AI Docs
  • Welcome
  • Getting Started
    • How it works
    • Developer Console
    • Get an API key
    • Authentication
    • Scopes
    • API Requests
    • Connectors
      • Build a Connector
    • Example Apps
  • Integrations
    • PersonalAgentKit
    • LangGraph
    • NEAR Protocol
    • Nillion Network
  • Data APIs
    • Overview
    • Data Types
    • API Endpoints
      • Queries
      • Search
      • AI Prompts
      • Actions
      • Other Endpoints
    • API Performance
    • Data examples
    • API Reference
  • Resources
    • Tutorials
      • Accessing User Data (Telegram)
    • Learn
      • Anatomy of an AI Agent
      • Dynamic Loading of Data for Realtime AI
      • Data Privacy Issues
      • Web3 & DePIN solves AI's privacy problems
      • Privacy Preserving AI Tech Stack
      • Confidential Compute Litepaper
    • AI Use Cases
    • Verida Vault
    • Privacy & Security
    • Pricing
    • Grants
    • Support
Powered by GitBook
On this page
Export as PDF
  1. Integrations

LangGraph

Learn about the LangGraph / LangChain tools for accessing private user data

PreviousPersonalAgentKitNextNEAR Protocol

Last updated 1 month ago

Our first release supports typescript LangGraph tools to easily integrate with any LangChain / LangGraph application.

You can locally run the to access your data stored in your Verida Vault to experiment and learn what is possible.

You can integrate these tools into your existing LangGraph / LangChain project, see the for example code snippets and instructions.

We currently only support typescript, but will gladly award a to anyone who implements a Python library.

README file for the LangGraph typescript tools library
grant
Command Line Chat Bot
Chatbot example using Verida PersonalAgentKit with Langchain