microsoft / hack-together

Hack Together: Microsoft Graph and .NET is a hackathon for .NET developers to learn Microsoft Graph and Microsoft 365.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: magi - An AI wizard to answer all your queries

Rahtoken opened this issue · comments

Project name

magi

Description

magi is a command-line-interface tool designed to answer user queries using the Microsoft Graph API. It's built using .NET and can provide prompt responses to various questions by leveraging Microsoft Graph API.

magi solves the problem of users having to search for answers to their questions online, which can be time-consuming and inefficient. Instead, Magi can provide quick and accurate answers to user queries. It can provide users with a list of all the users in their company, their unread emails, and even their latest meetings, among others. This app is helpful for individuals, teams, and organizations alike.

With magi, users can save time and increase their productivity. This tool can help businesses become more efficient by allowing employees to access important data quickly and easily. Additionally, it can assist individuals in making better decisions by providing them with relevant information.

Demo (turn on the volume):

Untitled.video.mp4

Repo URL

https://github.com/Rahtoken/magi-msgraph-hackathon

Team members

Rahtoken

Very cool @Rahtoken! It seems though, that you're not using the Microsoft Graph .NET SDK. Would you be willing to update your hack to use the SDK and make chance to win one of the cool prizes we've got?

Thanks for pointing it out!
I have updated the project to use the .NET SDK.