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 ¶
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) RuntimeDependencies ¶
RuntimeDependencies returns LangChain pip packages.
Click to show internal directories.
Click to hide internal directories.