借助AI开发的基于 FastAPI + Vue 3 的现代化库存管理系统,集成了完整的商品、库存、订单管理功能和结构化日志系统。 超级管理员也可以在系统中创建新的邀请码。 项目结构 inventory_management/ ├── backend/ # 后端项目 │ ├── __init__.py # Python 包标识 │ ├── ...
midscene-python/ ├── midscene/ # Core framework │ ├── core/ # Core framework │ │ ├── agent/ # Agent system │ │ ├── insight/ # AI inference engine │ │ ├── ai_model/ # AI model integration │ │ ├── yaml/ ...