denniszielke / humans-in-the-loop

Architecture reference for multiple Async AI Agents with Kafka in Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async AI Agents and Humans in the loop

This project demonstrates how to implement a human in the loop pattern using multiple asynchronous AI agents.

image info

Deploy Infrastructure

echo "log into azure dev cli - only once"
azd auth login

echo "provisioning all the resources with the azure dev cli"
azd up

echo "get and set the value for AZURE_ENV_NAME"
source <(azd env get-values | grep AZURE_ENV_NAME)

echo "building and deploying the streamlit user interface"
bash ./azd-hooks/deploy.sh sql-agents $AZURE_ENV_NAME

Starting up

conda create -n ai-orchestrator python=3.12

conda activate ai-orchestrator

python -m pip install -r requirements.txt   

python -m streamlit run app.py --server.port=8000

About

Architecture reference for multiple Async AI Agents with Kafka in Azure

License:MIT License


Languages

Language:Bicep 71.2%Language:Python 20.8%Language:Shell 4.7%Language:Dockerfile 3.3%