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...
eb6259a
llmOS-Agent
/
src
/
__init__.py
tech-envision
Replace python execution tool with terminal
ecc9e42
3 months ago
raw
Copy download link
history
blame
113 Bytes
from
.chat
import
ChatSession
from
.tools
import
execute_terminal
__all__ = [
"ChatSession"
,
"execute_terminal"
]