feat: k8s:// ClusterIP claim env + complete payload target_repo
Resolve llm-connect / actcore-api / edge-relay without port-forward. Include target_repo on FI and Binky complete payloads for ops UI artefacts.
This commit is contained in:
parent
6383944939
commit
94a15d67aa
7 changed files with 207 additions and 8 deletions
|
|
@ -157,8 +157,12 @@ def process_one(
|
|||
"approach": ar.approach,
|
||||
"ok": ar.ok,
|
||||
"reason": ar.reason,
|
||||
"target_repo": run.target_repo,
|
||||
**(ar.result or {}),
|
||||
}
|
||||
# Prefer approach-provided target_repo if set
|
||||
if ar.result and ar.result.get("target_repo"):
|
||||
payload["target_repo"] = ar.result["target_repo"]
|
||||
|
||||
try:
|
||||
if ar.ok:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue