Create Branch
lyzr_git_create_branchCreate a new branch in an agent's git repository to isolate development work, optionally from a specific source branch.
Instructions
Create a new branch in an agent's git repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent id | |
| branch_name | Yes | Name of the new branch | |
| from_branch | No | Branch to create the new branch from |