# supabase-trader-agent **Repository Path**: xledoo/supabase-trader-agent ## Basic Information - **Project Name**: supabase-trader-agent - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-30 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # supabase-trader-agent ## 快速开始 ```bash uv sync cp config.example.toml config.toml # 编辑 config.toml 填入实际配置 uv run main.py ``` ## 开发须知 克隆仓库后,执行以下命令激活 git hooks(自动自增 `AGENT_BUILD`): ```bash git config core.hooksPath .githooks ```