--- title: Hanbridge Clare Assistant (Product UI) emoji: 💬 colorFrom: yellow colorTo: purple sdk: docker pinned: false license: mit --- # Hanbridge Clare Assistant – Product Version This Space hosts **Clare**, an AI-powered personalized learning assistant for Hanbridge University. ## Architecture Overview - **Frontend**: React + Vite (exported from Figma design) - **Backend**: FastAPI (Python) - **LLM Orchestration**: OpenAI + LangChain - **Observability**: LangSmith - **Deployment**: Hugging Face Docker Space ``` 📦 project/ ├── app.py ├── config.py ├── clare_core.py ├── rag_engine.py ← 负责 RAG └── requirements.txt ```