microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/README.md
10lines · modecode
| 1 | # TypeAgent Dotnet code |
| 2 | |
| 3 | ## Overview |
| 4 | |
| 5 | **TypeAgent** is **sample code** that explores an architecture for building a _personal agent_ with _natural language interfaces_ leveraging current advances in LLM technology. |
| 6 | |
| 7 | This directory contain dotnet C# code that support our **TypeAgent** implementation. |
| 8 | |
| 9 | - [AutoShell](./autoShell/)(Windows Only) - Support [Desktop](../ts/packages/agents/desktop/) to control Window functionalities. |
| 10 | - [email](./email/)(Windows Only) - Sample code for importing emails from Outlook |
| 11 | |