-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Create a local tool for interacting with the clipboard. #455
Comments
@kaavee315 can i pick this up? |
Sure. Basically, we want a local tool that can allow copying items (Texts, images, files) to clipboard. This will be system dependent based on the libraries you use. It can be a part of file manager tool or an independent tool too. |
Hi @r1jsheth, have you started working on this issue? If not, would it be alright if I take a shot at it? |
@palash018 not started yet, please go ahead |
@sohamganatra, so just to clarify, we would need both functionalities: copying from the agent to the clipboard and pasting from the clipboard to the agent, correct? |
Yes that's correct. |
@r1jsheth feel free to try it I got a bit occupied 😅. |
hey @sohamganatra @kaavee315 can i handle this issue? |
I'd love to tackle this issue. Assignment request, please. :) |
Implement a clipboardtool (similar to filetool) that provides actions for copying text, images, or files to the clipboard and retrieving content from the clipboard.
The text was updated successfully, but these errors were encountered: