MultiAgentSystem / README.md
shuv25's picture
Upload 3 files
93a82f7 verified

A newer version of the Gradio SDK is available: 6.10.0

Upgrade
metadata
title: Multi-Agent System Hub
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: true
license: mit
python_version: 3.11

Multi-Agent System Hub

Central hub for accessing specialized AI agents. Each agent is independently deployed and optimized for specific tasks.

Available Agents

1. Delivery Optimization Agent (Active)

Real-time route planning and optimization using OpenStreetMap

  • Interactive maps with turn-by-turn directions
  • Cost optimization for deliveries
  • Traffic analysis
  • Multiple route comparison

2. Agent 2 (Coming Soon)

Details to be announced

3. Agent 3 (Coming Soon)

Details to be announced

How to Use

  1. Click on any active agent card
  2. You'll be redirected to the agent's dedicated interface
  3. Enter your query and get AI-powered results

Architecture

This hub uses a microservices architecture where:

  • Each agent runs in its own Hugging Face Space
  • Agents are independently deployable and scalable
  • Hub provides unified access point
  • No cross-dependencies between agents

For Developers

To add a new agent:

  1. Deploy your agent as a separate HF Space
  2. Update AGENT_URLS in app.py with your Space URL
  3. Update agent details (title, description, features)
  4. Commit changes

Built with Gradio | Deployed on Hugging Face Spaces