-
Notifications
You must be signed in to change notification settings - Fork 4
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
V1 features #17
Comments
I think much more powerful to support inline task creation as well as context aware q&a (command-ask) Here's a sophisticated inline bot example that generates custom animations. I think pretty much everything else can be scrapped. It seems like a lot of artifacts from when we had less infrastructure and less clarity on direction. |
right so the only feature that needs ported over directly is:
new features:
|
I don't think anything will be ported. Inline message seems quite different. Try and invoke the command-ask as close as possible as it is currently without making much custom adjustments for telegram client. This already can answer org aware questions which is useful. We can focus later on adjusting the prompt to be more useful specifically in telegram context. So for now, no chat context. Just the user's query only. |
I will implement as I first suggested and you can see how it looks and we'll take it from there re: creating new chats from user comments.
Got it, minimal changes to current structure and the context window is the sysMsg + embeddings search + query. |
A new workroom has been created for this task. Join chat |
I don't understand the long-term vision for this plugin. Right now it supports sending telegram notifications on:
Basically it just duplicates the github functionality, so in addition to github email notifications one will also receive telegram notifications. What's so special about this plugin that can't be achieved via github directly? |
For context, the future vision of UbiquityOS is to span across all major productivity platforms, including but not limited to: GitHub, telegram, google drive, notion. This is our first step into capturing, processing, and recognizing events that occur on telegram in order to have a more wholistic understanding of how team members are contributing to getting projects done. Most organizations are not as strict about their communication policy being mainly under the GitHub issue for example. We should try and make UbiquityOS as seamless as possible to add in the background and 1. collect org intelligence and 2. Compensate the top contributors the most. As you can imagine, traditional organizations have more varied communication channels including the likes of email, slack, zoom, in person. Ideally UbiquityOS should be context aware and understand what projects they are working on, and credit them accordingly for their productive communications related to completing that project. I think the initial setup is the biggest immediate goal here. Then we can start looking into "telegram kernel plugins" to extend its capabilities. Off hand, I think that it makes sense to:
|
Opened this issue as it's a blocker for implementing the I'll work on task creation until that is resolved. |
PRs for both features ready for review |
Passed the deadline and no activity is detected, removing assignees: @Keyrxng. |
ask
#34/newtask
#32/ask
Requires embeddings access to enable org-awareness. Should replicate the official plugin as close as possible.
/newtask
Should allow the creation of a new task via Telegram
The text was updated successfully, but these errors were encountered: