fix(runtime): isolate agent state by project (#101)

This commit is contained in:
2026-07-25 22:14:02 +02:00
parent 6a87c4635f
commit 6e98fd89f7
52 changed files with 1894 additions and 805 deletions

View File

@ -188,6 +188,7 @@ fn live_agent_list_dto_serialises_camelcase_array() {
let node_a = NodeId::from_uuid(Uuid::from_u128(21));
let session_a = domain::SessionId::from_uuid(Uuid::from_u128(31));
let dto = LiveAgentListDto::from_snapshots(vec![LiveSessionSnapshot {
project_id: domain::ProjectId::from_uuid(Uuid::from_u128(1)),
agent_id: agent_a,
node_id: node_a,
session_id: session_a,