Skip to main content
kombify AI is not a single monolithic assistant. It is an orchestrated system of specialized agents coordinated by a central Brain router.

System overview

The Brain

The Brain is not an AI agent. It is a stateless routing and coordination service that:
  • Classifies user intent via rule-based and LLM-hybrid classification
  • Discovers available agents via an AgentCard registry
  • Routes work to the appropriate Companion or Manager
  • Collects observability data across all agents
  • Never holds user memory or executes tools directly

Companions vs Managers

PropertyCompanionsManagers
ActivationOn-demand (user-initiated)24/7 background
Memory4-layer persistent memoryNo conversation memory
InteractionConversationalEvent-driven, task-oriented
AutonomyUser-directedGraduated (trust progression)
ExamplesSmart Home, Personal, WorkGuard, Server Manager

Technology stack

ComponentTechnology
AI FrameworkGoogle Genkit Go 1.4
Agent FrameworkGoogle ADK Go 1.0
BackendGo 1.25+, Chi v5
MessagingNATS (multi-node coordination)
Database (SaaS)PostgreSQL 17 + pgvector
Database (Self-hosted)SQLite (pure Go)
ObservabilityOpenTelemetry

Multi-provider model routing

kombify AI intelligently routes requests to the optimal model based on task complexity, cost, and user preferences.

Further reading

Trust model

How Managers gain autonomy gradually

Memory system

The 4-layer Companion memory architecture