mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-01 21:20:15 +00:00
9 lines
136 B
Python
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")
|