PM-Agent - Project Management Agent
Project description
PM-Agent 项目管理系统
版本: v1.3.0
状态: 已发布
一、项目定位
PM-Agent是基于oc-collab L3架构的项目管理Agent系统。
1.1 核心能力
| 能力 | 说明 |
|---|---|
| 信息接入 | 接收微信/邮件/聊天等任意信息 |
| 项目识别 | 自动识别信息归属项目 |
| 类型分类 | 自动分类需求/BUG/会议等 |
| Git分析 | 从Git读取进度 |
| 进度报告 | 自动生成项目报告 |
1.2 技术架构
| 组件 | 技术 |
|---|---|
| 前端 | Vue.js |
| 后端 | FastAPI |
| 数据库 | SQLite |
1.3 架构分层
L1: oc-collab-core (CLI开发框架)
L2: 接口/编排层
L3: PM-Agent (本项目)
二、目录结构
pm-agent/
├── frontend/ # Vue.js前端
│ └── src/
├── backend/ # FastAPI后端
│ └── src/
├── docs/ # 项目文档
│ ├── 01-requirements/
│ ├── 02-design/
│ └── 04-proposals/
└── config/ # 配置文件
三、快速开始
3.1 本地开发
# 克隆项目
git clone https://gitee.com/zhang-xiuqin01/pm-agent.git
cd pm-agent
# 启动后端
cd backend
pip install -r requirements.txt
uvicorn src.main:app --reload
# 启动前端
cd frontend
npm install
npm run dev
四、相关文档
- 需求文档:
docs/01-requirements/ - 设计文档:
docs/02-design/ - 技术提案:
docs/04-proposals/ - 路线图:
docs/06-roadmap/ROADMAP_pm_agent.md - oc-collab主项目:
../dual-agent-collaboration-system
作者: oc-collab团队
创建日期: 2026-02-17
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pm_agent_full-2.0.2.tar.gz
(699.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pm_agent_full-2.0.2-py3-none-any.whl
(560.6 kB
view details)
File details
Details for the file pm_agent_full-2.0.2.tar.gz.
File metadata
- Download URL: pm_agent_full-2.0.2.tar.gz
- Upload date:
- Size: 699.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
056e11a2c5430eb23865f60ce5b6e8e1e78ad7f2bd5ec4e8ea1cb303e16f46b5
|
|
| MD5 |
ec2befd6ff44527577b1afbc01dd4dfd
|
|
| BLAKE2b-256 |
adaeac3c7a51f91b68406f326023a824693a7ea643cfca38ce415f6c5f79a96c
|
File details
Details for the file pm_agent_full-2.0.2-py3-none-any.whl.
File metadata
- Download URL: pm_agent_full-2.0.2-py3-none-any.whl
- Upload date:
- Size: 560.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6765c2b5044d70f4e2f4433e682dccc106347dcce82325fbbb6fdb0c728c2d3e
|
|
| MD5 |
244a099916647fe5a8bae9ab45ea6297
|
|
| BLAKE2b-256 |
f20920fff5cb75e0ccd3bfaf72c374c56465c122d2c2962d7e26283d2c2e8d54
|