Content
# README.md
> before debug all example , please create .env file in the root
```
# .env
OPENAI_API_KEY=yours open ai key
DEEPSEEK_API_KEY=yours deepseek key
```
## example
- langgraph_mcp/index.ts: langgraph mcp demo
- langgraph
- plan_execute_agent_custom: custom simple `plan adn execute` agent
- plan_execute_agent_custom_task_limit: custom max replant count `plan adn execute` agent
- plan_execute_agent_default: official `plan adn execute` agent
## mcp example
> ./src/langgrah_mcp
```
step1: pnpm install
step2: npm install -g tsx
step3: tsx --watch ./src/langgrah_mcp/index.ts
```
You Might Also Like
Ollama
Ollama enables easy access to large language models on various platforms.

n8n
n8n is a secure workflow automation platform for technical teams with 400+...
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.

Dify
Dify is a platform for AI workflows, enabling file uploads and self-hosting.

Zed
Zed is a high-performance multiplayer code editor from the creators of Atom.
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.