cleanup - removing ai agent for deterministic code and better formatting

This commit is contained in:
C-West8
2026-07-22 15:27:51 -05:00
parent 5c9f30b1cf
commit 4e6ed044a9
13 changed files with 396 additions and 527 deletions

View File

@@ -5,14 +5,6 @@
# When running via docker-compose, this is set for you in docker-compose.yml.
DATABASE_URL=postgres://sde:sde_password@localhost:5432/sde_toolkit
# --- Anthropic API (for the "AI draft" feature) ---
# Get a key from https://console.anthropic.com/ . Without it, the AI button
# fails politely and everything else keeps working.
ANTHROPIC_API_KEY=
# Model used for AI drafting.
ANTHROPIC_MODEL=claude-sonnet-5
# --- Server ---
PORT=3000