# Digital Employee Platform 数字员工平台后端服务。 ## 技术栈 - Python 3.10+ - FastAPI - SQLAlchemy (async) - SQLite ## 项目结构 ``` backend/ ├── app/ │ ├── main.py # 应用入口 │ ├── config.py # 配置 │ └── api.v1/ # API 路由 ├── tests/ └── pyproject.toml ``` ## License MIT