Integrate with your agents
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
with nanomon_context.run(
discover_tools=True,
...
):
@nanomon(name="read_file") # where the name can be ommitted or replaced with one of your chooice
def read_file(file_path: str, max_lines: Optional[int] = None) -> str:
