• Joined on 2026-06-12
mohe pushed to master at hmo/AgentsMeeting 2026-06-24 11:53:43 +00:00
ef93f066e3 fix: stop user-level gateway service conflicting with system-level one
mohe pushed to master at hmo/AgentsMeeting 2026-06-23 18:03:35 +00:00
b7993a54d5 cleanup: archive unused scripts, finalize docs
f1630ebb03 feat: WeChat Linux bot via docker-wechatbot-webhook
Compare 2 commits »
mohe pushed to master at hmo/AgentsMeeting 2026-06-22 02:43:25 +00:00
20389a40ac docs: kanban handler protocol v1 + merged API ref
mohe pushed to master at hmo/AgentsMeeting 2026-06-21 03:29:24 +00:00
90ed30dd36 kanban API: comment endpoint + usage docs, notification includes curl example
mohe pushed to master at hmo/AgentsMeeting 2026-06-21 02:40:53 +00:00
aa7b67fc2b readonly: discard LLM response, never send; default=readonly for non-coordinator
mohe pushed to master at hmo/AgentsMeeting 2026-06-20 12:21:31 +00:00
f1590e08d1 revert bare-name match, keep only @ mention
mohe pushed to master at hmo/AgentsMeeting 2026-06-20 12:18:53 +00:00
9a45f155a8 match nick without @ (XMPP strips @ symbol)
mohe pushed to master at hmo/AgentsMeeting 2026-06-20 12:16:15 +00:00
be8699ae4c lead= switch, @mention auto-grant
mohe pushed to master at hmo/AgentsMeeting 2026-06-20 11:57:10 +00:00
efc4cd1a9e coordinator prompt: first job is to moderate, not to speak
mohe pushed to master at hmo/AgentsMeeting 2026-06-20 11:54:47 +00:00
ad3e0f004b coordinator: default all can speak, REVOKE=read-only 5min, GRANT overrides
mohe pushed to master at hmo/AgentsMeeting 2026-06-20 11:07:59 +00:00
aabec04d8a non-speaking bots still see messages for context (read-only LLM injection)
mohe pushed to master at hmo/AgentsMeeting 2026-06-20 11:02:12 +00:00
90429116c7 coordinator: use XMPP in-band signaling instead of shared DB (cross-machine compatible)
mohe pushed to master at hmo/AgentsMeeting 2026-06-20 10:53:52 +00:00
457ad27044 implement coordinator pattern: GRANT-based turn control, code-level speak permission
mohe pushed to master at hmo/AgentsMeeting 2026-06-19 17:48:46 +00:00
947bb1e6d0 intercept __SILENT__/__REPLY__ misuse in LLM response body
mohe pushed to master at hmo/AgentsMeeting 2026-06-19 17:41:55 +00:00
5051b0bfd7 add silent phrase interception: block LLM announcing silence instead of being silent
mohe pushed to master at hmo/AgentsMeeting 2026-06-19 17:21:10 +00:00
50a0716c4d add dynamic session switch documentation
mohe pushed to master at hmo/AgentsMeeting 2026-06-19 17:05:20 +00:00
2d0f390657 unify xmpp bots: single xmpp_agent_core.py + --agent param wrappers
mohe pushed to master at hmo/AgentsMeeting 2026-06-13 19:08:15 +00:00
94c511479d docs: add '通道不限制行动力' principle to session bridge protocol
mohe pushed to master at hmo/AgentsMeeting 2026-06-13 18:00:41 +00:00
ae16cd4e0f simplify: remove __REPLY__ marker, only __SILENT__ needed
mohe pushed to master at hmo/AgentsMeeting 2026-06-13 17:58:07 +00:00
34e4477642 docs: clarify markers must be bare text, no backticks