From 0f0ae607d3ffcc2c43c67536d8ac0bc16ce9998a Mon Sep 17 00:00:00 2001 From: sigoden Date: Tue, 10 Dec 2024 12:44:37 +0800 Subject: feat(agent): add json-viewer (#134) --- agents/json-viewer/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 agents/json-viewer/README.md (limited to 'agents/json-viewer/README.md') diff --git a/agents/json-viewer/README.md b/agents/json-viewer/README.md new file mode 100644 index 0000000..1b75169 --- /dev/null +++ b/agents/json-viewer/README.md @@ -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) \ No newline at end of file -- cgit v1.2.3