Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Muhammad2003
/
legalLM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b416ed1
legalLM
/
AI_core
/
agent
/
__init__.py
Muhammad2003
Upload 45 files
1f891e5
verified
5 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
"""
Agent package initialization.
"""
from
.agent_setup
import
agent_executor
__all__ = [
'agent_executor'
]