69 строки
973 B
Markdown
69 строки
973 B
Markdown
# DevConsole
|
|
|
|
AI-driven orchestration platform for automatic development and testing of:
|
|
|
|
- websites;
|
|
- backend services;
|
|
- Linux servers;
|
|
- Android/Flutter applications.
|
|
|
|
## Stack
|
|
|
|
- FastAPI
|
|
- OpenAI Responses API
|
|
- SQLite/PostgreSQL
|
|
- Docker
|
|
- Android SDK
|
|
- Flutter SDK
|
|
- Git integration
|
|
- WebSocket live logs
|
|
|
|
## Planned modules
|
|
|
|
- AI Agent Orchestrator
|
|
- Workspace Manager
|
|
- Android Builder
|
|
- Git Automation
|
|
- Release Assistant
|
|
- Live Console
|
|
- Snapshot/Rollback Engine
|
|
- Persistent Dialog Database
|
|
- Task Queue
|
|
- Device Launcher
|
|
- SSH Runner
|
|
|
|
## Architecture
|
|
|
|
```text
|
|
frontend/
|
|
backend/
|
|
workers/
|
|
storage/
|
|
projects/
|
|
logs/
|
|
```
|
|
|
|
## Initial roadmap
|
|
|
|
### v0.1.0
|
|
|
|
- backend skeleton;
|
|
- OpenAI API integration;
|
|
- task execution;
|
|
- workspace system;
|
|
- live logs;
|
|
- persistent history.
|
|
|
|
### v0.2.0
|
|
|
|
- Android APK builder;
|
|
- GitHub integration;
|
|
- automatic testing;
|
|
- rollback snapshots.
|
|
|
|
### v0.3.0
|
|
|
|
- multi-agent orchestration;
|
|
- AI release assistant;
|
|
- autonomous pipelines.
|