Skip to content

Expose governed model dependency execution#496

Merged
enricopiovesan merged 1 commit into
mainfrom
codex/issue-494-governed-model-execution
Jun 27, 2026
Merged

Expose governed model dependency execution#496
enricopiovesan merged 1 commit into
mainfrom
codex/issue-494-governed-model-execution

Conversation

@enricopiovesan

@enricopiovesan enricopiovesan commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Persist app model_dependencies in CLI-produced workspace registration state and load them into runtime app registrations.
  • Add a governed runtime model dependency execution surface that resolves an app-declared inference interface, revalidates the selected local provider/model, invokes the existing Ollama-backed provider, and returns ModelResolutionEvidence with output.
  • Update authoring docs and smoke checks so WASM agents no longer own provider-specific model API calls.

Governing Spec

  • 045-governed-model-dependency-resolution
  • 046-public-cli-app-registration
  • 006-runtime-request-execution
  • 004-spec-alignment-gate

Project Item

Validation

  • cargo test
  • cargo clippy -- -D warnings
  • bash scripts/ci/repository_checks.sh
  • bash scripts/ci/wasm_agent_authoring_guide_smoke.sh
  • git diff --check

@enricopiovesan enricopiovesan force-pushed the codex/issue-494-governed-model-execution branch from 827aceb to bd8094b Compare June 27, 2026 16:57
@enricopiovesan enricopiovesan merged commit dbbdce0 into main Jun 27, 2026
4 checks passed
@enricopiovesan enricopiovesan deleted the codex/issue-494-governed-model-execution branch June 27, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose governed model dependency execution to downstream WASM agents

1 participant