Personal AI Employee is a controlled, auditable AI operations system built with Human-in-the-Loop (HITL) governance, workflow state management, MCP integrations, and structured audit logging.
This project is not a chatbot.
It is a state-driven AI workflow system designed to convert unstructured inputs into controlled, reviewable, and traceable execution workflows.
- UI Demo: https://personal-ai-employee-ui.vercel.app/dashboard.html
- Final Proof Branch:
platinum-final-demo
Note: The
mainbranch is used as the public project overview. The final demo-ready implementation and evidence are available in theplatinum-final-demobranch.
The final working demo and proof branch is:
platinum-final-demoThe main branch is used as the recruiter-facing project overview.
The full final implementation, evidence flow, UI, and demo-ready system are available in the platinum-final-demo branch.
Personal AI Employee demonstrates how AI automation can be made safer through:
- Human approval before sensitive actions
- Controlled task lifecycle management
- Deterministic workflow states
- MCP-backed tool integrations
- Append-only audit logging
- Evidence-based execution proof
- CEO briefing/report generation
- Runtime visibility and state tracking
The system is designed around safety, traceability, and accountability.
Input → Task → Plan → Human Approval → Execution → Logs → ReportingFull demo flow:
MCP → Runtime → Watcher → Task → Plan → Approval → Artifact → LogsEach step produces verifiable files, artifacts, or logs inside the project vault.
The system accepts tasks through watcher-based intake.
Implemented intake sources include:
- Filesystem watcher
- Gmail intake bridge
- Manual task creation
Raw inputs are converted into structured tasks.
The project uses a local vault as the system memory and workflow engine.
Main workflow states:
Needs_Action → In_Progress → Plans → Pending_Approval → Approved → DoneThe vault acts as:
- Source of truth
- Workflow state tracker
- Audit-friendly system memory
- Human review surface
The system generates structured execution plans before any action is taken.
Plans are reviewable and do not automatically execute sensitive actions.
Human approval is required before controlled execution.
Key rule:
No approval → no executionThis ensures the system remains safe, reviewable, and accountable.
Approved actions can be executed through controlled integrations.
Implemented / demonstrated integrations include:
- Slack
- Odoo
- Filesystem
- Gmail
- GitHub
- Google Calendar
- Playwright
- Context7
All sensitive actions are governed by approval and logging.
The system keeps structured logs and evidence for verification.
Evidence includes:
- JSONL audit logs
- Watcher logs
- Execution logs
- Approval artifacts
- CEO briefings
- Demo screenshots
- Platinum evidence pack
This makes the workflow traceable from input to final output.
| Branch | Purpose |
|---|---|
main |
Recruiter-facing overview README |
silver-dev |
Silver watcher/perception layer |
gold-dev |
Gold orchestration, audit, and CEO briefing layer |
gold-gap-fix |
Gold repair and finalization branch |
platinum-start |
Start of Platinum visibility layer |
pipeline-repair-safe |
Safe pipeline repair branch |
platinum-final-demo |
Final working demo and proof branch |
The Gold layer proves the core execution system.
It demonstrates:
- Deterministic workflow execution
- Resume-safe processing
- Human approval gates
- Structured audit logs
- CEO briefing generation
- Controlled execution after approval
- Retry and crash-safety concepts
Gold represents the main controlled execution system.
The Platinum layer adds visibility and final demo readiness.
It demonstrates:
- Runtime visibility dashboard
- Cloud vs local execution separation
- Clear state ownership
- Final UI/demo presentation
- Evidence pack organization
- Final proof branch preparation
Platinum improves observability and evaluation clarity without weakening the HITL safety model.
- No uncontrolled execution
- No sensitive action without approval
- Human-in-the-loop enforcement
- Append-only audit logging
- Traceable workflow transitions
- Deterministic state movement
- Clear Gold vs Platinum boundaries
Important evidence and proof files are organized across the final branch, especially:
AI_Employee_Vault/
AI_Employee_Vault/Logs/
AI_Employee_Vault/Artifacts/
AI_Employee_Vault/Briefings/
AI_Employee_Vault/Artifacts/PLATINUM_EVIDENCE_PACK/
docs/
evidence/The final demo-ready evidence is available in:
platinum-final-demoA judge-safe demo follows this flow:
- Drop or receive an input task
- Watcher converts input into a structured task
- System generates a plan
- Plan moves to pending approval
- Human approves the action
- Controlled execution runs
- Output is saved as an artifact
- Logs record the full lifecycle
This project is not a simple automation script.
It is a controlled AI operations system focused on:
- Safety
- Auditability
- Human approval
- Real workflow states
- Tool integration
- Evidence-backed execution
The goal is to show how AI automation can be made practical, governed, and reviewable.
Final project status:
Gold + Platinum demo system completed
Final proof branch: platinum-final-demo
Live UI demo availableThis project demonstrates practical AI automation engineering, workflow orchestration, HITL governance, MCP-style integrations, and audit-ready system design.