Ai Workforce banner
Tarunmeena656 Tarunmeena656

Ai Workforce

AI community

Description

Multi-tenant enterprise AI automation platform. Claude-powered agents with tool calling, RAG knowledge bases, document intelligence, event-driven workflows and human-in-the-loop approvals. Node.js, TypeScript, Fastify, Prisma, PostgreSQL, React.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AI Workforce

**Connect your company's existing tools, data and APIs, and deploy AI agents that automate real business operations with enterprise security, human approval and complete auditability.**

AI Workforce is a multi-tenant SaaS platform. Companies connect their business systems (CRM, e-commerce, accounting, email, Slack, custom APIs), upload their documents, and create AI agents that understand company data, make decisions and safely execute tasks through tools, with human-in-the-loop approvals for risky actions and a full audit trail.

![AI Workforce dashboard](docs/screenshots/dashboard.png)

What it does

Module Capability
AI Agents Create agents with instructions, model, tools, permissions and knowledge. Server-side permission enforcement for every tool call.
AI Chat Streaming chat (SSE) with multi-step tool calling, conversation memory, citations, cost/latency per run.
Tool calling Tool registry with risk levels; built-in tools + tools generated from integrations.
Knowledge base (RAG) Upload PDF/DOCX/XLSX/CSV/TXT/MD; chunking, embeddings, hybrid vector + full-text search with reciprocal-rank fusion, source citations, tenant isolation.
Document intelligence Structured extraction (invoices, purchase orders, receipts, contracts, custom schemas), arithmetic/plausibility validation, duplicate detection, review/approval.
Workflow automation JSON workflow DSL (tool, agent, condition, approval, notify, http, extract, emit, delay steps), event / manual / cron triggers, templates.
Integrations Universal custom REST connector (any company API becomes agent tools), Slack, webhooks, and a demo e-commerce store with realistic data.
Event-driven core Persisted domain events with an outbox; dispatcher fans out to workflows, notification channels and signed outbound webhooks. Durable job queue (PostgreSQL SKIP LOCKED, SQS adapter).
Human-in-the-loop High-r