claude_lam.py 297 B

123456789
  1. """
  2. agent67.core.claude_lam — Re-export from canonical location.
  3. The ClaudeLam implementation has moved to lambdagent.providers.claude_code.
  4. This file keeps backward compatibility for existing agent67 imports.
  5. """
  6. from lambdagent.providers.claude_code import ClaudeLam
  7. __all__ = ["ClaudeLam"]