eigent/backend/app/component/command.py
2025-07-29 23:57:16 +08:00

9 lines
136 B
Python

import os
def bun():
return os.path.expanduser("~/.eigent/bin/bun")
def uv():
return os.path.expanduser("~/.eigent/bin/uv")