A newer version of the Gradio SDK is available: 6.19.0
Trace Sharing
Borderless writes non-blocking JSONL tool traces to agent_traces/ by default.
These traces are ignored by git so local demos do not accidentally commit noisy
runtime files.
Each line includes:
- Timestamp
- Tool name
- Tool arguments
- Duration
- Truncated tool result
Use these traces to support the Build Small Sharing is Caring badge:
- Run a polished demo prompt in the Space or locally.
- Review the generated
agent_traces/borderless-YYYYMMDD.jsonlfile. - Remove any personal information from the user profile or tool results.
- Publish the sanitized trace as a Hugging Face dataset, gist, or appendix to a field-notes post.
Configuration:
BORDERLESS_TRACE_DIR: output directory, defaultagent_traces.BORDERLESS_DISABLE_TRACE_LOGS=1: disable trace logging.