Files
X-Financial/document/development/agent week plan/day_5_user_agent_mvp.md

51 lines
1.6 KiB
Markdown
Raw Normal View History

2026-05-11 03:51:24 +00:00
# Day 5User Agent MVP
2026-05-11 03:51:24 +00:00
## 今天的大开发点
2026-05-11 03:51:24 +00:00
实现面向用户的自建 Agent。它负责用户提问、流程辅助、规则解释、查询结果解释和草稿生成。
2026-05-11 03:51:24 +00:00
User Agent 只能处理用户侧交互,不负责后台定时内循环,也不能自动执行高风险动作。
2026-05-11 03:51:24 +00:00
## 为什么第五天做这个
2026-05-11 03:51:24 +00:00
Day 1 到 Day 4 已经具备资产、语义、路由和日志基础,此时可以把用户自然语言入口接到真实流程上。
2026-05-11 03:51:24 +00:00
## 今天主要交付
2026-05-11 03:51:24 +00:00
- 用户自然语言入口。
- 报销查询和解释。
- 应收查询和解释。
- 应付查询和解释。
- 规则引用解释。
- 风险原因说明。
- 处理意见草稿。
- 知识库读取骨架。
- 前端问答或操作入口。
2026-05-11 03:51:24 +00:00
## 对应执行细则
2026-05-11 03:51:24 +00:00
- [Day 5 执行细则](<../agent plan/weekly_execution_details/day_5_user_agent_mvp.md>)
2026-05-11 03:51:24 +00:00
相关架构文档:
2026-05-11 03:51:24 +00:00
- [Agent 职责边界](<../agent plan/03_agent_responsibilities.md>)
- [Orchestrator 与运行流程](<../agent plan/04_orchestrator_and_runtime_flow.md>)
- [LLM Wiki 知识库架构](<../agent plan/12_llm_wiki_knowledge_architecture.md>)
- [规则形成生命周期](<../agent plan/13_rule_formation_lifecycle.md>)
2026-05-11 03:51:24 +00:00
## 当天验收门槛
2026-05-11 03:51:24 +00:00
- 用户能输入自然语言问题。
- 请求必须经过 Orchestrator。
- 至少 3 类财务问题有可读回答。
- 回答能引用规则或知识。
- 高风险动作只生成草稿或建议。
- AgentRun Trace 能看到 User Agent 步骤。
2026-05-11 03:51:24 +00:00
## 今天不做
2026-05-11 03:51:24 +00:00
- 不做自动审批。
- 不做自动付款。
- 不做自动上线规则。
- 不做完整知识库检索优化。