Autonomous AI Agent Workforce

AI agents that autonomously complete business process workflows

View the interactive project page →

Autonomous AI Agent Workforce

Part of the worlds-biggest-software-project initiative.

An open-source platform for deploying goal-directed AI agents that autonomously execute enterprise business process workflows, with built-in governance, audit, and human-in-the-loop escalation.

Enterprise knowledge workers spend a large portion of their time on repetitive, rule-governed tasks -- reading data from one system, making a decision, and writing results to another. Traditional RPA automates narrow, brittle screen-scraping workflows that break whenever a UI changes. This project replaces both human drudgery and fragile automation with autonomous AI agents that reason about context, handle exceptions, orchestrate sub-tasks across systems via API, and escalate only genuinely ambiguous cases to humans.


Why Autonomous AI Agent Workforce?

  • Traditional RPA is brittle. Screen-scraping bots break on every UI change. AI agents work through APIs and reason about context, making them resilient to surface-level system changes.

  • Commercial platforms lock you in. Salesforce Agentforce requires existing Salesforce investment and MuleSoft middleware for non-Salesforce data. Microsoft Copilot Studio is tightly coupled to the M365 ecosystem. ServiceNow and Automation Anywhere are enterprise-tier-only with opaque pricing. Every incumbent ties governance to its own platform.

  • Enterprise pricing is prohibitive for mid-market. Automation Anywhere, Blue Prism, and ServiceNow offer no self-serve tier. Zapier's per-task pricing becomes cost-prohibitive at scale. Relevance AI caps actions at 200/month on its free tier. n8n is self-hostable but uses a non-OSI Sustainable Use Licence that restricts derivative commercial products.

  • No vendor-neutral governance exists. ServiceNow's AI Control Tower comes closest but requires ServiceNow platform investment. There is no open-source solution that can monitor and govern agents regardless of their origin platform.

  • Open-source frameworks lack enterprise readiness. CrewAI and LangGraph provide excellent orchestration primitives but have no built-in governance, policy enforcement, cost attribution, or compliance-ready audit trails -- those features exist only in their proprietary commercial tiers.


Key Features

Agent Orchestration

  • Multi-agent orchestration engine supporting sequential, parallel, and conditional task graphs
  • Hierarchical task trees with dynamic sub-agent spawning
  • Durable execution with checkpointing and automatic retry of failed steps (no re-execution of completed steps)
  • Semantic versioning and rollback of agent behaviour configurations

Enterprise Integration

  • Pre-built connectors for major enterprise systems (SAP, Salesforce, ServiceNow, Workday, Jira, Slack, Microsoft 365, GitHub, Google Workspace, email/SMTP)
  • Generic REST, GraphQL, and MCP tool wrappers for custom systems
  • MCP server exposing all platform actions to external LLMs for third-party agent integration
  • Automated integration field-mapping using AI during connector configuration

Governance and Compliance

  • Declarative policy engine defining what each agent may read, write, execute, and spend
  • Immutable audit trail of every action, tool call, and reasoning chain, exportable for compliance review
  • Vendor-neutral governance layer capable of monitoring agents from any platform
  • Dry-run mode for every workflow before live deployment

Human-in-the-Loop

  • Configurable confidence thresholds that pause execution and route decisions to human approvers
  • Approval routing via Slack, email, or a dedicated review UI with full context passed intact
  • Explicit confirmation required for destructive or external-facing actions

Monitoring and Operations

  • Real-time dashboard of agent activity with failure alerts and SLA tracking
  • Cost attribution per agent, workflow, and business unit
  • Anomaly detection for agent loops, drift, and unexpected output distributions
  • Role-based access control with separate permissions for agent authors, approvers, operators, and auditors

Agent Marketplace

  • Pre-built agent templates for common processes (invoice approval, employee onboarding, IT ticket triage, lead qualification)
  • One-click deployment and configuration without coding
  • Automated regression test runner triggered when LLM model versions change

AI-Native Advantage

Unlike traditional RPA, this platform uses LLM reasoning at every decision point: agents select connectors dynamically based on task descriptions, learn from human escalation decisions to reduce future escalations, and detect anomalous execution patterns automatically. A tiered model routing strategy sends simple classification tasks to smaller, faster models and reserves frontier models for complex reasoning or exception handling, balancing cost, latency, and accuracy. Natural language policy authoring lets governance rules be expressed in plain language and compiled to enforcement logic, making compliance accessible to non-technical stakeholders.


Tech Stack & Deployment

The orchestration engine requires durable execution infrastructure -- frameworks like Temporal.io or equivalent -- to handle long-running tasks (hours to days) that survive process restarts. Deployment modes include self-hosted (Docker/Kubernetes), cloud, and hybrid. Each tool wrapper implements exponential backoff, schema validation, and circuit breakers for reliability. Agent memory is partitioned to prevent cross-contamination in multi-tenant deployments. Sandboxed execution environments and output filtering on tool responses guard against prompt injection and data exfiltration.

LLM integration is model-agnostic, supporting any provider via adapter pattern. Prompt caching and structured output (JSON mode) reduce latency and parsing errors.


Market Context

A May 2025 PwC survey found 79% of organisations already run AI agents in production, with industry spending on agentic AI infrastructure projected at $12.4 billion in 2026. Gartner predicts 40% of enterprise applications will embed task-specific AI agents by end of 2026. Incumbent platforms price at enterprise-tier only (Automation Anywhere, Blue Prism, ServiceNow) or per-task models that scale poorly (Zapier), while open-source frameworks (CrewAI at Apache 2.0, LangGraph at MIT) lack built-in governance and compliance features. Reported projected ROI for well-governed agent deployments averages 171%.


Project Status

This project is in the research and specification phase. Contributions, feedback, and domain expertise are welcome.


Contributing

We welcome contributions from developers, domain experts, and potential users. See CONTRIBUTING.md for guidelines.

Important: All contributions must be your own original work or clearly attributed open-source material with a compatible licence. Copyright infringement and licence violations will not be tolerated and will result in immediate removal of the offending contribution. If you are unsure whether a piece of code, text, or other material is safe to contribute, open an issue and ask before submitting.


Licence

Licence to be determined. See discussion for context.