microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.1.0-py

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

python/README.md

9lines · modeblame

16aa0867Curtis Man1 years ago1# TypeAgent Python Code
2
3## Overview
4
c6dc382cCurtis Man1 years ago5**TypeAgent** is **sample code** that explores an architecture for building a _personal agent_ with _natural language interfaces_ leveraging current advances in LLM technology.
16aa0867Curtis Man1 years ago6
7This directory contain python code that support our **TypeAgent** implementation.
8
23465b9bCurtis Man1 years ago9- [Local Whisper Service](./stt/whisperService/) - an optional locally hosted whisper service for voice input.