> For the complete documentation index, see [llms.txt](https://puregamma-ai.gitbook.io/puregamma-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://puregamma-ai.gitbook.io/puregamma-ai/chan-pin-lu-xian-tu.md).

# 产品路线图

> 本页描述当前隐藏能力与未来设计方向,帮助你理解平台的系统性架构:每个新功能都能与各组件互相交互调用。

## 已上线的隐藏能力

| 能力             | 入口           | 状态                     |
| -------------- | ------------ | ---------------------- |
| 回测实验室          | 左侧栏「研究」组     | 已上线(BTC/ETH 日线,每日 5 次) |
| iMessage Agent | 账户页绑定        | 已上线(Max/Enterprise)    |
| Autopilot 组合体检 | 组合页          | 已上线(只读研究)              |
| 财报 Gamma 研究    | 期权页          | 已上线(缓存驱动)              |
| 管理后台           | /admin(仅管理员) | 运营内部使用                 |

## 系统性设计原则

平台采用「组件互相调用」的架构,而非功能孤岛:

* **记忆同源**:秘书对话、Agent 会话、日报上下文来自同一记忆层,回测实验室直接引用它生成策略。
* **技能可组合**:Skills 是版本化流程模板,Agent 调用、日报生成、回测验证复用同一套技能库。
* **计费统一**:所有消耗走同一套 Credits 预授权/结算/退款管道,任何新功能接入即获得幂等与退款能力。
* **通知统一**:日报、iMessage、Push、Telegram/Slack 走同一分发器与投递状态机。

## 未来方向(规划中)

1. **策略市场**:回测达标的策略可发布共享,其他用户一键复用 spec 再跑。
2. **更多数据源**:股票行情深度源、链上数据扩展。
3. **回测升级**:小时级数据、更多标的、组合级回测。
4. **iOS TestFlight / Android 商店上架**。
5. **开放 API**:为高级用户开放研究 API 密钥。
6. **多语言扩展**:文档与界面支持更多语言。

> 路线图不构成承诺;功能以实际上线为准。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://puregamma-ai.gitbook.io/puregamma-ai/chan-pin-lu-xian-tu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
