aboutsummaryrefslogtreecommitdiffstats
path: root/agents/json-viewer/README.md
blob: 1b7516980c8ee9b3cd72653e9b2f83c81e9aa9e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Json-Viewer

An AI agent to view and filter json data

The agent only sends the JSON schema instead of the JSON data to the LLM, which has the following advantages:

- Less data transmission, faster response speed, and lower token costs.
- More privacy, as no actual JSON data is transmitted.

![json-viewer](https://github.com/user-attachments/assets/3ae126f4-d741-4929-bf70-640530ccdfd8)