forked from i-am-bee/agentstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmise.toml
More file actions
47 lines (38 loc) · 908 Bytes
/
Copy pathmise.toml
File metadata and controls
47 lines (38 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[tools]
# runtime
"asdf:CrouchingMuppet/asdf-lima" = "1.2.1" # using lima from asdf since the aqua one fails to install in CI
# Python
python = "3.13"
uv = "0.8.9"
# Node.js
nodejs = "22"
pnpm = "9.9.0"
# Kubernetes
helm = "latest"
kubeconform = "latest"
"ubi:telepresenceio/telepresence" = "latest"
# misc
yq = "latest"
"pipx:toml-cli" = "latest"
fd = "latest"
"ubi:google/addlicense" = "latest"
gum = "latest"
[settings]
experimental = true # for python.uv_venv_auto
python.uv_venv_auto = true
raw = true
node.gpg_verify = false # tends to randomly fail; sha is checked by lockfile
[hooks]
postinstall = "{{ mise_bin }} setup"
# TASKS
[task_config]
includes = [
"./tasks.toml",
"helm/tasks.toml",
"apps/beeai-cli/tasks.toml",
"apps/beeai-sdk/tasks.toml",
"apps/beeai-server/tasks.toml",
"apps/beeai-ui/tasks.toml",
"apps/beeai-web/tasks.toml",
"docs/tasks.toml",
]