fix(runtime): isolate agent state by project (#101)
This commit is contained in:
@ -140,6 +140,7 @@ mod tests {
|
||||
/// tâches concurrentes à l'arrivée).
|
||||
fn task_with(conv: &str) -> ScheduledTask {
|
||||
ScheduledTask::ResumeAgent {
|
||||
project_id: domain::ProjectId::from_uuid(Uuid::nil()),
|
||||
agent_id: AgentId::from_uuid(Uuid::from_u128(1)),
|
||||
node_id: NodeId::from_uuid(Uuid::from_u128(2)),
|
||||
conversation_id: Some(conv.to_owned()),
|
||||
|
||||
Reference in New Issue
Block a user