microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
88322a0b3f0c311a95730d3faeab445ada3988b2

Branches

Tags

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

Clone

HTTPS

Download ZIP

python/README.md

9lines · modecode

1# TypeAgent Python Code
2
3## Overview
4
5**TypeAgent** is **sample code** that explores architectures for building _interactive agents_ with _natural language interfaces_ using [TypeChat](https://github.com/microsoft/typechat).
6
7This directory contain python code that support our **TypeAgent** implementation.
8
9- [Local Whisper Service](./stt/whisperService/) - an optional locally hosted whisper service for voice input.
10