AutoGen Studio is a UI for AutoGen maintained by the AutoGen Team. We can use AutoGen Studio to add new skills. In this Tutorial we add a new Skill to write notes to the Note-Taking App Obsidian.
TaskWeaver UI enable us to communicate with TaskWeaver and shows the planer steps and the execution by CodeInterpreter.
Microsoft TaskWeaver is a code-first Agent Framework. It's like AutoGen but has some more advantages, specially for coding like:
Handling rich data structures like pandas Dataframes
Customized algorithms by using plugins
incorporating domain-specific Knowledge
Stateful conversation
Code verification and more
We can run AutoGen with a local free open source private LLM like Mistral 7b Instruct as a replacement to OpenAI. In this tutorial we use the local inference Server of LM-Studio