@bifrost-proxy/bifrost-darwin-arm64 0.0.165 → 0.0.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/bin/README.md +14 -0
- package/bin/bifrost +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -84,10 +84,24 @@ http://127.0.0.1:9900/_bifrost/
|
|
|
84
84
|
检查通过后,页面会显示可点击复制的代理地址 `<局域网 IP>:<端口>`,也可以打开代理二维码继续配置。若检查失败,页面会按 iOS/Android 给出下一步:安装 CA、iOS 进入 `设置 > 通用 > 关于本机 > 证书信任设置` 开启完全信任,或到管理端批准该设备的代理访问。
|
|
85
85
|
|
|
86
86
|
## 和AI集成
|
|
87
|
+
|
|
87
88
|
```bash
|
|
88
89
|
bifrost install-skill -y
|
|
89
90
|
```
|
|
90
91
|
|
|
92
|
+
ASR Daily Agent 支持把一篇日报拆成多个独立研究问题,并由 ChatGPT Web 分别创建会话。研究 fan-out 可选配置 `chatgpt_project_url`;配置后,新会话会归档到指定 ChatGPT Project,同时仍强制使用 Chat 模式和 Pro 模型:
|
|
93
|
+
|
|
94
|
+
```json
|
|
95
|
+
{
|
|
96
|
+
"max_questions": 8,
|
|
97
|
+
"chatgpt_interface_mode": "chat",
|
|
98
|
+
"chatgpt_model": "pro",
|
|
99
|
+
"chatgpt_project_url": "https://chatgpt.com/g/g-p-<project-id>/project"
|
|
100
|
+
}
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
完整 Agent 组合、研究 manifest 和失败边界见 [`design/asr-daily-agent-pipeline.md`](design/asr-daily-agent-pipeline.md)。
|
|
104
|
+
|
|
91
105
|
## 特性说明
|
|
92
106
|
|
|
93
107
|
 <img width="1500" height="783" alt="image" src="https://github.com/user-attachments/assets/44062a96-47f3-481b-a2b6-e1bda9b3fda9" />
|
package/bin/README.md
CHANGED
|
@@ -84,10 +84,24 @@ http://127.0.0.1:9900/_bifrost/
|
|
|
84
84
|
检查通过后,页面会显示可点击复制的代理地址 `<局域网 IP>:<端口>`,也可以打开代理二维码继续配置。若检查失败,页面会按 iOS/Android 给出下一步:安装 CA、iOS 进入 `设置 > 通用 > 关于本机 > 证书信任设置` 开启完全信任,或到管理端批准该设备的代理访问。
|
|
85
85
|
|
|
86
86
|
## 和AI集成
|
|
87
|
+
|
|
87
88
|
```bash
|
|
88
89
|
bifrost install-skill -y
|
|
89
90
|
```
|
|
90
91
|
|
|
92
|
+
ASR Daily Agent 支持把一篇日报拆成多个独立研究问题,并由 ChatGPT Web 分别创建会话。研究 fan-out 可选配置 `chatgpt_project_url`;配置后,新会话会归档到指定 ChatGPT Project,同时仍强制使用 Chat 模式和 Pro 模型:
|
|
93
|
+
|
|
94
|
+
```json
|
|
95
|
+
{
|
|
96
|
+
"max_questions": 8,
|
|
97
|
+
"chatgpt_interface_mode": "chat",
|
|
98
|
+
"chatgpt_model": "pro",
|
|
99
|
+
"chatgpt_project_url": "https://chatgpt.com/g/g-p-<project-id>/project"
|
|
100
|
+
}
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
完整 Agent 组合、研究 manifest 和失败边界见 [`design/asr-daily-agent-pipeline.md`](design/asr-daily-agent-pipeline.md)。
|
|
104
|
+
|
|
91
105
|
## 特性说明
|
|
92
106
|
|
|
93
107
|
 <img width="1500" height="783" alt="image" src="https://github.com/user-attachments/assets/44062a96-47f3-481b-a2b6-e1bda9b3fda9" />
|
package/bin/bifrost
CHANGED
|
Binary file
|