12 lines
339 B
Python
12 lines
339 B
Python
"""
|
|
Virtual Board Member AI System
|
|
|
|
An enterprise-grade AI assistant that provides document analysis,
|
|
commitment tracking, strategic insights, and decision support for
|
|
board members and executives.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "Virtual Board Member Team"
|
|
__description__ = "Enterprise-grade AI assistant for board governance"
|