v1/

directory
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2026 License: MIT

Directories

Path Synopsis
Package agents implements a LangChain-v1 style unified agent framework for Go, built on the state-graph engine and the middleware system.
Package agents implements a LangChain-v1 style unified agent framework for Go, built on the state-graph engine and the middleware system.
Package cache implements a caching framework for LLM responses, mirroring langchain-core's caches.
Package cache implements a caching framework for LLM responses, mirroring langchain-core's caches.
Package chatloaders implements chat session loaders, mirroring langchain-core's chat_loaders module.
Package chatloaders implements chat session loaders, mirroring langchain-core's chat_loaders module.
Package crossencoders implements a cross-encoder abstraction for reranking document pairs, mirroring langchain-core's cross_encoders module.
Package crossencoders implements a cross-encoder abstraction for reranking document pairs, mirroring langchain-core's cross_encoders module.
Package documentloaders implements document loaders that turn various file formats into text documents, mirroring langchain's document_loaders module.
Package documentloaders implements document loaders that turn various file formats into text documents, mirroring langchain's document_loaders module.
Package graph implements a LangGraph-style state graph engine for Go.
Package graph implements a LangGraph-style state graph engine for Go.
Package indexing implements a LangChain-style indexing module that tracks which documents have already been indexed, so unchanged content is not re-written to a vector store on repeat runs.
Package indexing implements a LangChain-style indexing module that tracks which documents have already been indexed, so unchanged content is not re-written to a vector store on repeat runs.
Package modelprofile provides an init_chat_model-style registry and resolver for the v1 agent framework.
Package modelprofile provides an init_chat_model-style registry and resolver for the v1 agent framework.
Package outputparsers implements composable output parsers for structured model output, mirroring langchain's output_parsers module.
Package outputparsers implements composable output parsers for structured model output, mirroring langchain's output_parsers module.
Package runnables implements a LangChain-v1 style runnable (LCEL) core for Go.
Package runnables implements a LangChain-v1 style runnable (LCEL) core for Go.
Package structured implements a LangChain-v1 style structured output framework for Go.
Package structured implements a LangChain-v1 style structured output framework for Go.

Jump to

Keyboard shortcuts

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