ianshank
feat: add personality output and bug fixes
40ee6b4
raw
history blame contribute delete
181 Bytes
"""
Adapters package for external service integrations.
"""
from .llm import BaseLLMClient, LLMResponse, create_client
__all__ = ["create_client", "BaseLLMClient", "LLMResponse"]