feat(agent): add json-viewer (#134)

This commit is contained in:
sigoden
2024-12-10 12:44:37 +08:00
committed by GitHub
parent de2515ae1c
commit 0f0ae607d3
4 changed files with 71 additions and 0 deletions
+10
View File
@@ -0,0 +1,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)