langchain

package
v0.0.0-...-a981527 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package langchain provides a framework plugin for LangChain agent projects.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct{}

Plugin is the LangChain framework plugin.

func (*Plugin) DetectProject

func (p *Plugin) DetectProject(dir string) (bool, error)

DetectProject checks for LangChain markers in the project directory.

func (*Plugin) ExtractAgentConfig

func (p *Plugin) ExtractAgentConfig(dir string) (*plugins.AgentConfig, error)

ExtractAgentConfig scans Python files for LangChain patterns.

func (*Plugin) GenerateWrapper

func (p *Plugin) GenerateWrapper(config *plugins.AgentConfig) ([]byte, error)

GenerateWrapper renders the LangChain A2A wrapper template.

func (*Plugin) Name

func (p *Plugin) Name() string

func (*Plugin) RuntimeDependencies

func (p *Plugin) RuntimeDependencies() []string

RuntimeDependencies returns LangChain pip packages.

Jump to

Keyboard shortcuts

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