LICENSE
NOTICE
README.md
pyproject.toml
hrkit/__init__.py
hrkit/__main__.py
hrkit/ai.py
hrkit/ai_tools.py
hrkit/branding.py
hrkit/chat.py
hrkit/chat_storage.py
hrkit/cli.py
hrkit/composio_client.py
hrkit/composio_sdk.py
hrkit/config.py
hrkit/db.py
hrkit/employee_fs.py
hrkit/evaluator.py
hrkit/feature_flags.py
hrkit/frontmatter.py
hrkit/hiring_migrator.py
hrkit/integrations_ui.py
hrkit/migrate.py
hrkit/migration_runner.py
hrkit/models.py
hrkit/recipes.py
hrkit/recipes_ui.py
hrkit/sandbox.py
hrkit/scanner.py
hrkit/seeds.py
hrkit/server.py
hrkit/settings_ui.py
hrkit/templates.py
hrkit/uploads.py
hrkit/wizard.py
hrkit.egg-info/PKG-INFO
hrkit.egg-info/SOURCES.txt
hrkit.egg-info/dependency_links.txt
hrkit.egg-info/entry_points.txt
hrkit.egg-info/requires.txt
hrkit.egg-info/top_level.txt
hrkit/integrations/__init__.py
hrkit/integrations/composio_actions.py
hrkit/integrations/hooks.py
hrkit/integrations/mirror.py
hrkit/integrations/register.py
hrkit/migrations/001_full_hr_schema.sql
hrkit/migrations/002_phase2_modules.sql
hrkit/migrations/__init__.py
hrkit/modules/__init__.py
hrkit/modules/approval.py
hrkit/modules/asset.py
hrkit/modules/attendance.py
hrkit/modules/audit_log.py
hrkit/modules/coaching.py
hrkit/modules/course.py
hrkit/modules/csv_export.py
hrkit/modules/csv_import.py
hrkit/modules/department.py
hrkit/modules/document.py
hrkit/modules/e_sign.py
hrkit/modules/employee.py
hrkit/modules/exit_record.py
hrkit/modules/expense.py
hrkit/modules/f_and_f.py
hrkit/modules/goal.py
hrkit/modules/helpdesk.py
hrkit/modules/holiday_calendar.py
hrkit/modules/leave.py
hrkit/modules/meal.py
hrkit/modules/onboarding.py
hrkit/modules/payroll.py
hrkit/modules/performance.py
hrkit/modules/project.py
hrkit/modules/promotion.py
hrkit/modules/recruitment.py
hrkit/modules/referral.py
hrkit/modules/role.py
hrkit/modules/salary_advance.py
hrkit/modules/self_evaluation.py
hrkit/modules/shift.py
hrkit/modules/skill.py
hrkit/modules/survey.py
hrkit/modules/tax_slab.py
hrkit/modules/timesheet.py
hrkit/modules/vehicle.py
hrkit/static/favicon.svg
tests/test_ai_gating.py
tests/test_ai_guardrails.py
tests/test_ai_http.py
tests/test_ai_tools.py
tests/test_approval.py
tests/test_attendance.py
tests/test_chat_composio_tools.py
tests/test_chat_project_sync.py
tests/test_composio_sdk.py
tests/test_config.py
tests/test_csv_import_export.py
tests/test_department.py
tests/test_document.py
tests/test_employee.py
tests/test_employee_fs.py
tests/test_evaluator.py
tests/test_exit_record.py
tests/test_integrations.py
tests/test_integrations_ui.py
tests/test_leave.py
tests/test_mirror.py
tests/test_onboarding.py
tests/test_payroll.py
tests/test_performance.py
tests/test_phase111_custom.py
tests/test_phase11_wiring.py
tests/test_phase16_18_19.py
tests/test_recruitment.py
tests/test_recruitment_pull_emails.py
tests/test_role.py
tests/test_sandbox.py
tests/test_seeds.py
tests/test_settings_ui.py
tests/test_templates_archetypes.py
tests/test_templates_detail.py
tests/test_timesheet.py
tests/test_uploads.py
tests/test_wizard.py