소개
This proof-of-concept application simulates a medical AI chat interface, showcasing PostMessage communication between an embedded chat iframe and a parent application. It provides a foundational framework for managing local medical data, executing medical-specific tools (such as adding medication or allergies), and presenting a chat UI, all within a simulated environment. While currently lacking real AI integration with external services like 'Ozwell', it establishes the architectural groundwork for future API integrations, illustrating a client-side system for medical chat interactions.
주요 기능
- Local medical data management capabilities
- Interactive chat user interface (UI)
- Extensible tool execution framework
- 0 GitHub stars
- Local MCP server with simulated medical tools
- PostMessage communication between iframe and parent applications
사용 사례
- Prototyping medical AI chat interfaces with local data
- Demonstrating secure iframe-to-parent communication in healthcare applications
- Developing and testing medical tool execution frameworks in a simulated environment