feat(demohouse/personal-investment-assistant): add personal investment assistant - #252
Merged
yinchengfeng-bytedance merged 1 commit intoJul 28, 2026
Conversation
3494036618-eng
force-pushed
the
agent/add-personal-investment-assistant
branch
from
July 28, 2026 13:50
a65eca6 to
6cda90f
Compare
yinchengfeng-bytedance
marked this pull request as ready for review
July 28, 2026 13:59
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 Plan 在真实应用搭建与持续运行中的能力,新增一套可由 Skill 从零初始化的中文个人投资助手。用户确认股票、关注偏好和盘后监控时间后,Agent 可完成环境检查、配置、启动、首批报告生成与可用性验收。
本次变更
demohouse/personal-investment-assistant新增完整 React + Express + SQLite 应用。investment-assistantSkill,同时支持 Codex 与 Claude Code。验证
npm run verify:通过。npm audit:0 个漏洞。合并前请维护者确认
demohouse目录在本仓库说明中适用ARK_LICENSE.md。本 PR 暂时保留项目内LICENSE,请确认最终应采用的许可证及文件处理方式。说明
该应用输出为信息整理与风险观察,不构成投资建议。真实效果依赖用户自己的 Agent Plan 权限及 DataPro、豆包搜索可用性。