docs: add auto-dispatch for agents prd#117
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a product requirements document (PRD) describing an auto-dispatch mode for agents in the HALF platform. The document specifies how API-capable agents can be configured to execute tasks automatically without human intervention, while preserving the existing manual workflow.
Changes:
- Adds a new PRD markdown file under
docs/prd/describing the auto-dispatch feature - Defines agent execution modes (Manual / Auto), credential configuration, and UI changes
- Specifies functional and non-functional requirements including API format support (OpenAI / Anthropic), security, and acceptance criteria
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
keting
requested changes
May 18, 2026
Owner
keting
left a comment
There was a problem hiding this comment.
(这个目前不需要支持)US-4 混合模式项目 作为项目负责人,项目中可以同时存在自动模式和手动模式的 agent。自动 agent 的任务由系统自动执行,手动 agent 的任务仍然在界面上等待我手动派发,两者互不干扰。
(这一步应该是在“智能体设置页面,/agents/settings”进行)FR-1 Agent 执行模式配置("智能体"页面)。
在智能体设置页面添加了agent类型后,可以在智能体页面(/agents)新增智能体时选择。
Collaborator
Author
|
@keting 已更新 |
keting
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加自动运行 Agent PRD
Closes #109