🚀 EdgeAgent – Local-First AI Agent Platform

✨ Inspiration

We built EdgeAgent to explore the potential of GPT-OSS in a fully local environment.
Most AI tools rely on cloud services, which introduces privacy risks, latency, and recurring costs.

Our goal:

  • Create a local-first AI agent that runs directly on your machine.
  • Enable querying databases, automating emails, and integrating real-time weather insights—all offline.
  • Show that powerful AI workflows can be accessible, private, and cloud-free, empowering both technical and non-technical users.

⚡ What It Does

EdgeAgent is an AI-powered local agent platform designed to simplify complex data workflows. It enables users to:

  • 🔹 Convert natural language to SQL – Ask questions in plain English and get optimized queries instantly.
  • 🔹 Analyze database schemas – Auto-detect structures and generate embeddings for semantic query resolution.
  • 🔹 Run multi-agent workflows – Orchestrate SQL, email automation, and weather data retrieval individually or in combination.
  • 🔹 Manage databases & email groups – Add, test, and visualize connections, and organize recipients with ease.
  • 🔹 Authenticate securely – OTP, passwordless login, and JWT sessions for privacy and control.

👉 All workflows run entirely offline, leveraging GPT-OSS + Ollama locally for speed, security, and zero cloud dependency.


🛠️ How We Built It

EdgeAgent is powered by a fully local intelligence engine:

  • GPT-OSS → Natural language understanding, SQL generation, and reasoning for workflows.
  • Ollama → Hosts GPT-OSS models locally; generates embeddings and powers ReAct agents.
  • LangGraph → Orchestrates multiple AI agents (SQL, email, weather, schema analysis, supervisor).
  • Qdrant → Stores schema embeddings for semantic search and intelligent queries.
  • PostgreSQL & Redis → Handle structured storage, caching, and orchestration.

Key Features:

  • 📝 Natural Language → SQL
  • 📊 Schema Analysis with Qdrant
  • 🤖 Multi-Agent Workflows via LangGraph
  • 🔐 Flexible Authentication (OTP, passwordless, JWT)
  • 🔄 Hybrid Workflows (SQL + email + weather insights)

🚧 Challenges We Faced

  • Handling complex schemas with hundreds of columns for embeddings & semantic search.
  • Making outputs intuitive for non-technical users.
  • Performance optimization for multiple local AI agents.
  • Clean real-time weather integration into workflows.
  • Orchestration complexity when coordinating multiple agents while keeping context.

🏆 Accomplishments

  • Built a fully offline AI agent that runs SQL, email, and weather tasks.
  • Enabled semantic database understanding with Ollama embeddings + Qdrant.
  • Made multi-agent workflows accessible to non-technical users.
  • Achieved privacy-first AI processing—no data ever leaves the machine.
  • Successfully combined structured + unstructured AI reasoning with GPT-OSS, LangGraph, PostgreSQL, and Redis.

📚 What We Learned

  • GPT-OSS works effectively in local-only setups.
  • Multi-agent orchestration makes complex AI workflows intuitive.
  • Embeddings + schema analysis allow semantic search and intelligent queries.
  • Structured data + AI reasoning → robust hybrid platform.
  • Offline AI is not just possible—it’s faster, safer, and cheaper than cloud-dependent tools.

🔮 What’s Next for EdgeAgent

  • 🛠️ Enhanced customization → Advanced multi-step workflow definitions and automation rules.
  • 🎨 Better UI/UX → Visual editors, drag-and-drop schema mapping, richer dashboards.
  • 🤖 New agents → Data cleaning, report generation, anomaly detection.
  • 💻 Cross-platform support → Easy installs for Windows, Mac, Linux.
  • 🎯 Local fine-tuning → Domain-specific GPT-OSS models for higher SQL + email accuracy.

🌍 Vision

EdgeAgent aims to become the go-to local-first AI agent platform, proving that GPT-OSS + Ollama can deliver privacy-preserving, offline, multi-agent intelligence for everyone.

Built With

  • gpt-oss
  • langchain
  • langgraph
  • ollama
  • postgress
  • qdrant
Share this project:

Updates