smallnestsmallnestCommunity·4 Agent Skills Included

langgraphgo

Build stateful multi-step agent workflows in Go

Builds graph-based agent workflows in Go with parallel execution, streaming, checkpointing, and human-in-the-loop controls. Eliminates the pain of wiring state management, retries, and multi-agent coordination by hand. Ships with pre-built ReAct, Supervisor, and planning agents plus 90+ runnable examples to speed up development.
npx skills add smallnest/langgraphgo --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install langgraphgo?

Run `npx skills add smallnest/langgraphgo --all -g -y` in your terminal to install all skills in this suite globally.

What is LangGraphGo used for?

It is a Go library for building stateful, graph-based agent workflows, similar to Python's LangGraph. It supports parallel node execution, checkpointing, streaming, and human-in-the-loop pauses.

Does LangGraphGo support pre-built agents?

Yes. It includes ready-to-use ReAct, Supervisor, and planning agent factories, plus Programmatic Tool Calling to cut latency and token usage.

Can I persist and resume workflow state?

Yes. It offers Redis, Postgres, SQLite, and file-based checkpointers so you can pause, recover, and resume executions from saved state.

Which LLM providers does LangGraphGo support?

It has native OpenAI and OpenAI Responses providers plus Doubao and Qwen, and it stays compatible with langchaingo through a thin adapter.

Related Repositories in Software Engineering

View All in Software Engineering