Edited using Gemini code.

╭─────────────────────────────────────╮
│                                     │
│  Agent powering down. Goodbye!      │
│                                     │
│                                     │
│  Cumulative Stats (2 Turns)         │
│                                     │
│  Input Tokens              792,501  │
│  Output Tokens              12,280  │
│  Thoughts Tokens             5,295  │
│  ─────────────────────────────────  │
│  Total Tokens              810,076  │
│                                     │
│  Total duration (API)       4m 17s  │
│  Total duration (wall)  3h 40m 47s  │
│                                     │
╰─────────────────────────────────────╯
This commit is contained in:
yuanhau 2025-06-27 00:44:39 +08:00
parent 6fcf93ab5e
commit 885303b565
4 changed files with 220 additions and 12 deletions

View file

@ -10,7 +10,9 @@
# Install dependencies
RUN bun pm untrusted
RUN bun install
RUN bun install
RUN apt-get update && apt-get install -y postgresql-client
# Copy source files
COPY . .