Skip to content

init: replace legacy template files with leap_integration.py skeleton#240

Merged
moshe-kabala merged 2 commits into
masterfrom
feat/init-template
Jun 1, 2026
Merged

init: replace legacy template files with leap_integration.py skeleton#240
moshe-kabala merged 2 commits into
masterfrom
feat/init-template

Conversation

@RanHomri
Copy link
Copy Markdown

Summary

  • Removes leap_binder.py, leap_test.py, and leap_custom_test.py from the leap init template
  • Adds leap_integration.py with a minimal skeleton using the current decorator-based API (tensorleap_load_model, tensorleap_integration_test)
  • Updates leap.yaml template and default entryFile in NewWorkspaceConfig to reference leap_integration.py

Test plan

  • Run leap init and verify only leap.yaml and leap_integration.py are created
  • Verify leap.yaml has entryFile: leap_integration.py and include: [leap_integration.py]
  • Verify leap_integration.py contains the skeleton with correct imports and decorator stubs

ranhomri added 2 commits May 26, 2026 10:16
Removes leap_binder.py, leap_test.py, and leap_custom_test.py from the
init template. Adds leap_integration.py with a minimal skeleton using
the current decorator-based API. Updates leap.yaml and the default
entryFile accordingly.
@RanHomri RanHomri requested a review from moshe-kabala May 26, 2026 07:29
@moshe-kabala moshe-kabala merged commit 57dc69e into master Jun 1, 2026
2 checks passed
@moshe-kabala moshe-kabala deleted the feat/init-template branch June 1, 2026 09:09
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.

2 participants