Map the existing Eve control plane into NodeKit#30
Draft
HomenShum wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Outcome
Brownfield-maps NodeVideo's existing Eve control plane into the canonical NodeAgent application contract without moving files, replacing Eve, or changing worker authority.
What changed
nodeagent.application/v1manifestapps/eve-agent/agentas the filesystem-authored agentpack.yaml.nodeagentdiscovery/resolution metadataagent.tssubagents through the adapter-aware compiler without creating duplicate YAML definitionsProof
Compiled with NodeKit commit
f4ac7c6from node-platform #4:e1ee1155566d...apps/eve-agent/agentfiles boundValidation:
--testTimeout=15000: 34 files / 175 tests passedHonest boundary
This is mapping-only. Eve 0.24.4 remains the runtime; the generated metadata is not consumed by Eve yet and does not prove a shared local/eval/production execution path, NodeAgent-native events, shadow parity, a live model run, or authenticated production deployment. Live Eve evals were not run because model and control-plane credentials were unavailable.
The repository's default 5-second Vitest timeout remains red on one pre-existing
render-metrics-v2duration; that same test passes with the 15-second timeout used above. This PR does not weaken that threshold or represent it as a green default gate.Review/merge after the compiler behavior in node-platform #4 is accepted. No deployment or publication is included.