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.3.tar.gz
(700.0 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.3-py3-none-any.whl
(560.6 kB
view details)
File details
Details for the file pm_agent_full-2.0.3.tar.gz.
File metadata
- Download URL: pm_agent_full-2.0.3.tar.gz
- Upload date:
- Size: 700.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d3cfb394de7fc62179cb46899d27cafcc568fed5004e73865b28e0361a4dd64
|
|
| MD5 |
2e5d48f927413c7902b4d9757abb0c1f
|
|
| BLAKE2b-256 |
7cc73c96a868711d6473b45031be0655be7cdd51d9e277fac48891296338fd90
|
File details
Details for the file pm_agent_full-2.0.3-py3-none-any.whl.
File metadata
- Download URL: pm_agent_full-2.0.3-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 |
fe1722f40f5dbf071dee46731f78149b40cbce27ed1ba17d4149d5fa0861d494
|
|
| MD5 |
2e00a2d90609cd4541ed9d391644f2bb
|
|
| BLAKE2b-256 |
8eb796890a771fa7ee71c0cc76683109e6176dc01a70738f23b01f9be5cf8d11
|