microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/README.md
24lines · modecode
| 1 | # TypeAgent.NET |
| 2 | |
| 3 | ## Overview |
| 4 | |
| 5 | **[TypeAgent](../README.md)** is **sample code** that explores an architecture for building a _personal agent_ with _natural language interfaces_ leveraging current advances in LLM technology. |
| 6 | |
| 7 | TypeAgent includes [KnowPro.NET](./typeagent/src/knowpro/), which explores how to implement memory using [Structured RAG](../ts/packages/knowPro/README.md#structured-rag-overview). |
| 8 | |
| 9 | ## Components |
| 10 | |
| 11 | - [KnowPro.NET](./typeagent/README.md) |
| 12 | - C# code that supports the Typescript **TypeAgent** implementation. |
| 13 | |
| 14 | - [AutoShell](./autoShell/)(Windows Only) - Support [Desktop](../ts/packages/agents/desktop/) to control Window functionalities. |
| 15 | - [email](./email/)(Windows Only) - Sample code for importing emails from Outlook. |
| 16 | - [osNotificationListener](./osNotificationListener/)(Windows Only) - Sparse-packaged helper exe for the [OS notifications agent](../ts/packages/agents/osNotifications/) — subscribes to `Windows.UI.Notifications.Management.UserNotificationListener` and streams events as JSON-per-line on stdout. |
| 17 | |
| 18 | ## Trademarks |
| 19 | |
| 20 | This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft |
| 21 | trademarks or logos is subject to and must follow |
| 22 | [Microsoft's Trademark \& Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). |
| 23 | Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. |
| 24 | Any use of third-party trademarks or logos are subject to those third-party's policies. |
| 25 | |