jdmagent / src /jdm_agent /__init__.py
expAge
chore: bootstrap JDM Agent project (Phase 0 + Phase 1)
6851b52
"""JDM Agent — agentification de JeuxDeMots (LangChain + MCP)."""
from jdm_agent.client import JDMClient
__all__ = ["JDMClient"]
__version__ = "0.1.0"