-
Notifications
You must be signed in to change notification settings - Fork 23
feat: multiple agent support #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution! 🥳
Some lines have ;
and some don't. If you could run the prettier formatter, that'd be great! Have you manually tested this? I'll give it a shot in a bit too.
Co-authored-by: Kyle Carberry <[email protected]>
Yes, I've manually tested. It works |
@ytcheng I'll test, merge, and do a release in the morning (it's 1am here) ;p. Thanks again! |
Just a small improvement suggestion and a question. The text should be "Connect to an Agent" (a to an). 😁 Also, what would be multiple agents? In a workspace? Scott |
@smolinari some users will have a workspace that contains a database and a container that they code in, or maybe multiple containers in more abstract scenarios. In these situations, you might have multiple agents you can connect to inside a single workspace! |
Hmm... interesting. Didn't think about having more than one agent in a workspace. Cool. More possibilities.... 😁 Scott |
add multiple agent support

Screenshot