hr-operations-agent

lucaslimaa2/hr-operations-agent
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Multi-agent HR ops system. MCP servers (HRIS, jurisdiction rules engine, policy RAG) orchestrated by Sonnet, classified by Haiku, with conflict-resolver write gating + audit log. Portfolio project.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hr-operations-agent": {
      "command": "uvx",
      "args": [
        "hr-operations-agent"
      ]
    }
  }
}

Or install with pip: pip install hr-operations-agent

README Excerpt

A production-shaped multi-agent system that handles HR workflow requests in natural language. Haiku classifies the intent, Sonnet reasons over three MCP servers (HRIS, jurisdiction rules engine, policy RAG), a conflict resolver gates every write, and every action is audit-logged. Built as part of [Lucas Lima's AI portfolio](https://lucaslima.xyz/ai-portfolio).

Tools (1)

audit_log