aboutsummaryrefslogtreecommitdiffstats
path: root/agents/sql/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-12-30 19:03:40 +0800
committerGitHub <noreply@github.com>2024-12-30 19:03:40 +0800
commit0a88f22df5235306e07a33d6f8b080db9c91bb7a (patch)
tree59b8d015f64cd23c856ad9f44920278efc5567b9 /agents/sql/README.md
parentf81a81711b1e35e16ed8be7062c14ae550da4adb (diff)
downloadllm-functions-docker-0a88f22df5235306e07a33d6f8b080db9c91bb7a.tar.gz
feat: add sql agent (#152)
Diffstat (limited to 'agents/sql/README.md')
-rw-r--r--agents/sql/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/agents/sql/README.md b/agents/sql/README.md
new file mode 100644
index 0000000..ea0e63c
--- /dev/null
+++ b/agents/sql/README.md
@@ -0,0 +1,7 @@
+# SQL
+
+An AI agent that helps you manage a SQL database.
+
+> The tool script uses [usql](https://github.com/xo/usql) to interact with SQL, it supports all mainstream databases.
+
+![image](https://github.com/user-attachments/assets/28bc1118-5f87-4571-a1c9-6c8cec4636d5)