diff options
| author | sigoden <sigoden@gmail.com> | 2024-12-10 12:44:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 12:44:37 +0800 |
| commit | 0f0ae607d3ffcc2c43c67536d8ac0bc16ce9998a (patch) | |
| tree | 81ed685b7daf772a9b4090174a8f9449ccc0fb41 /agents/json-viewer/index.yaml | |
| parent | de2515ae1ce2baf7c6c21c81ec8f12053b868eb7 (diff) | |
| download | llm-functions-docker-0f0ae607d3ffcc2c43c67536d8ac0bc16ce9998a.tar.gz | |
feat(agent): add json-viewer (#134)
Diffstat (limited to 'agents/json-viewer/index.yaml')
| -rw-r--r-- | agents/json-viewer/index.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/agents/json-viewer/index.yaml b/agents/json-viewer/index.yaml new file mode 100644 index 0000000..82e6868 --- /dev/null +++ b/agents/json-viewer/index.yaml @@ -0,0 +1,5 @@ +name: Json-Viewer +description: An AI agent to view and filter json data +version: 0.1.0 +instructions: "" +dynamic_instructions: true
\ No newline at end of file |
