reframe / agents /__init__.py
macayaven's picture
feat: initial implementation of the re-frame Cognitive Reframing Assistant, including core functionality, UI components, and localization support. Added .gitignore, configuration files, and initial tests.
27fd523
Raw
History Blame
119 Bytes
"""
CBT Agent module backed by Hugging Face Inference API
"""
from .cbt_agent import CBTAgent
__all__ = ['CBTAgent']