·langgraph-functional
</>

langgraph-functional

yonatangross/skillforge-claude-plugin

LangGraph-Funktions-API mit @entrypoint- und @task-Dekoratoren. Verwenden Sie es beim Erstellen von Workflows mit dem modernen LangGraph-Muster und ermöglichen Sie parallele Ausführung, Persistenz und Human-in-the-Loop.

4Installationen·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill langgraph-functional

SKILL.md

LangGraph Functional API Build workflows using decorators instead of explicit graph construction.

| API Style | Functional over Graph | Simpler debugging, familiar Python patterns, implicit graph construction | | Task Returns | Futures with .result() | Enables parallel execution without explicit async/await | | Checkpointing | Optional per-entrypoint | Flexibility for stateless vs. resumable workflows |

| Human-in-Loop | interrupt() function | Clean pause/resume semantics with Command pattern |

LangGraph-Funktions-API mit @entrypoint- und @task-Dekoratoren. Verwenden Sie es beim Erstellen von Workflows mit dem modernen LangGraph-Muster und ermöglichen Sie parallele Ausführung, Persistenz und Human-in-the-Loop. Quelle: yonatangross/skillforge-claude-plugin.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill langgraph-functional
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist langgraph-functional?

LangGraph-Funktions-API mit @entrypoint- und @task-Dekoratoren. Verwenden Sie es beim Erstellen von Workflows mit dem modernen LangGraph-Muster und ermöglichen Sie parallele Ausführung, Persistenz und Human-in-the-Loop. Quelle: yonatangross/skillforge-claude-plugin.

Wie installiere ich langgraph-functional?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill langgraph-functional Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/yonatangross/skillforge-claude-plugin