feat(FN-5425): add coordination notice system for multi-agent room task fil
Adds a `room-coordination.ts` helper module for multi-agent coordination messaging, wires coordination notices into the agent heartbeat path, and ships tests plus documentation for the feature. A changeset prepares the `@runfusion/fusion` package for release. Fusion-Task-Id: FN-5425
This commit is contained in:
committed by
gsxdsm
parent
5c15031416
commit
6fdfb1ad5c
12
.changeset/FN-5425-multi-agent-room-task-filing.md
Normal file
12
.changeset/FN-5425-multi-agent-room-task-filing.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
Add a Room Coordination Notices prompt-injected advisory that fires when a
|
||||
user posts an explicit "file a task" / "create a task" request into a chat
|
||||
room with multiple agent members. Each agent is instructed to either post a
|
||||
one-line claim before calling fn_task_create (claim branch) or to defer and
|
||||
acknowledge a peer's prior claim/announcement (defer-suggested branch),
|
||||
reducing the upstream duplicate pressure on the existing FN-4918 / FN-4829
|
||||
/ FN-5152 / FN-5220 dedup backstop. Emits a structured
|
||||
room:coordination:branch run-audit event per decision. Single-agent rooms
|
||||
and non-task-filing messages are unaffected.
|
||||
Reference in New Issue
Block a user