[数字分身] 用户行为数据采集器 — 四大观察维度 #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
让天工观察用户的日常工作模式,建立行为基线。
四大观察维度
1. 邮件处理模式
2. 代码审核模式
3. 文档撰写风格
4. 决策历史关联
技术方案
UserBehaviorLog模型:user_id, category, action, context, result, timestamp产出
backend/app/models/user_behavior.py— 行为日志模型backend/app/services/behavior_collector.py— 采集服务