Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Display API Documentation
function
from mcp_use.agents.display import log_agent_step
itemrequired Parameter value pretty_printdefault:"True" Parameter value
def log_agent_step(item, pretty_print = True):
from mcp_use.agents.display import log_agent_stream
chunkrequired Event dictionary from LangChain’s astream_events pretty_printdefault:"True" If True, use rich formatting. If False, do nothing.
def log_agent_stream(chunk, pretty_print = True):
Was this page helpful?