{ "devCommand": "uvicorn agentic_security.app:app --host 0.0.0.0 --port 3000", "builds": [ { "src": "agentic_security/app.py", "use": "@vercel/python" } ], "routes": [ { "src": "/(.*)", "dest": "agentic_security/app.py" } ] }