Skip to content

Commit

Permalink
feat: Wellcome message (#153)
Browse files Browse the repository at this point in the history
* feat: new agent commit and wellcome message

* feat: wellcome message to compose files

* fix: name and more cards

* update: agent version

---------

Co-authored-by: dilyararimovna <dilyara.rimovna@gmail.com>
  • Loading branch information
IgnatovFedor and dilyararimovna committed Dec 7, 2023
1 parent b089c3c commit 4436e8c
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
FALLBACK_TO_DOCS_FILE: fallbacks_sentius_en_docs.json
HELP_FILE: help_en.json
START_DIALOG_FILE: start_dialog_en.json
WELCOME_MESSAGE: welcome_msgs/welcome.md

files:
image: julienmeerschart/simple-file-upload-download-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
FALLBACK_TO_DOCS_FILE: fallbacks_sentius_en_docs.json
HELP_FILE: help_en.json
START_DIALOG_FILE: start_dialog_en.json
WELCOME_MESSAGE: welcome_msgs/welcome.md

files:
image: julienmeerschart/simple-file-upload-download-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
FALLBACK_TO_DOCS_FILE: fallbacks_sentius_en_docs.json
HELP_FILE: sentius_help_en.json
START_DIALOG_FILE: sentius_start_dialog_en.json
WELCOME_MESSAGE: welcome_msgs/welcome.md

files:
image: julienmeerschart/simple-file-upload-download-server
Expand Down
2 changes: 1 addition & 1 deletion dp-agent
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ FALLBACK_FILE: fallbacks_sentius_en.json
FALLBACK_TO_DOCS_FILE: fallbacks_sentius_en_docs.json
HELP_FILE: help_en.json
START_DIALOG_FILE: start_dialog_en.json
WELCOME_MESSAGE: welcome_msgs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ compose:
FALLBACK_TO_DOCS_FILE: fallbacks_sentius_en_docs.json
HELP_FILE: help_en.json
START_DIALOG_FILE: start_dialog_en.json
WELCOME_MESSAGE: welcome_msgs/welcome.md
volumes:
- .:/dp-agent
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ FALLBACK_FILE: fallbacks_sentius_en.json
FALLBACK_TO_DOCS_FILE: fallbacks_sentius_en_docs.json
HELP_FILE: help_en.json
START_DIALOG_FILE: start_dialog_en.json
WELCOME_MESSAGE: welcome_msgs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ compose:
FALLBACK_TO_DOCS_FILE: fallbacks_sentius_en_docs.json
HELP_FILE: help_en.json
START_DIALOG_FILE: start_dialog_en.json
WELCOME_MESSAGE: welcome_msgs/welcome.md
volumes:
- .:/dp-agent
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ FALLBACK_FILE: fallbacks_sentius_en.json
FALLBACK_TO_DOCS_FILE: fallbacks_sentius_en_docs.json
HELP_FILE: help_en.json
START_DIALOG_FILE: start_dialog_en.json
WELCOME_MESSAGE: welcome_msgs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ compose:
FALLBACK_TO_DOCS_FILE: fallbacks_sentius_en_docs.json
HELP_FILE: help_en.json
START_DIALOG_FILE: start_dialog_en.json
WELCOME_MESSAGE: welcome_msgs/welcome.md
volumes:
- .:/dp-agent
ports:
Expand Down
11 changes: 11 additions & 0 deletions welcome_msgs/welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
🚀 Welcome to Sentius PM Assistant!
Sentius PM Assistant is your personal assistant in Microsoft Teams, designed to streamline your workflow and enhance team productivity. Whether you need a quick summary of your meeting transcripts, real-time assistance during discussions, or a chat with a virtual Product Manager, PM Assistant is here to help.

Here's how PM Assistant can transform your workday:
- 📄 Instant Summaries: Receive succinct recaps of your meetings with a simple command.
- 💡 Actionable Insights: Gain valuable insights and track team progress with reports to make informed decisions.
- 📊 Effortless Reporting: Create drafts for weekly or monthly reports by compiling several transcripts.

For the best experience press space on your keyboard where you can find some quick commands

We're here to support your journey to enhanced team productivity. Let's make your team's workflow smoother, together!

0 comments on commit 4436e8c

Please sign in to comment.