feat(evalkit): wire the transport and the composed-prompt producer #264
No reviewers
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agent-compose!264
Loading…
Reference in a new issue
No description provided.
Delete branch "adjacency/262-role-adjacents"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
evalkit.run took a --prompts directory of composed .md that nothing
produced. scripts/eval-prompts.sh composes one bundle per role and writes
its compiled delivery there, which is the actual system prompt a role
receives. Frontier is the only tier every role supports, and model tier
does not change selected context.
scripts/eval-smoke.sh sends one live request so a broken transport
surfaces before a board run rather than during one.
Three corrections from exercising the real path for the first time:
Agent Proxy authenticates by network position on the tailnet, so
--api-key is now optional and the Authorization header is omitted when
it is empty. Base URL and model now default to the live proxy and
evaluation/deepseek-v4-flash.
The subject is a reasoning model and returns reasoning_content beside
content. It is preserved as evidence, never graded, and never counted
against the word cap, where observed reasoning ran up to 1761 words for
a 21-word answer.
The local venv had partially installed pyyaml and httpx: the packages
registered as present while their Python sources were missing, so both
CLIs raised on import while every gate passed green. Nothing exercised
the serialization path. test_io.py now round-trips boards, grades, and
responses through disk, and asserts the two attributes the CLIs call.
Refs #262.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Co-authored-by: Kai Siren coilysiren@gmail.com
Co-authored-by: Claude noreply@anthropic.com