Multi Agent Ai Azure Neon Openai banner
neondatabase neondatabase

Multi Agent Ai Azure Neon Openai

DevOps community

Description

Multi-Agent AI Example with LangChain, AutoGen, Azure OpenAI, and Neon Serverless Postgres

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Multi-Agent AI Example with LangChain, AutoGen, Azure OpenAI, and Neon Serverless Postgres

This repository demonstrates how to build a **multi-agent AI solution** using:

  • LangChain for natural language to SQL translation.
  • AutoGen for coordinating AI agents in collaborative workflows.
  • Azure OpenAI GPT-4o for intelligent language understanding and generation of SQL queries in Neon PostgreSQL.
  • Neon Serverless Postgres for scalable database branching and dynamic data management.

The application showcases a shipping company where AI agents manage shipments, customers, and product information. The main goal is to demonstrate how AI agents can not only **query data** but also **act on it**, extending the "Chat With Your Data" concept to "Chat and Act on Your Data."

![Multi-Agent AI Example with LangChain, AutoGen, Azure OpenAI, and Neon Serverless Postgres](/assets/multi-ai-agents.png)


Features

  • 🌐 Gradio UI: User-friendly interface for natural language interactions.
  • 🤖 AutoGen Multi-Agent: AI agents collaborate for specific tasks:
    • SchemaAgent: Manages database schema retrieval and sharing.
    • ShipmentAgent: Handles shipment-related queries and updates. Uses the send_shipment stored procedure.
    • CRMAgent: Manages customer and product-related data. Uses the add_customer stored procedure.

Getting Started

1. Prerequisites


**2. Setup Instructions**

**Clone the Repository**

git clone https://github.com/your-username/multi-agent-ai-azure-neon-openai.git
cd mu