Skip to content

Commit 456c549

Browse files
committed
(human) move veg files from example to .veg
1 parent 8cbf488 commit 456c549

File tree

18 files changed

+98
-96
lines changed

18 files changed

+98
-96
lines changed

.veg/agents.cue

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -79,65 +79,65 @@ agents: rawdog: {
7979
}
8080

8181

82-
agents: coding_assist_ro: {
83-
description: string | *"Veggie Code, a sophisticated assistant for senior developers."
84-
instruction: string | *"agents/coding_assro.md"
85-
environment: "golang:1.25-trixie"
86-
tools: [
87-
"cache_put",
88-
"cache_del",
89-
90-
"fs_read",
91-
"fs_list",
92-
"fs_glob",
93-
"fs_grep",
94-
95-
// "exec",
96-
// "@coding_context_provider",
97-
]
98-
}
99-
100-
agents: coding_context_provider: {
101-
description: string | *"Returns the relevant context from directory listings, file contents, and/or terminal history necessary to aid completing a task based on the query"
102-
instruction: string | *"agents/coding_context_provider.md"
103-
tools: [
104-
"cache_put",
105-
"cache_del",
106-
"fs_read",
107-
"fs_list",
108-
"fs_grep",
109-
]
110-
}
111-
112-
agents: deepc: {
113-
description: "A deep research agent specializing in code base analysis to iteratively search, evaluate, summarize, and build well cited research."
114-
instruction: "agents/deepr.md"
115-
tools: [
116-
"cache_put",
117-
"cache_del",
118-
"fs_read",
119-
"fs_list",
120-
"fs_grep",
121-
"fs_write",
122-
"search",
123-
"fetch",
124-
]
125-
}
126-
127-
agents: deepr: {
128-
description: "A deep research agent to iteratively search, evaluate, summarize, and build well cited reports."
129-
instruction: "agents/deepr.md"
130-
tools: [
131-
"cache_put",
132-
"cache_del",
133-
"fs_read",
134-
"fs_list",
135-
"fs_grep",
136-
"fs_write",
137-
"search",
138-
"fetch",
139-
]
140-
}
82+
// agents: coding_assist_ro: {
83+
// description: string | *"Veggie Code, a sophisticated assistant for senior developers."
84+
// instruction: string | *"agents/coding_assro.md"
85+
// environment: "golang:1.25-trixie"
86+
// tools: [
87+
// "cache_put",
88+
// "cache_del",
89+
90+
// "fs_read",
91+
// "fs_list",
92+
// "fs_glob",
93+
// "fs_grep",
94+
95+
// // "exec",
96+
// // "@coding_context_provider",
97+
// ]
98+
// }
99+
100+
// agents: coding_context_provider: {
101+
// description: string | *"Returns the relevant context from directory listings, file contents, and/or terminal history necessary to aid completing a task based on the query"
102+
// instruction: string | *"agents/coding_context_provider.md"
103+
// tools: [
104+
// "cache_put",
105+
// "cache_del",
106+
// "fs_read",
107+
// "fs_list",
108+
// "fs_grep",
109+
// ]
110+
// }
111+
112+
// agents: deepc: {
113+
// description: "A deep research agent specializing in code base analysis to iteratively search, evaluate, summarize, and build well cited research."
114+
// instruction: "agents/deepr.md"
115+
// tools: [
116+
// "cache_put",
117+
// "cache_del",
118+
// "fs_read",
119+
// "fs_list",
120+
// "fs_grep",
121+
// "fs_write",
122+
// "search",
123+
// "fetch",
124+
// ]
125+
// }
126+
127+
// agents: deepr: {
128+
// description: "A deep research agent to iteratively search, evaluate, summarize, and build well cited reports."
129+
// instruction: "agents/deepr.md"
130+
// tools: [
131+
// "cache_put",
132+
// "cache_del",
133+
// "fs_read",
134+
// "fs_list",
135+
// "fs_grep",
136+
// "fs_write",
137+
// "search",
138+
// "fetch",
139+
// ]
140+
// }
141141

142142
agents: fetch: {
143143
description: "A web crawling agent."
@@ -158,7 +158,7 @@ agents: hack: {
158158
"cache_put",
159159
"cache_del",
160160
]
161-
mcp: [
162-
"quickbooks",
163-
]
161+
// mcp: [
162+
// "quickbooks",
163+
// ]
164164
}
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ ctr: {
9191

9292
from: dev
9393
steps: [
94+
// add hof late (not in dev), because it changes frequently
95+
hof.File.linux,
96+
9497
// config / env stuff
9598
// _packs.tool.k8s.kind.config,
9699
// going to switch to k3d / k3s
@@ -104,9 +107,6 @@ ctr: {
104107
// env.BindService & {service: lang.node.lsp},
105108
// env.BindService & {service: lang.python.lsp},
106109

107-
// add hof late, because it changes frequently
108-
hof.File.linux,
109-
env.Dir & {path: "/work", source: src.code},
110110
env.Dir & {path: "/root/.ssh", source: secrets.dotssh},
111111
env.Dir & {path: "/root/.kube", source: secrets.kubecfg},
112112
env.SecretVars & {
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dist: {
6161
#hof: id: string | *"dist-veg-\(k)"
6262
#hof: metadata: name: #hof.id
6363
reg: root.flags.registry
64-
name: "veg-\(k)"
64+
name: string | *"veg-\(k)"
6565
}
6666
min: {image: root.ctr.min}
6767
dev: {image: root.ctr.dev}
@@ -82,6 +82,7 @@ dist: {
8282
@env()
8383
#hof: id: "dist-\(_f)"
8484
#hof: metadata: name: #hof.id
85+
name: "\(_f)"
8586
image: F.img
8687
}
8788
}
File renamed without changes.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
let root = self
99

1010
extn: {
11+
#ver: string | *"v0.7.0-alpha.2"
1112
vscode: {
12-
#ver: "0.0.1"
1313
src: env.#Dir & {
1414
@env(vscode-src)
1515
name: "vscode-src"
@@ -24,11 +24,14 @@ extn: {
2424
build: env.#Container & {
2525
@env(vscode-build)
2626
name: "vscode-build"
27-
from: "\(root.flags.registry)/veg-dev:local"
27+
from: root.ctr.dev
2828
steps: [
29+
// add mounts
30+
2931
// add source
3032
env.Dir & {path: "/work", source: src},
3133

34+
3235
// linting
3336
// shouldi to make sure package.json is up to date with what we see
3437

File renamed without changes.

0 commit comments

Comments
 (0)