nemo_voice_agent.package_info

View as Markdown

Module Contents

Data

MAJOR

MINOR

PATCH

PRE_RELEASE

VERSION

__contact_emails__

__contact_names__

__description__

__download_url__

__homepage__

__keywords__

__license__

__package_name__

__repository_url__

__shortversion__

__version__

_git

API

nemo_voice_agent.package_info.MAJOR = 0
nemo_voice_agent.package_info.MINOR = 1
nemo_voice_agent.package_info.PATCH = 0
nemo_voice_agent.package_info.PRE_RELEASE = ''
nemo_voice_agent.package_info.VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)
nemo_voice_agent.package_info.__contact_emails__ = 'nemo-toolkit@nvidia.com'
nemo_voice_agent.package_info.__contact_names__ = 'NVIDIA'
nemo_voice_agent.package_info.__description__ = 'NeMo Voice Agent'
nemo_voice_agent.package_info.__download_url__ = 'https://github.com/NVIDIA-NeMo/labs-Voice-Agent/releases'
nemo_voice_agent.package_info.__homepage__ = 'https://github.com/NVIDIA-NeMo/labs-Voice-Agent'
nemo_voice_agent.package_info.__keywords__ = 'voice agent, speech, LLM, NeMo, Pipecat, NVIDIA'
nemo_voice_agent.package_info.__license__ = 'Apache-2.0'
nemo_voice_agent.package_info.__package_name__ = 'nemo_voice_agent'
nemo_voice_agent.package_info.__repository_url__ = 'https://github.com/NVIDIA-NeMo/labs-Voice-Agent'
nemo_voice_agent.package_info.__shortversion__ = '.'.join(map(str, VERSION[:3]))
nemo_voice_agent.package_info.__version__ = '.'.join(map(str, VERSION[:3])) + ''.join(VERSION[3:])
nemo_voice_agent.package_info._git = _subprocess.run(['git', 'rev-parse', '--short', 'HEAD'], capture_output=True, cw...