mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-30 14:22:04 +00:00
9 lines
205 B
Python
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.
|
|
"""
|