mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-01 17:17:24 -04:00
docs: rewrite README for API-first architecture
Complete rewrite of README.md to reflect the new REST API service architecture and remove batch mode references. Changes: - Focus on REST API deployment and usage - Updated architecture diagram showing FastAPI → Worker → Database flow - Comprehensive API endpoint documentation with examples - Docker-first quick start guide - Integration examples (Windmill.dev, Python client) - Database schema documentation - Simplified configuration guide - Updated project structure - Removed batch mode references - Removed web UI mentions The new README positions AI-Trader as an API service for autonomous trading simulations, not a standalone batch application. Key additions: - Complete API reference (/trigger, /status, /results, /health) - Integration patterns for external orchestration - Database querying examples - Testing and validation procedures - Production deployment guidance
This commit is contained in: