Module formatters

Module formatters 

Source
Expand description

Formatting utilities for the ReAct pattern implementation.

This module provides helper functions for formatting context and tool information into human-readable strings for LLM prompts.

Functionsยง

format_available_tools
Format the available tools into a readable list.
format_current_context
Format the current context into a readable string.