Metadata-Version: 2.4
Name: dr-agent-ui
Version: 0.1.0.post1
Summary: Pre-compiled web interface for DR-Agent workflows
Author-email: Shannon Shen <zejiang@gmail.com>, Rulin Shao <rulins@cs.washington.edu>
License-Expression: Apache-2.0
Keywords: dr-agent,ui,web-interface,chat,research
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Framework :: FastAPI
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.104.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# DR-Agent UI

Pre-compiled web interface for DR-Agent workflows. This package contains static files for the DR-Agent chat interface, allowing you to serve a complete web UI without requiring a separate Node.js frontend server. 
