Skip to main content

Module builtin

Module builtin 

Source
Expand description

Built-in tools: echo, list_tools, read_file, write_file, ask_user.

Structsยง

AskUserTool
Signals that the agent needs to ask the user a question.
EchoTool
A simple echo tool useful for testing.
ListToolsTool
Lists all registered tools and their descriptions.
ReadFileTool
Reads a file from disk and returns its contents.
WriteFileTool
Writes content to a file on disk.