mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
9 lines
135 B
Python
9 lines
135 B
Python
import os
|
|
|
|
|
|
def bun():
|
|
return os.path.expanduser("~/.eigent/bin/bun")
|
|
|
|
|
|
def uv():
|
|
return os.path.expanduser("~/.local/bin/uv")
|