__init__.py 299 B

1234567891011121314
  1. """
  2. InnoCore AI - 研创·智核
  3. Intelligent Research Innovation Assistant
  4. """
  5. __version__ = "1.0.0"
  6. __author__ = "InnoCore AI Team"
  7. __description__ = "AI-powered research innovation assistant based on HelloAgent framework"
  8. __all__ = [
  9. "__version__",
  10. "__author__",
  11. "__description__"
  12. ]