Can an agent work with git.client? #1173
Closed
craigdallimore
started this conversation in
General
Replies: 2 comments 1 reply
-
Right... there's no great way to "spin out" another git agent and configure it. However, I am moving the system scripts to .mts files which means we'll be able to use imports... which means we could refactor the agent creation piece into genaiscript/runtime and allow you to spin up another agent. Another option, would be to allow the |
Beta Was this translation helpful? Give feedback.
1 reply
-
In 107, you can spin up multiple agent_git. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What a great project. I could use some advice:
My objective is to have a git agent that I can use to interact with
/some/other/git/repo
in my file system. I can see how to set up an agent that acts within its own repo here and I found the example of making a git client for another repo in the filesystem here but I cannot figure out how to combine these (it looks like it should be possible). 😃 :Beta Was this translation helpful? Give feedback.
All reactions