workflowstacks

The marketplace for AI skills that launch offers, rank in AI search, and automate operations. No coding required.

๐•โšก๐Ÿ’ฌ

Marketplace

  • Browse Skills
  • AI Agents
  • Claude Skills
  • MCP Servers
  • Prompts

Solutions

  • For Founders
  • For Agencies
  • For Ecommerce
  • Agent Builder
  • Starter Packs
  • Playbooks

Learn

  • How It Works
  • What Are Skills
  • What Are Agents
  • What Is MCP
  • For Creators
  • Submit a Tool
  • Security

Company

  • Become a Creator
  • About
  • Enterprise
  • API Docs
  • Terms
  • Privacy
  • Support
Compatible with
๐Ÿค–ChatGPT
โœจClaude
๐Ÿ’ŽGemini
๐Ÿ›๏ธShopify
๐Ÿ”Ahrefs
๐Ÿ“ŠSheets
๐Ÿ’ฌWhatsApp
๐Ÿ“ฑMeta Ads
+50 moreCreator program โ†’

ยฉ 2026 WorkflowStacks. All rights reserved.

TermsPrivacySupport
ai-agent

Build Resilient AI Agents with Langgraphjs

Get a framework for language agents as graphs, ideal for founders building AI-powered tools, backed by 3.0k+ GitHub stars
2,994 stars501 forksTypeScriptQuality 9/10Updated 6/10/2026100% free ยท open source
What it does

Langgraphjs allows you to build and train language agents that can understand and respond to user input in a more flexible and resilient way by representing their knowledge as graphs.

When to use it
  • โ€ขWhen you need to create a conversational AI that can handle complex, open-ended user queries.
  • โ€ขWhen you want to build a language model that can learn from and adapt to new data and user interactions.
  • โ€ขWhen you're developing a chatbot or voice assistant that requires a high level of contextual understanding and conversational flow.
Quick start
  1. 1Install langgraphjs using npm by running `npm install langgraphjs` in your terminal.
  2. 2Import the library in your TypeScript project and create a new language agent using the `LangGraph` class.
  3. 3Define the nodes and edges of your graph by creating `Node` and `Edge` objects and adding them to your language agent.
  4. 4Train your language agent using a dataset of user interactions and evaluate its performance using metrics such as accuracy and F1 score.
Ready-to-paste prompt
const { LangGraph } = require('langgraphjs'); const graph = new LangGraph(); graph.addNode({ id: 'hello', text: 'Hello, how are you?' }); graph.addEdge({ from: 'hello', to: 'goodbye', text: 'Goodbye!' });
Saves to your device

Topics

agents
ai
artificial-intelligence
generative-ai
llm
node
typescript
What's inside โ€” free to inspect
No purchase needed

Read the entire source before you build โ€” unlike paid marketplaces that hide it behind a buy button.

14
top-level files
10
folders
38.2M
repo size
MIT
license
Key files
package.json
README.md
tsconfig.json
File tree
.changeset/
.devcontainer/
.github/
.vscode/
.yarn/
docs/
examples/
internal/
libs/
scripts/
.gitignore
.oxfmtrc.jsonc
.oxlintrc.jsonc
CLAUDE.md
CONTRIBUTING.md
deno.json
int-test-deps-docker-compose.yml
LICENSE
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
README.md
tsconfig.json
turbo.json
Quick Actions
Details
Creator
langchain-ai
Language
TypeScript
Category
ai-agent
Published
1/9/2024

Are you the creator of this tool? Claim your listing โ†’ and earn 85% of every sale.

Related skills

More ai-agent tools founders pair with this one.

ai-agentโ˜… 173,241
ollama: Run AI models
Get AI models up and running with ollama. For founders using Go and AI.
ai-agentโ˜… 168,458
Improve Code with andrej-karpathy-skills
Get better code behavior with andrej-karpathy-skills, 165k+ GitHub stars, for founders using LLMs.
ai-agentโ˜… 161,315
Transformers: AI Models
Get state-of-the-art machine learning models with Transformers, for startup founders, with 161k+ GitHub stars.
ai-agentโ˜… 104,971
Gemini CLI
An open-source AI agent that brings the power of Gemini directly into your terminal.
ai-agentโ˜… 82,731
Vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
ai-agentโ˜… 81,981
RAGFlow: Smarter LLM Context
Get a superior context layer for LLMs with RAGFlow, a retrieval-augmented generation engine, ideal for founders in AI, with 82k+ GitHub stars.