Fast API server for toxicology prediction tools
GET /tools - List all tools (JSON)GET /run/{tool}?smiles=... - Run prediction (sync)POST /submit - Submit async jobGET /job/{id} - Get job statusGET /health - Health checkGET /resources - Memory & CPU usage for all daemonsGET /profile - Performance stats for all toolsGET /profile/{tool} - Performance stats for one toolGET /test - Test all tools with diverse SMILESGET /test/{tool} - Test one tool