·langgraph-functional
</>

langgraph-functional

yonatangross/orchestkit

LangGraph Functional API with @entrypoint and @task decorators. Use when building workflows with the modern LangGraph pattern, enabling parallel execution, persistence, and human-in-the-loop.

12Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --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 Functional API with @entrypoint and @task decorators. Use when building workflows with the modern LangGraph pattern, enabling parallel execution, persistence, and human-in-the-loop. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill langgraph-functional
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is langgraph-functional?

LangGraph Functional API with @entrypoint and @task decorators. Use when building workflows with the modern LangGraph pattern, enabling parallel execution, persistence, and human-in-the-loop. Source: yonatangross/orchestkit.

How do I install langgraph-functional?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill langgraph-functional Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit