Skip to content

fix: correct client registry exports#106

Open
sparkyluvscode wants to merge 1 commit into
HazyResearch:mainfrom
sparkyluvscode:fix-client-registry-exports
Open

fix: correct client registry exports#106
sparkyluvscode wants to merge 1 commit into
HazyResearch:mainfrom
sparkyluvscode:fix-client-registry-exports

Conversation

@sparkyluvscode
Copy link
Copy Markdown

@sparkyluvscode sparkyluvscode commented May 22, 2026

Summary

  • Fixes the HuggingFace client import path in minions/clients/__init__.py.
  • Removes BasetenClient from __all__ because no corresponding client implementation is present.
  • Keeps the exported client registry aligned with available client modules.

Validation

  • Verified the registry mismatch statically by checking minions/clients/.
  • Attempted targeted import smoke test, but local import was blocked by missing optional dependencies (together after installing ollama; full pip install -e . not run due to heavy deps such as torch).
  • The patch only updates the registry to match existing source files.

Notes

  • This is intentionally scoped as a small registry consistency fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant