Skip to content

Commit 060cbb7

Browse files
test: admit canonical eval graph fixtures
agent-identity: dev3.direct.omp.jmg9x29x agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.0.11 agent-runtime: OMP 18.0.11 tooling-profile: dotfiles@2161b9c
1 parent 9b01e2a commit 060cbb7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/eval_run.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,7 @@ mod tests {
17081708
r#"agent "worker" {
17091709
identity "worker"
17101710
host "evalhost"
1711+
supervisor "evalhost.sup"
17111712
workspace "$CATALOG/worker"
17121713
argv "sh" "-c" "sleep 60"
17131714
}
@@ -1750,6 +1751,7 @@ mod tests {
17501751
host "evalhost"
17511752
workspace "$CATALOG/worker"
17521753
claude { prompt "Start the assigned work." }
1754+
delivery-readiness "credential"
17531755
}
17541756
"#,
17551757
);
@@ -1919,7 +1921,7 @@ agent "worker" { identity "worker"; host "evalhost"; argv "true" }
19191921
)],
19201922
),
19211923
(
1922-
"dangling-supervisor",
1924+
"supervisor-missing",
19231925
vec![(
19241926
"agents/evalhost/worker/agent.kdl",
19251927
r#"agent "worker" {
@@ -1970,6 +1972,7 @@ agent "worker" { identity "worker"; host "evalhost"; argv "true" }
19701972
r#"agent "two" {
19711973
identity "two"
19721974
host "evalhost"
1975+
supervisor "evalhost.one"
19731976
pty "agent" { id "two-main"; command "sleep 60" }
19741977
exec "poison" { id "shared"; command "true" }
19751978
}"#,

0 commit comments

Comments
 (0)