eigent/backend/app/component/command.py
2025-08-12 01:16:39 +02: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")