langgraph_sdk

package module
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2025 License: MIT Imports: 8 Imported by: 0

README

LangGraph SDK for Go

LangGraph SDK is a Go library that simplifies interaction with the LangGraph API. This SDK provides clients to manage core resources such as Assistants, Threads, Runs, Cron Jobs, and Store.

Table of Contents


Installation

To use the LangGraph SDK, you need Go version 1.23.4 or higher. Add the SDK to your project by running the following command:

go get langgraph-sdk

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RESERVED_HEADERS = []string{"x-api-key"}
	Version          = "v1.0.5"
)

Functions

This section is empty.

Types

type LangGraphClient

type LangGraphClient struct {
	Assistants *client.AssistantsClient
	Threads    *client.ThreadsClient
	Runs       *client.RunsClient
	Crons      *client.CronsClient
	Store      *client.StoreClient
}

func GetClient

func GetClient(url string, apiKey string, headers map[string]string) *LangGraphClient

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL