Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minchyeom
/
llmOS-Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e32caeb
llmOS-Agent
/
src
/
__init__.py
tech-envision
Allow limited imports in execute_python
7bd7366
3 months ago
raw
Copy download link
history
blame
145 Bytes
from
.chat
import
ChatSession
from
.tools
import
add_two_numbers, execute_python
__all__ = [
"ChatSession"
,
"add_two_numbers"
,
"execute_python"
]