File size: 114 Bytes
5d9aa5e
 
 
 
 
 
1
2
3
4
5
6
7
"""
Agent package initialization file.
"""
from agent.agent import MultiModalAgent

__all__ = ["MultiModalAgent"]