diff --git a/README.md b/README.md new file mode 100644 index 0000000..3edc166 --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +# 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.