agnes-the-ai-analyst/dev_scripts/README.md
Petr c56905d34f Initial commit: OSS data distribution platform
Open-source AI data analyst platform extracted from internal repo.
Includes data sync engine, Keboola adapter, Flask web portal,
server deployment scripts, and configuration templates.
2026-03-08 23:31:28 +01:00

678 B

Development Scripts

Development utilities for local testing without full production setup.

dev_run.py

Flask development server with authentication bypass for local testing.

Usage:

python3 dev_scripts/dev_run.py

Features:

  • Bypasses Google OAuth (no client ID/secret needed)
  • Direct catalog access: http://127.0.0.1:5000/dev-catalog
  • Uses local docs/metrics/ instead of /data/docs/metrics
  • Debug mode enabled
  • Hot reload on code changes

Quick Access:

Note: Only works in DEBUG mode (automatically enabled by script).