Files
autocoder/server/__init__.py
2025-12-30 11:56:39 +02:00

9 lines
205 B
Python

"""
FastAPI Backend Server
======================
Web UI server for the Autonomous Coding Agent.
Provides REST API and WebSocket endpoints for project management,
feature tracking, and agent control.
"""