Skip to content

nirkaufman/deep-agents-starter

Repository files navigation

New LangGraph.js Project

Getting Started

  1. Install the LangGraph CLI.
npx @langchain/langgraph-cli
  1. Create a .env file. While this starter app does not require any secrets, if you later decide to connect to LLM providers and other integrations, you will likely need to provide API keys.
cp .env.example .env
  1. Install dependencies
npm install
  1. Start the LangGraph Server.
npm start
npx @langchain/langgraph-cli dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published