AI-powered HRIS and employment law advisory platform for Singapore SMEs.
7.1K
AI-powered HRIS and employment law advisory for Singapore SMEs, built on the Kailash SDK.
curl -O https://raw.githubusercontent.com/terrene-foundation/arbor/main/docker-compose.hub.yml
curl -O https://raw.githubusercontent.com/terrene-foundation/arbor/main/.env.example
cp .env.example .env
docker compose -f docker-compose.hub.yml up -d
| Capability | Details |
|---|---|
| Autonomous Delegate | 208 tools — KB search, calculators, 104 HRIS REST, 92 MCP connectors |
| Advisory Engine | Singapore employment law with citation grounding and 13-step safety chain |
| Deterministic Payroll | CPF, SDL, SHG, FWL — zero LLM, pure arithmetic with tested lookup tables |
| 12 HRIS Modules | Employees, payroll, leave, attendance, claims, shifts, appraisals, projects, inventory, recruitment, reports, |
| documents | |
| 5 MCP Servers | Government (CPF/IRAS/MOM), accounting, banking, communications, regulatory |
| PACE Governance | Preview-Approve-Confirm-Exit flow for all write operations |
| Variable | Required | Description |
|---|---|---|
DATABASE_URL | Yes | PostgreSQL connection string |
REDIS_URL | Yes | Redis connection string |
JWT_SECRET_KEY | Yes | Random string for JWT signing |
OPENAI_API_KEY | For AI | LLM provider API key |
DEFAULT_LLM_MODEL | For AI | Model name (default: gpt-5-mini-2025-08-07) |
OLLAMA_BASE_URL | Optional | Local LLM endpoint for Ollama/vLLM |
LLM_KEY_ENCRYPTION_KEY | Optional | Fernet key for BYOK encryption |
See .env.example for the full list.
┌─────────────────────────────────────────────┐
│ Arbor Backend │
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ Advisory │ │ Shadow │ │ HRIS │ │
│ │ /stream │ │ /execute │ │ 120+ API │ │
│ └────┬─────┘ └────┬─────┘ └──────────┘ │
│ │ │ │
│ └──────┬───────┘ │
│ │ │
│ ┌──────┴──────┐ │
│ │ Delegate │ 208 tools │
│ │ (kaizen- │ KB + calc + HRIS │
│ │ agents) │ + MCP connectors │
│ └─────────────┘ │
│ │
│ PostgreSQL 16 + pgvector │ Redis 7 │
└─────────────────────────────────────────────┘
| Tag | Description |
|---|---|
latest | Latest stable release |
0.2.0 | Autonomous Delegate release |
edge | Latest build from main (may be unstable) |
Content type
Image
Digest
sha256:fbaa606cc…
Size
134.9 MB
Last updated
about 1 month ago
docker pull terrenefoundation/arbor-backendPulls:
58
Last week