Initial iSphere AI bridge prompts
This commit is contained in:
27
prompts/05-message-adapter-poc.md
Normal file
27
prompts/05-message-adapter-poc.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Prompt: Message Adapter POC
|
||||
|
||||
```text
|
||||
请使用 `message-adapter-design`,为 `E:\coding\codex\isphere-ai-bridge` 设计第一版消息适配器。
|
||||
|
||||
输入来源要能兼容:
|
||||
- 本地数据读取
|
||||
- OpenClawBridge HTTP API
|
||||
- XmppBridgeService HTTP API
|
||||
- RPA wrapper
|
||||
- MockCloud 演示环境
|
||||
|
||||
第一版只实现:
|
||||
- list_messages
|
||||
- watch_messages 或 poll_messages
|
||||
- generate_draft 的输入输出契约
|
||||
- archive_evidence
|
||||
|
||||
不要实现自动发送。发送动作只保留接口草案 `send_after_approval`。
|
||||
|
||||
输出:
|
||||
1. TypeScript 或 C# 数据模型建议
|
||||
2. Connector 接口
|
||||
3. Evidence log 结构
|
||||
4. 最小目录结构
|
||||
5. 第一轮测试用例
|
||||
```
|
||||
Reference in New Issue
Block a user