The url for the github repository you are cloning
This is the path which the repo will be cloned to in the langgraph cloud deployment. I recommend using it like this: users/{user_id}/
with the {user_id} being some unique id in your application. This allows for your app to separate user's cloned repositories nicely so they're cloned like into paths like this: users/12345/cloned_repo
This should be the name of the branch you'd like this graph to operate on. It can be a new branch or existing one such as 'main', but you have to input a string value into here.
A Valid Github Access Token that can read/write to private repositories. Get your Token here
required when using an open ai model as the model_name
note: an openai model is used by default if none is given.