Skip to content

Latest commit

 

History

History

autogen-workflows

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Building Custom Workflows with AutoGen

Consider giving this repo a ✨! Thanks!!!

Prerequisites

You need to have the following tools installed:

Environment Setup

1. Setup poetry & K8s Environment

# To setup poetry
poetry install

2. Install Inferix (OpenAI compatible API)

  • Feel free to use any OpenAI compatible API.
  • Make sure you have Ollama installed.
  • Make sure you have pulled a model. I recommend OpenHermes 2.5.
  • Use this guide to setup inferix to host a OpenAI compatible API capable of function calling.

3. Run the AutoGen App

# Basic program (Summarization with optional title generation)
poetry run basic -g -f note.md

# Advance program (Note paraphrazing with task identification)
poetry run advanced -f note.md