Logo Lanfrica

JHUB-AFRICA/ai-agents-4-smes

Domaine:

digital infrastructure

Type de record:

software
Créateur:
JHU
Hôte:
# GoKleva GoKleva is an AI agents platform that automates routine operational workflows for small and medium-sized enterprises (SMEs). Built for the MP-30 “AI Agents for SMEs” initiative at JHUB Africa, GoKleva focuses on Transport as the primary industry use case and demonstrates cross-industry scalability (e.g., Healthcare). ## Problem statement SMEs in Transport struggle with fragmented scheduling, manual routing decisions, and slow response to exceptions (delays, cancellations, re-bookings). These gaps increase cost, reduce utilization, and create poor customer experience. GoKleva automates routing, booking, and exception handling with lightweight, configurable AI agents so SMEs can operate more efficiently without large engineering teams. ## Key features - Orchestrated AI agents for task automation (routing, booking, triage, data extraction) - Pluggable connectors for carriers, booking systems, and messaging platforms - Scenario templates for Transport (freight/passenger) and Healthcare triage - REST API and CLI for triggering and monitoring agent flows - Lightweight persistence and audit logs (SQLite/Postgres configurable) - Observability: Prometheus metrics and structured JSON logs - Privacy-first design: secrets via env/secret manager and data pseudonymization options ## Tech stack / architecture overview GoKleva is modular: agents (task logic), an orchestrator (flow control), connectors (external adapters), and a small persistence layer. It exposes a REST API and a CLI for integration. See ARCHITECTURE.md for a detailed diagram and component responsibilities. ## Quick start Prerequisites - Git - Docker & Docker Compose (recommended) or language runtimes for local run - (Optional) Postgres for production-like runs Installation and environment setup 1. Clone the repo: - git clone github.com - cd ai-agents-4-smes 2. Copy example environment and edit: - cp .env.example .env - Edit .env to set DB_URL, API keys, and …