microsoft/TypeAgent
Publicmirrored from https://github.com/microsoft/TypeAgentAvailable
python/README.md
9lines · modeblame
16aa0867Curtis Man1 years ago | 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 | | |
| 7 | This directory contain python code that support our **TypeAgent** implementation. | |
| 8 | | |
23465b9bCurtis Man1 years ago | 9 | - [Local Whisper Service](./stt/whisperService/) - an optional locally hosted whisper service for voice input. |