Overview of Remote Template workflow
mainThe Remote Template system follows a five-step process to transform a Git repository into a deployable application:
- Fetching: Retrieves the template repository from Git.
- Version locking: Automatically uses the exact starter pack version specified by the template to ensure compatibility.
- Applying: Uses intelligent defaults based on the repository structure.
- Merging: Combines template files with the base agent infrastructure.
- Generating: Produces a complete, production-ready agent project.