operator input: per-agent /send form (dashboard T4LK removed)
This commit is contained in:
parent
3c493934da
commit
409263f1c9
8 changed files with 142 additions and 52 deletions
|
|
@ -182,6 +182,13 @@ and the MCP tools. Claude drives any further `recv`/`send` itself —
|
|||
harness no longer relays claude's stdout as a reply. Stdout is logged for
|
||||
debugging; the side effects (sends via MCP) are what matter.
|
||||
|
||||
**Operator input** moved from the hive-c0re dashboard's T4LK form to each
|
||||
per-agent page. The per-agent `/send` POST hits the new
|
||||
`AgentRequest::OperatorMsg` / `ManagerRequest::OperatorMsg` wire verb,
|
||||
which enqueues `Message { from: "operator", to: <self>, body }` directly
|
||||
into the broker. No more global recipient dropdown — one input per agent
|
||||
page, scoped to that agent.
|
||||
|
||||
**Live view.** Each agent runs a `hive_ag3nt::events::Bus` (a
|
||||
`tokio::sync::broadcast<LiveEvent>` wrapper). The harness emits:
|
||||
- `TurnStart { from, body }` when a wake-up message is popped.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue