package
0.0.0-20250219065129-52aed497bc00
Repository: https://github.com/infinilabs/coco-server.git
Documentation: pkg.go.dev
# Functions
NewFinalStreamHandler creates a new instance of the AgentFinalStreamHandler struct.
# Variables
DefaultKeywords is map of the agents final out prefix keywords.
# Structs
No description provided by the author
CombiningHandler is a callback handler that combine multi callbacks.
LogHandler is a callback handler that prints to the standard output.
No description provided by the author
StreamLogHandler is a callback handler that prints to the standard output streaming.
# Interfaces
Handler is the interface that allows for hooking into specific parts of an LLM application.
HandlerHaver is an interface used to get callbacks handler.