Unified Agent + reusable Go agent core.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: unify telegram chat id prefix to tg in docs and tests (#14)

authored by

Lyric Wai and committed by
GitHub
a2500ac5 44619b73

+5 -5
+2 -2
contacts/file_store_test.go
··· 83 83 if err := store.PutBusInboxRecord(ctx, BusInboxRecord{ 84 84 Channel: ChannelTelegram, 85 85 PlatformMessageID: "12345", 86 - ConversationKey: "telegram:-1001", 86 + ConversationKey: "tg:-1001", 87 87 SeenAt: now, 88 88 }); err != nil { 89 89 t.Fatalf("PutBusInboxRecord() error = %v", err) ··· 95 95 if !ok { 96 96 t.Fatalf("GetBusInboxRecord() expected ok=true") 97 97 } 98 - if inbox.ConversationKey != "telegram:-1001" { 98 + if inbox.ConversationKey != "tg:-1001" { 99 99 t.Fatalf("conversation_key mismatch: got %q", inbox.ConversationKey) 100 100 } 101 101
+1 -1
docs/feat/feat_20260206_proactive_contact_sharing.md
··· 71 71 - `RULE` 用固定更新公式写入 `contact_profiles`。 72 72 - `RULE` 会话内容整理进入 Memory,并且必须携带 `contact_id + contact_nickname`。 73 73 - Memory 写入的 `SessionID` 采用通道稳定键: 74 - - Telegram:`telegram:<chat_id>` 74 + - Telegram:`tg:<chat_id>` 75 75 - MAEP:`maep:<peer_id>`(同一天同 peer 聚合到同一 memory 文件) 76 76 77 77 ### 3.6 认知深度增减
+2 -2
docs/feat/feat_20260308_runtime_prompt_message_order.md
··· 149 149 { 150 150 "channel": "telegram", 151 151 "kind": "inbound_user", 152 - "chat_id": "telegram:-100123", 152 + "chat_id": "tg:-100123", 153 153 "message_id": "101", 154 154 "sent_at": "2026-03-08T09:00:00Z", 155 155 "sender": { ··· 174 174 "current_message": { 175 175 "channel": "telegram", 176 176 "kind": "inbound_user", 177 - "chat_id": "telegram:-100123", 177 + "chat_id": "tg:-100123", 178 178 "message_id": "102", 179 179 "sent_at": "2026-03-08T09:02:00Z", 180 180 "sender": {