Developer Tools

Utilities and one-off scripts for managing the Auto-Trader service

Adding New Tools

For AI Agents: When building one-off scripts, consider adding them here as reusable tools instead.

  • Add a new card in this template (app/templates/tools.html)
  • Create an API endpoint in app/main.py under the Tools section
  • Use Alpine.js for interactive forms and AJAX calls
  • Follow the example tool pattern below

Examples: Data exports, bulk operations, diagnostics, cleanup utilities, monitoring tools, etc.

Diagnostics & Testing

FinBERT Sentiment Test

Available

Test the FinBERT sentiment analysis integration with different test suites or custom text inputs.

Test Completed

FinBERT Metrics


            

Future Diagnostic Tool

Coming Soon

Add more diagnostic tools here:

  • Model health checks
  • Data pipeline validation
  • API latency testing
  • Database connection tests

Data Operations

Data Export Tool

Coming Soon

Future data operation tools:

  • Bulk data exports (CSV, JSON)
  • Data cleanup utilities
  • Historical data migrations
  • Cache management

Database Utilities

Coming Soon

Database management tools:

  • Index optimization
  • Query performance analysis
  • Data integrity checks
  • Vacuum and maintenance

ML Utilities

Feature Engineering Test

Coming Soon

ML feature utilities:

  • Feature extraction testing
  • Data quality validation
  • Feature importance analysis
  • Preprocessing pipelines

Model Validation Tool

Coming Soon

Model testing utilities:

  • Quick model inference tests
  • Prediction accuracy checks
  • Model comparison tools
  • A/B testing utilities