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