llmOS-Agent / src /__init__.py
tech-envision
Replace python execution tool with terminal
ecc9e42
raw
history blame
113 Bytes
from .chat import ChatSession
from .tools import execute_terminal
__all__ = ["ChatSession", "execute_terminal"]