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...
9e68ce9
llmOS-Agent
/
src
/
__init__.py
tech-envision
Add persistent VM execution
2bae1d8
3 months ago
raw
Copy download link
history
blame
166 Bytes
from
.chat
import
ChatSession
from
.tools
import
execute_terminal, set_vm
from
.vm
import
LinuxVM
__all__ = [
"ChatSession"
,
"execute_terminal"
,
"set_vm"
,
"LinuxVM"
]