--- title: ORYNXML Complete Backend with Agents emoji: 🤖 colorFrom: blue colorTo: purple sdk: docker pinned: false --- # ORYNXML Complete Backend with AI Agents FastAPI backend with integrated AI agents for ORYNXML AI Platform. ## AI Agents ### 1. Manus Agent (Main) - Chat and conversation - Task execution - Tool orchestration - General AI capabilities ### 2. Software Engineer Agent (SWE) - Code generation (Python, JavaScript, etc.) - Code debugging and refactoring - Architecture design - Test generation ### 3. Browser Agent - Web scraping - Browser automation - Form filling - Navigation and interaction ### 4. Data Analysis Agent - Data visualization - Chart generation - Statistical analysis - Data transformation ## API Endpoints ### Authentication - `POST /auth/signup` - Register user - `POST /auth/login` - Login user ### Agent Operations - `POST /agent/run` - Run any agent with prompt - `POST /agent/code` - Generate code (SWE agent) - `POST /agent/browser` - Browser automation - `POST /agent/data` - Data analysis - `GET /agents/list` - List all agents ### Status - `GET /health` - Health check - `GET /cloudflare/status` - Cloudflare status ## Frontend https://orynxml-ai.pages.dev ## Architecture - FastAPI REST API - 4 specialized AI agents - Cloudflare integration - SQLite authentication