Skip to content

fix(kokoros): implement face_verify and face_analyze trait stubs#9499

Merged
mudler merged 1 commit into
masterfrom
fix/kokoros
Apr 22, 2026
Merged

fix(kokoros): implement face_verify and face_analyze trait stubs#9499
mudler merged 1 commit into
masterfrom
fix/kokoros

Conversation

@mudler
Copy link
Copy Markdown
Owner

@mudler mudler commented Apr 22, 2026

The backend.proto was updated to add FaceVerify and FaceAnalyze RPCs (face detection support), but the Rust KokorosService was never updated to match the regenerated tonic trait, breaking compilation with E0046:

not all trait items implemented, missing: `face_verify`, `face_analyze`

Stubs both methods as unimplemented, matching the pattern used for the other RPCs Kokoros does not support.

Assisted-by: Claude:claude-opus-4-7 [Claude Code]

The backend.proto was updated to add FaceVerify and FaceAnalyze RPCs
(face detection support), but the Rust KokorosService was never updated
to match the regenerated tonic trait, breaking compilation with E0046:

    not all trait items implemented, missing: `face_verify`, `face_analyze`

Stubs both methods as unimplemented, matching the pattern used for the
other RPCs Kokoros does not support.

Assisted-by: Claude:claude-opus-4-7 [Claude Code]
@mudler mudler merged commit eb01c77 into master Apr 22, 2026
17 of 18 checks passed
@mudler mudler deleted the fix/kokoros branch April 22, 2026 20:51
@localai-bot localai-bot added the bug Something isn't working label May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants