package
0.0.0-20250219065129-52aed497bc00
Repository: https://github.com/infinilabs/coco-server.git
Documentation: pkg.go.dev

# Structs

AgentAction is the agent's action to take.
AgentFinish is the agent's return value.
AgentStep is a step of the agent.
Document is the interface for interacting with a document.

# Interfaces

ChatMessageHistory is the interface for chat history in memory/store.
Memory is the interface for memory in chains.
OutputParser is an interface for parsing the output of an LLM call.
Retriever is an interface that defines the behavior of a retriever.