metadata
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 userPOST /auth/login- Login user
Agent Operations
POST /agent/run- Run any agent with promptPOST /agent/code- Generate code (SWE agent)POST /agent/browser- Browser automationPOST /agent/data- Data analysisGET /agents/list- List all agents
Status
GET /health- Health checkGET /cloudflare/status- Cloudflare status
Frontend
Architecture
- FastAPI REST API
- 4 specialized AI agents
- Cloudflare integration
- SQLite authentication