anwar/gunma-ai-agent

AI Agent orchestrator for Gunma Halal Food — OpenAI tool calling, Qdrant vector search, Ollama embeddings

Maintainers

Package info

github.com/ringkubd/gunma-ai-agent

pkg:composer/anwar/gunma-ai-agent

Statistics

Installs: 27

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2026-04-22 06:50 UTC

This package is auto-updated.

Last update: 2026-04-22 11:41:56 UTC


README

Modern, tool-calling AI agent backend for Gunma Halal Food. Orchestrates OpenAI, Qdrant, and real-time support channels.

Core Features

  • Piku Orchestrator: Humanoid AI agent with tool-calling capabilities.
  • Omnichannel Support: Seamlessly handles Web Chat, Email (IMAP/Webhook), and Support Tickets.
  • Smart Order Logic: Intelligent order status reasoning and cancellation prevention for shipped items.
  • Vector Search (Qdrant): High-speed semantic search for products and knowledge base.
  • Support Tickets: Dedicated support_tickets table for formal complaints and claims.
  • Vision Support: Analyzes customer-uploaded photos for damage claims.

Installation

composer require anwar/gunma-ai-agent

Setup

  1. Publish migrations and config:
php artisan vendor:publish --provider="Anwar\GunmaAgent\GunmaAgentServiceProvider"
  1. Run migrations:
php artisan migrate

Architecture

  • ToolExecutor: The brain that connects AI to your Laravel database and services.
  • AgentOrchestrator: Manages the message loop, context window, and streaming.
  • EmailWebhookController: Handles incoming support emails.

License

MIT © Anwar