feat: add sql agent (#152)

This commit is contained in:
sigoden
2024-12-30 19:03:40 +08:00
committed by GitHub
parent f81a81711b
commit 0a88f22df5
4 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ set -e
# @meta require-tools usql
# @env USQL_DSN! The database url, e.g. pgsql://user:pass@host/dbname
# @env USQL_DSN! The database connection url. e.g. pgsql://user:pass@host:port
# @env LLM_OUTPUT=/dev/stdout The output path
ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)}"