Skip to content

Latest commit

 

History

History

autogen-k8s-basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AutoGen DeepDive

Consider giving this repo a ✨! Thanks!!!

Here's a link to the YouTube video explaining this setup in greater detail:

Querying Kubernetes using AutoGen

Prerequisites

You need to have the following tools installed:

Environment Setup

1. Setup poetry & K8s Environment

# To setup poetry
poetry install

# To setup a k3d cluster
k3d cluster create --config k3d.config.yaml

2. Install Inferix (OpenAI compatible server)

  • Make sure you have Ollama installed.
  • Make sure you have pulled a model. I recommend OpenHermes 2.5.
  • Use this guide to setup the inference server locally. This supports function calling which most projects do not.

3. Run the AutoGen App

poetry run python src/main.py --prompt "give me all the pods"