Directories
¶
| Path | Synopsis |
|---|---|
|
examples
|
|
|
app-editor
command
Package main defines a CLI for trying out the ReAct concept.
|
Package main defines a CLI for trying out the ReAct concept. |
|
prompt
command
|
|
|
pkg
|
|
|
agents
Package agents holds the logic for the ReAct agent.
|
Package agents holds the logic for the ReAct agent. |
|
parsers
Package parsers contains an interface Parser and implementations used to parse the output of the LLM.
|
Package parsers contains an interface Parser and implementations used to parse the output of the LLM. |
|
parsers/testing
Package testing provides a fake parser for testing.
|
Package testing provides a fake parser for testing. |
|
predictors
Package predictors has an interface Predictor that is used to predict responses from the LLM.
|
Package predictors has an interface Predictor that is used to predict responses from the LLM. |
|
predictors/testing
Package testing contains testing utilities for the predictors package.
|
Package testing contains testing utilities for the predictors package. |
|
prompters
Package prompters contains an interface Prompter and implementation that are used to hydrate prompts sent to a LLM using structured types.
|
Package prompters contains an interface Prompter and implementation that are used to hydrate prompts sent to a LLM using structured types. |
|
prompters/testing
Package testing contains the fake prompter for testing.
|
Package testing contains the fake prompter for testing. |
|
tools
Package tools is the base package of the supported tools.
|
Package tools is the base package of the supported tools. |
Click to show internal directories.
Click to hide internal directories.