| 1234567891011121314 |
- """
- InnoCore AI - 研创·智核
- Intelligent Research Innovation Assistant
- """
- __version__ = "1.0.0"
- __author__ = "InnoCore AI Team"
- __description__ = "AI-powered research innovation assistant based on HelloAgent framework"
- __all__ = [
- "__version__",
- "__author__",
- "__description__"
- ]
|