Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arbnori45
/
ai_agents_final
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e1b1a3e
ai_agents_final
/
agent
/
__init__.py
Arbnor Tefiki
Test the agent in HF
5d9aa5e
about 2 months ago
raw
Copy download link
history
blame
114 Bytes
"""
Agent package initialization file.
"""
from
agent.agent
import
MultiModalAgent
__all__ = [
"MultiModalAgent"
]