feat: add pi lab ai management integration

This commit is contained in:
Agent Board
2026-07-04 21:47:42 +08:00
parent 36d027a4a1
commit c8472bb898
62 changed files with 15077 additions and 443 deletions
@@ -257,7 +257,9 @@ fn libsql_local_store_handles_parallel_control_plane_writes() {
}
for handle in handles {
handle.join().expect("parallel writer thread should not panic");
handle
.join()
.expect("parallel writer thread should not panic");
}
assert_eq!(
@@ -275,10 +277,7 @@ fn libsql_local_store_handles_parallel_control_plane_writes() {
8
);
assert_eq!(
store
.list_audit_log(20)
.expect("list parallel audit")
.len(),
store.list_audit_log(20).expect("list parallel audit").len(),
8
);
assert_eq!(