添加AOL路由和UI/UX增强组件
Some checks failed
CI / Check / macos-latest (push) Has been cancelled
CI / Check / ubuntu-latest (push) Has been cancelled
CI / Check / windows-latest (push) Has been cancelled
CI / Test / macos-latest (push) Has been cancelled
CI / Test / ubuntu-latest (push) Has been cancelled
CI / Test / windows-latest (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Secrets Scan (push) Has been cancelled
CI / Install Script Smoke Test (push) Has been cancelled

This commit is contained in:
iven
2026-03-01 17:59:03 +08:00
parent 92e5def702
commit 810e32077e
23 changed files with 8420 additions and 29 deletions

View File

@@ -363,9 +363,9 @@ mod tests {
let id = entry.id;
registry.register(entry).unwrap();
registry.set_mode(id, AgentMode::Autonomous).unwrap();
registry.set_mode(id, AgentMode::Full).unwrap();
let updated = registry.get(id).unwrap();
assert_eq!(updated.mode, AgentMode::Autonomous);
assert_eq!(updated.mode, AgentMode::Full);
}
#[test]