File size: 1,390 Bytes
88f3fce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---

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