README.md
pyproject.toml
create_leafmesh/__init__.py
create_leafmesh/cli.py
create_leafmesh/create.py
create_leafmesh.egg-info/PKG-INFO
create_leafmesh.egg-info/SOURCES.txt
create_leafmesh.egg-info/dependency_links.txt
create_leafmesh.egg-info/entry_points.txt
create_leafmesh.egg-info/requires.txt
create_leafmesh.egg-info/top_level.txt
create_leafmesh/templates/_registry.yaml
create_leafmesh/templates/_inspire/Dockerfile
create_leafmesh/templates/_inspire/README.md
create_leafmesh/templates/_inspire/_REFERENCE_ONLY.md
create_leafmesh/templates/_inspire/docker-compose.yml
create_leafmesh/templates/_inspire/dockerignore
create_leafmesh/templates/_inspire/env
create_leafmesh/templates/_inspire/gitignore
create_leafmesh/templates/_inspire/hitl_stub_receiver.py
create_leafmesh/templates/_inspire/main.py
create_leafmesh/templates/_inspire/requirements.txt
create_leafmesh/templates/_inspire/agency/__init__.py
create_leafmesh/templates/_inspire/agency/advisor_agent.py
create_leafmesh/templates/_inspire/agency/external_agents.py
create_leafmesh/templates/_inspire/agency/fallback_researcher_agent.py
create_leafmesh/templates/_inspire/agency/greeter_agent.py
create_leafmesh/templates/_inspire/agency/processor_agent.py
create_leafmesh/templates/_inspire/agency/researcher_agent.py
create_leafmesh/templates/_inspire/agency/scheduler_agent.py
create_leafmesh/templates/_inspire/agency/tools.py
create_leafmesh/templates/_inspire/configs/config.yaml
create_leafmesh/templates/_inspire/skills/tone-rules.md
create_leafmesh/templates/_inspire/skills/data-handling/SKILL.md
create_leafmesh/templates/_inspire/skills/data-handling/examples.json
create_leafmesh/templates/bd-proposals/Dockerfile
create_leafmesh/templates/bd-proposals/README.md
create_leafmesh/templates/bd-proposals/_prompts.json
create_leafmesh/templates/bd-proposals/docker-compose.yml
create_leafmesh/templates/bd-proposals/dockerignore
create_leafmesh/templates/bd-proposals/env
create_leafmesh/templates/bd-proposals/gitignore
create_leafmesh/templates/bd-proposals/main.py
create_leafmesh/templates/bd-proposals/pytest.ini
create_leafmesh/templates/bd-proposals/requirements-dev.txt
create_leafmesh/templates/bd-proposals/requirements.txt
create_leafmesh/templates/bd-proposals/agency/__init__.py
create_leafmesh/templates/bd-proposals/agency/compliance_reviewer_agent.py
create_leafmesh/templates/bd-proposals/agency/past_proposal_retriever_agent.py
create_leafmesh/templates/bd-proposals/agency/pricing_configurator_agent.py
create_leafmesh/templates/bd-proposals/agency/rfp_ingester_agent.py
create_leafmesh/templates/bd-proposals/agency/section_drafter_agent.py
create_leafmesh/templates/bd-proposals/agency/win_loss_analyzer_agent.py
create_leafmesh/templates/bd-proposals/agency/_shared/__init__.py
create_leafmesh/templates/bd-proposals/agency/_shared/audit_logger.py
create_leafmesh/templates/bd-proposals/configs/config.yaml
create_leafmesh/templates/bd-proposals/tests/__init__.py
create_leafmesh/templates/bd-proposals/tests/conftest.py
create_leafmesh/templates/bd-proposals/tests/test_agent_logic.py
create_leafmesh/templates/bd-proposals/tests/test_config_shape.py
create_leafmesh/templates/bench-management/Dockerfile
create_leafmesh/templates/bench-management/README.md
create_leafmesh/templates/bench-management/_prompts.json
create_leafmesh/templates/bench-management/docker-compose.yml
create_leafmesh/templates/bench-management/dockerignore
create_leafmesh/templates/bench-management/env
create_leafmesh/templates/bench-management/gitignore
create_leafmesh/templates/bench-management/main.py
create_leafmesh/templates/bench-management/pytest.ini
create_leafmesh/templates/bench-management/requirements-dev.txt
create_leafmesh/templates/bench-management/requirements.txt
create_leafmesh/templates/bench-management/agency/__init__.py
create_leafmesh/templates/bench-management/agency/allocation_planner_agent.py
create_leafmesh/templates/bench-management/agency/capacity_forecaster_agent.py
create_leafmesh/templates/bench-management/agency/career_path_recommender_agent.py
create_leafmesh/templates/bench-management/agency/idle_detector_agent.py
create_leafmesh/templates/bench-management/agency/reskilling_recommender_agent.py
create_leafmesh/templates/bench-management/agency/skills_matcher_agent.py
create_leafmesh/templates/bench-management/agency/weekly_bench_sweep_agent.py
create_leafmesh/templates/bench-management/agency/_shared/__init__.py
create_leafmesh/templates/bench-management/agency/_shared/audit_logger.py
create_leafmesh/templates/bench-management/configs/config.yaml
create_leafmesh/templates/bench-management/tests/__init__.py
create_leafmesh/templates/bench-management/tests/conftest.py
create_leafmesh/templates/bench-management/tests/test_agent_logic.py
create_leafmesh/templates/bench-management/tests/test_config_shape.py
create_leafmesh/templates/claude_skills/leafmesh/SKILL.md
create_leafmesh/templates/claude_skills/leafmesh/agent-config-fields.md
create_leafmesh/templates/claude_skills/leafmesh/examples.md
create_leafmesh/templates/claude_skills/leafmesh/reference.md
create_leafmesh/templates/customer-success/Dockerfile
create_leafmesh/templates/customer-success/README.md
create_leafmesh/templates/customer-success/_prompts.json
create_leafmesh/templates/customer-success/docker-compose.yml
create_leafmesh/templates/customer-success/dockerignore
create_leafmesh/templates/customer-success/env
create_leafmesh/templates/customer-success/gitignore
create_leafmesh/templates/customer-success/main.py
create_leafmesh/templates/customer-success/pytest.ini
create_leafmesh/templates/customer-success/requirements-dev.txt
create_leafmesh/templates/customer-success/requirements.txt
create_leafmesh/templates/customer-success/agency/__init__.py
create_leafmesh/templates/customer-success/agency/exec_alignment_agent.py
create_leafmesh/templates/customer-success/agency/health_score_agent.py
create_leafmesh/templates/customer-success/agency/health_score_explainer_agent.py
create_leafmesh/templates/customer-success/agency/health_sweep_orchestrator_agent.py
create_leafmesh/templates/customer-success/agency/playbook_trigger_agent.py
create_leafmesh/templates/customer-success/agency/qbr_drafter_agent.py
create_leafmesh/templates/customer-success/agency/renewal_forecaster_agent.py
create_leafmesh/templates/customer-success/agency/renewal_window_monitor_agent.py
create_leafmesh/templates/customer-success/agency/risk_detector_agent.py
create_leafmesh/templates/customer-success/agency/save_play_agent.py
create_leafmesh/templates/customer-success/agency/_shared/__init__.py
create_leafmesh/templates/customer-success/agency/_shared/audit_logger.py
create_leafmesh/templates/customer-success/configs/config.yaml
create_leafmesh/templates/customer-success/tests/__init__.py
create_leafmesh/templates/customer-success/tests/conftest.py
create_leafmesh/templates/customer-success/tests/test_agent_logic.py
create_leafmesh/templates/customer-success/tests/test_config_shape.py
create_leafmesh/templates/customer-support/Dockerfile
create_leafmesh/templates/customer-support/README.md
create_leafmesh/templates/customer-support/_prompts.json
create_leafmesh/templates/customer-support/docker-compose.yml
create_leafmesh/templates/customer-support/dockerignore
create_leafmesh/templates/customer-support/env
create_leafmesh/templates/customer-support/gitignore
create_leafmesh/templates/customer-support/main.py
create_leafmesh/templates/customer-support/pytest.ini
create_leafmesh/templates/customer-support/requirements-dev.txt
create_leafmesh/templates/customer-support/requirements.txt
create_leafmesh/templates/customer-support/agency/__init__.py
create_leafmesh/templates/customer-support/agency/kb_gap_filler_agent.py
create_leafmesh/templates/customer-support/agency/knowledge_agent.py
create_leafmesh/templates/customer-support/agency/qa_agent.py
create_leafmesh/templates/customer-support/agency/response_agent.py
create_leafmesh/templates/customer-support/agency/sentiment_agent.py
create_leafmesh/templates/customer-support/agency/sla_watchdog_agent.py
create_leafmesh/templates/customer-support/agency/ticket_intake_agent.py
create_leafmesh/templates/customer-support/agency/triage_agent.py
create_leafmesh/templates/customer-support/agency/_shared/__init__.py
create_leafmesh/templates/customer-support/agency/_shared/audit_logger.py
create_leafmesh/templates/customer-support/configs/config.yaml
create_leafmesh/templates/customer-support/tests/__init__.py
create_leafmesh/templates/customer-support/tests/conftest.py
create_leafmesh/templates/customer-support/tests/test_agent_logic.py
create_leafmesh/templates/customer-support/tests/test_config_shape.py
create_leafmesh/templates/engineering-sdlc/Dockerfile
create_leafmesh/templates/engineering-sdlc/README.md
create_leafmesh/templates/engineering-sdlc/_prompts.json
create_leafmesh/templates/engineering-sdlc/docker-compose.yml
create_leafmesh/templates/engineering-sdlc/dockerignore
create_leafmesh/templates/engineering-sdlc/env
create_leafmesh/templates/engineering-sdlc/gitignore
create_leafmesh/templates/engineering-sdlc/main.py
create_leafmesh/templates/engineering-sdlc/pytest.ini
create_leafmesh/templates/engineering-sdlc/requirements-dev.txt
create_leafmesh/templates/engineering-sdlc/requirements.txt
create_leafmesh/templates/engineering-sdlc/agency/__init__.py
create_leafmesh/templates/engineering-sdlc/agency/code_reviewer_agent.py
create_leafmesh/templates/engineering-sdlc/agency/junior_engineer_agent.py
create_leafmesh/templates/engineering-sdlc/agency/oncall_alert_triager_agent.py
create_leafmesh/templates/engineering-sdlc/agency/refactor_agent.py
create_leafmesh/templates/engineering-sdlc/agency/security_scanner_agent.py
create_leafmesh/templates/engineering-sdlc/agency/spec_agent.py
create_leafmesh/templates/engineering-sdlc/agency/test_engineer_agent.py
create_leafmesh/templates/engineering-sdlc/agency/_shared/__init__.py
create_leafmesh/templates/engineering-sdlc/agency/_shared/audit_logger.py
create_leafmesh/templates/engineering-sdlc/configs/config.yaml
create_leafmesh/templates/engineering-sdlc/tests/__init__.py
create_leafmesh/templates/engineering-sdlc/tests/conftest.py
create_leafmesh/templates/engineering-sdlc/tests/test_agent_logic.py
create_leafmesh/templates/engineering-sdlc/tests/test_config_shape.py
create_leafmesh/templates/finance-ops/Dockerfile
create_leafmesh/templates/finance-ops/README.md
create_leafmesh/templates/finance-ops/_prompts.json
create_leafmesh/templates/finance-ops/docker-compose.yml
create_leafmesh/templates/finance-ops/dockerignore
create_leafmesh/templates/finance-ops/env
create_leafmesh/templates/finance-ops/gitignore
create_leafmesh/templates/finance-ops/main.py
create_leafmesh/templates/finance-ops/pytest.ini
create_leafmesh/templates/finance-ops/requirements-dev.txt
create_leafmesh/templates/finance-ops/requirements.txt
create_leafmesh/templates/finance-ops/agency/__init__.py
create_leafmesh/templates/finance-ops/agency/approval_router_agent.py
create_leafmesh/templates/finance-ops/agency/close_cycle_orchestrator_agent.py
create_leafmesh/templates/finance-ops/agency/erp_poster_agent.py
create_leafmesh/templates/finance-ops/agency/exception_drafter_agent.py
create_leafmesh/templates/finance-ops/agency/extraction_agent.py
create_leafmesh/templates/finance-ops/agency/fraud_check_agent.py
create_leafmesh/templates/finance-ops/agency/gl_coding_agent.py
create_leafmesh/templates/finance-ops/agency/invoice_intake_agent.py
create_leafmesh/templates/finance-ops/agency/po_match_agent.py
create_leafmesh/templates/finance-ops/agency/reconciliation_agent.py
create_leafmesh/templates/finance-ops/agency/vendor_query_handler_agent.py
create_leafmesh/templates/finance-ops/agency/_shared/__init__.py
create_leafmesh/templates/finance-ops/agency/_shared/audit_logger.py
create_leafmesh/templates/finance-ops/agency/_shared/erp_poster.py
create_leafmesh/templates/finance-ops/configs/config.yaml
create_leafmesh/templates/finance-ops/tests/__init__.py
create_leafmesh/templates/finance-ops/tests/conftest.py
create_leafmesh/templates/finance-ops/tests/test_agent_logic.py
create_leafmesh/templates/finance-ops/tests/test_config_shape.py
create_leafmesh/templates/infra-cost-ops/Dockerfile
create_leafmesh/templates/infra-cost-ops/README.md
create_leafmesh/templates/infra-cost-ops/_prompts.json
create_leafmesh/templates/infra-cost-ops/docker-compose.yml
create_leafmesh/templates/infra-cost-ops/dockerignore
create_leafmesh/templates/infra-cost-ops/env
create_leafmesh/templates/infra-cost-ops/gitignore
create_leafmesh/templates/infra-cost-ops/main.py
create_leafmesh/templates/infra-cost-ops/pytest.ini
create_leafmesh/templates/infra-cost-ops/requirements-dev.txt
create_leafmesh/templates/infra-cost-ops/requirements.txt
create_leafmesh/templates/infra-cost-ops/agency/__init__.py
create_leafmesh/templates/infra-cost-ops/agency/commitment_utilisation_agent.py
create_leafmesh/templates/infra-cost-ops/agency/cost_anomaly_agent.py
create_leafmesh/templates/infra-cost-ops/agency/cost_tuner_agent.py
create_leafmesh/templates/infra-cost-ops/agency/iac_drift_agent.py
create_leafmesh/templates/infra-cost-ops/agency/reserved_capacity_planner_agent.py
create_leafmesh/templates/infra-cost-ops/agency/right_sizer_agent.py
create_leafmesh/templates/infra-cost-ops/agency/_shared/__init__.py
create_leafmesh/templates/infra-cost-ops/agency/_shared/audit_logger.py
create_leafmesh/templates/infra-cost-ops/configs/config.yaml
create_leafmesh/templates/infra-cost-ops/tests/__init__.py
create_leafmesh/templates/infra-cost-ops/tests/conftest.py
create_leafmesh/templates/infra-cost-ops/tests/test_agent_logic.py
create_leafmesh/templates/infra-cost-ops/tests/test_config_shape.py
create_leafmesh/templates/marketing-ops/Dockerfile
create_leafmesh/templates/marketing-ops/README.md
create_leafmesh/templates/marketing-ops/_prompts.json
create_leafmesh/templates/marketing-ops/docker-compose.yml
create_leafmesh/templates/marketing-ops/dockerignore
create_leafmesh/templates/marketing-ops/env
create_leafmesh/templates/marketing-ops/gitignore
create_leafmesh/templates/marketing-ops/main.py
create_leafmesh/templates/marketing-ops/pytest.ini
create_leafmesh/templates/marketing-ops/requirements-dev.txt
create_leafmesh/templates/marketing-ops/requirements.txt
create_leafmesh/templates/marketing-ops/agency/__init__.py
create_leafmesh/templates/marketing-ops/agency/attribution_agent.py
create_leafmesh/templates/marketing-ops/agency/audience_intelligence_agent.py
create_leafmesh/templates/marketing-ops/agency/brief_intake_agent.py
create_leafmesh/templates/marketing-ops/agency/campaign_orchestrator_agent.py
create_leafmesh/templates/marketing-ops/agency/campaign_strategist_agent.py
create_leafmesh/templates/marketing-ops/agency/competitor_intel_agent.py
create_leafmesh/templates/marketing-ops/agency/compliance_reviewer_agent.py
create_leafmesh/templates/marketing-ops/agency/copywriter_agent.py
create_leafmesh/templates/marketing-ops/agency/crisis_responder_agent.py
create_leafmesh/templates/marketing-ops/agency/marketing_audit_logger_agent.py
create_leafmesh/templates/marketing-ops/agency/performance_analyzer_agent.py
create_leafmesh/templates/marketing-ops/agency/publisher_agent.py
create_leafmesh/templates/marketing-ops/agency/visual_briefer_agent.py
create_leafmesh/templates/marketing-ops/agency/_shared/__init__.py
create_leafmesh/templates/marketing-ops/agency/_shared/audit_logger.py
create_leafmesh/templates/marketing-ops/configs/config.yaml
create_leafmesh/templates/marketing-ops/tests/__init__.py
create_leafmesh/templates/marketing-ops/tests/conftest.py
create_leafmesh/templates/marketing-ops/tests/test_agent_logic.py
create_leafmesh/templates/marketing-ops/tests/test_config_shape.py
create_leafmesh/templates/predictive-maintenance/Dockerfile
create_leafmesh/templates/predictive-maintenance/README.md
create_leafmesh/templates/predictive-maintenance/_prompts.json
create_leafmesh/templates/predictive-maintenance/docker-compose.yml
create_leafmesh/templates/predictive-maintenance/dockerignore
create_leafmesh/templates/predictive-maintenance/env
create_leafmesh/templates/predictive-maintenance/gitignore
create_leafmesh/templates/predictive-maintenance/main.py
create_leafmesh/templates/predictive-maintenance/pytest.ini
create_leafmesh/templates/predictive-maintenance/requirements-dev.txt
create_leafmesh/templates/predictive-maintenance/requirements.txt
create_leafmesh/templates/predictive-maintenance/agency/__init__.py
create_leafmesh/templates/predictive-maintenance/agency/condition_sensor_agent.py
create_leafmesh/templates/predictive-maintenance/agency/dispatcher_agent.py
create_leafmesh/templates/predictive-maintenance/agency/failure_predictor_agent.py
create_leafmesh/templates/predictive-maintenance/agency/parts_requestor_agent.py
create_leafmesh/templates/predictive-maintenance/agency/recurrence_watchdog_agent.py
create_leafmesh/templates/predictive-maintenance/agency/spare_parts_forecaster_agent.py
create_leafmesh/templates/predictive-maintenance/agency/work_order_scheduler_agent.py
create_leafmesh/templates/predictive-maintenance/agency/_shared/__init__.py
create_leafmesh/templates/predictive-maintenance/agency/_shared/audit_logger.py
create_leafmesh/templates/predictive-maintenance/configs/config.yaml
create_leafmesh/templates/predictive-maintenance/tests/__init__.py
create_leafmesh/templates/predictive-maintenance/tests/conftest.py
create_leafmesh/templates/predictive-maintenance/tests/test_agent_logic.py
create_leafmesh/templates/predictive-maintenance/tests/test_config_shape.py
create_leafmesh/templates/production-planning/Dockerfile
create_leafmesh/templates/production-planning/README.md
create_leafmesh/templates/production-planning/_prompts.json
create_leafmesh/templates/production-planning/docker-compose.yml
create_leafmesh/templates/production-planning/dockerignore
create_leafmesh/templates/production-planning/env
create_leafmesh/templates/production-planning/gitignore
create_leafmesh/templates/production-planning/main.py
create_leafmesh/templates/production-planning/pytest.ini
create_leafmesh/templates/production-planning/requirements-dev.txt
create_leafmesh/templates/production-planning/requirements.txt
create_leafmesh/templates/production-planning/agency/__init__.py
create_leafmesh/templates/production-planning/agency/capacity_model_agent.py
create_leafmesh/templates/production-planning/agency/constraint_flagger_agent.py
create_leafmesh/templates/production-planning/agency/demand_sensor_agent.py
create_leafmesh/templates/production-planning/agency/release_agent.py
create_leafmesh/templates/production-planning/agency/rolling_reopt_orchestrator_agent.py
create_leafmesh/templates/production-planning/agency/scheduler_agent.py
create_leafmesh/templates/production-planning/agency/supplier_signal_agent.py
create_leafmesh/templates/production-planning/agency/_shared/__init__.py
create_leafmesh/templates/production-planning/agency/_shared/audit_logger.py
create_leafmesh/templates/production-planning/configs/config.yaml
create_leafmesh/templates/production-planning/tests/__init__.py
create_leafmesh/templates/production-planning/tests/conftest.py
create_leafmesh/templates/production-planning/tests/test_agent_logic.py
create_leafmesh/templates/production-planning/tests/test_config_shape.py
create_leafmesh/templates/quality-yield/Dockerfile
create_leafmesh/templates/quality-yield/README.md
create_leafmesh/templates/quality-yield/_prompts.json
create_leafmesh/templates/quality-yield/docker-compose.yml
create_leafmesh/templates/quality-yield/dockerignore
create_leafmesh/templates/quality-yield/env
create_leafmesh/templates/quality-yield/gitignore
create_leafmesh/templates/quality-yield/main.py
create_leafmesh/templates/quality-yield/pytest.ini
create_leafmesh/templates/quality-yield/requirements-dev.txt
create_leafmesh/templates/quality-yield/requirements.txt
create_leafmesh/templates/quality-yield/agency/__init__.py
create_leafmesh/templates/quality-yield/agency/batch_traceability_agent.py
create_leafmesh/templates/quality-yield/agency/corrective_action_drafter_agent.py
create_leafmesh/templates/quality-yield/agency/defect_detector_agent.py
create_leafmesh/templates/quality-yield/agency/inspection_intake_agent.py
create_leafmesh/templates/quality-yield/agency/root_cause_analyzer_agent.py
create_leafmesh/templates/quality-yield/agency/spc_monitor_agent.py
create_leafmesh/templates/quality-yield/agency/_shared/__init__.py
create_leafmesh/templates/quality-yield/agency/_shared/audit_logger.py
create_leafmesh/templates/quality-yield/configs/config.yaml
create_leafmesh/templates/quality-yield/tests/__init__.py
create_leafmesh/templates/quality-yield/tests/conftest.py
create_leafmesh/templates/quality-yield/tests/test_agent_logic.py
create_leafmesh/templates/quality-yield/tests/test_config_shape.py
create_leafmesh/templates/quote-to-cash/Dockerfile
create_leafmesh/templates/quote-to-cash/README.md
create_leafmesh/templates/quote-to-cash/_prompts.json
create_leafmesh/templates/quote-to-cash/docker-compose.yml
create_leafmesh/templates/quote-to-cash/dockerignore
create_leafmesh/templates/quote-to-cash/env
create_leafmesh/templates/quote-to-cash/gitignore
create_leafmesh/templates/quote-to-cash/main.py
create_leafmesh/templates/quote-to-cash/pytest.ini
create_leafmesh/templates/quote-to-cash/requirements-dev.txt
create_leafmesh/templates/quote-to-cash/requirements.txt
create_leafmesh/templates/quote-to-cash/agency/__init__.py
create_leafmesh/templates/quote-to-cash/agency/approval_router_agent.py
create_leafmesh/templates/quote-to-cash/agency/bundle_recommender_agent.py
create_leafmesh/templates/quote-to-cash/agency/competitor_watch_agent.py
create_leafmesh/templates/quote-to-cash/agency/cost_calculator_agent.py
create_leafmesh/templates/quote-to-cash/agency/discount_policy_agent.py
create_leafmesh/templates/quote-to-cash/agency/quote_drafter_agent.py
create_leafmesh/templates/quote-to-cash/agency/rfq_ingester_agent.py
create_leafmesh/templates/quote-to-cash/agency/_shared/__init__.py
create_leafmesh/templates/quote-to-cash/agency/_shared/audit_logger.py
create_leafmesh/templates/quote-to-cash/configs/config.yaml
create_leafmesh/templates/quote-to-cash/tests/__init__.py
create_leafmesh/templates/quote-to-cash/tests/conftest.py
create_leafmesh/templates/quote-to-cash/tests/test_agent_logic.py
create_leafmesh/templates/quote-to-cash/tests/test_config_shape.py
create_leafmesh/templates/recruiting-ops/Dockerfile
create_leafmesh/templates/recruiting-ops/README.md
create_leafmesh/templates/recruiting-ops/_prompts.json
create_leafmesh/templates/recruiting-ops/docker-compose.yml
create_leafmesh/templates/recruiting-ops/dockerignore
create_leafmesh/templates/recruiting-ops/env
create_leafmesh/templates/recruiting-ops/gitignore
create_leafmesh/templates/recruiting-ops/main.py
create_leafmesh/templates/recruiting-ops/pytest.ini
create_leafmesh/templates/recruiting-ops/requirements-dev.txt
create_leafmesh/templates/recruiting-ops/requirements.txt
create_leafmesh/templates/recruiting-ops/agency/__init__.py
create_leafmesh/templates/recruiting-ops/agency/offer_drafter_agent.py
create_leafmesh/templates/recruiting-ops/agency/outreach_drafter_agent.py
create_leafmesh/templates/recruiting-ops/agency/pipeline_health_agent.py
create_leafmesh/templates/recruiting-ops/agency/rejection_letter_drafter_agent.py
create_leafmesh/templates/recruiting-ops/agency/req_intake_agent.py
create_leafmesh/templates/recruiting-ops/agency/resume_screener_agent.py
create_leafmesh/templates/recruiting-ops/agency/scheduling_agent.py
create_leafmesh/templates/recruiting-ops/agency/sourcing_agent.py
create_leafmesh/templates/recruiting-ops/agency/_shared/__init__.py
create_leafmesh/templates/recruiting-ops/agency/_shared/audit_logger.py
create_leafmesh/templates/recruiting-ops/configs/config.yaml
create_leafmesh/templates/recruiting-ops/tests/__init__.py
create_leafmesh/templates/recruiting-ops/tests/conftest.py
create_leafmesh/templates/recruiting-ops/tests/test_agent_logic.py
create_leafmesh/templates/recruiting-ops/tests/test_config_shape.py
create_leafmesh/templates/sales-orchestration/Dockerfile
create_leafmesh/templates/sales-orchestration/README.md
create_leafmesh/templates/sales-orchestration/_prompts.json
create_leafmesh/templates/sales-orchestration/docker-compose.yml
create_leafmesh/templates/sales-orchestration/dockerignore
create_leafmesh/templates/sales-orchestration/env
create_leafmesh/templates/sales-orchestration/gitignore
create_leafmesh/templates/sales-orchestration/main.py
create_leafmesh/templates/sales-orchestration/pytest.ini
create_leafmesh/templates/sales-orchestration/requirements-dev.txt
create_leafmesh/templates/sales-orchestration/requirements.txt
create_leafmesh/templates/sales-orchestration/agency/__init__.py
create_leafmesh/templates/sales-orchestration/agency/lead_intake_agent.py
create_leafmesh/templates/sales-orchestration/agency/lead_revival_agent.py
create_leafmesh/templates/sales-orchestration/agency/lead_scorer_agent.py
create_leafmesh/templates/sales-orchestration/agency/personalisation_agent.py
create_leafmesh/templates/sales-orchestration/agency/pipeline_health_agent.py
create_leafmesh/templates/sales-orchestration/agency/sequence_orchestrator_agent.py
create_leafmesh/templates/sales-orchestration/agency/_shared/__init__.py
create_leafmesh/templates/sales-orchestration/agency/_shared/audit_logger.py
create_leafmesh/templates/sales-orchestration/configs/config.yaml
create_leafmesh/templates/sales-orchestration/tests/__init__.py
create_leafmesh/templates/sales-orchestration/tests/conftest.py
create_leafmesh/templates/sales-orchestration/tests/test_agent_logic.py
create_leafmesh/templates/sales-orchestration/tests/test_config_shape.py
create_leafmesh/templates/services-delivery/Dockerfile
create_leafmesh/templates/services-delivery/README.md
create_leafmesh/templates/services-delivery/_prompts.json
create_leafmesh/templates/services-delivery/docker-compose.yml
create_leafmesh/templates/services-delivery/dockerignore
create_leafmesh/templates/services-delivery/env
create_leafmesh/templates/services-delivery/gitignore
create_leafmesh/templates/services-delivery/main.py
create_leafmesh/templates/services-delivery/pytest.ini
create_leafmesh/templates/services-delivery/requirements-dev.txt
create_leafmesh/templates/services-delivery/requirements.txt
create_leafmesh/templates/services-delivery/agency/__init__.py
create_leafmesh/templates/services-delivery/agency/analysis_agent.py
create_leafmesh/templates/services-delivery/agency/brief_intake_agent.py
create_leafmesh/templates/services-delivery/agency/citation_agent.py
create_leafmesh/templates/services-delivery/agency/context_agent.py
create_leafmesh/templates/services-delivery/agency/delivery_router_agent.py
create_leafmesh/templates/services-delivery/agency/draft_agent.py
create_leafmesh/templates/services-delivery/agency/engagement_status_drafter_agent.py
create_leafmesh/templates/services-delivery/agency/qa_agent.py
create_leafmesh/templates/services-delivery/agency/research_agent.py
create_leafmesh/templates/services-delivery/agency/status_sweep_orchestrator_agent.py
create_leafmesh/templates/services-delivery/agency/_shared/__init__.py
create_leafmesh/templates/services-delivery/agency/_shared/audit_logger.py
create_leafmesh/templates/services-delivery/configs/config.yaml
create_leafmesh/templates/services-delivery/tests/__init__.py
create_leafmesh/templates/services-delivery/tests/conftest.py
create_leafmesh/templates/services-delivery/tests/test_agent_logic.py
create_leafmesh/templates/services-delivery/tests/test_config_shape.py
create_leafmesh/templates/warehouse-supply-chain/Dockerfile
create_leafmesh/templates/warehouse-supply-chain/README.md
create_leafmesh/templates/warehouse-supply-chain/_prompts.json
create_leafmesh/templates/warehouse-supply-chain/docker-compose.yml
create_leafmesh/templates/warehouse-supply-chain/dockerignore
create_leafmesh/templates/warehouse-supply-chain/env
create_leafmesh/templates/warehouse-supply-chain/gitignore
create_leafmesh/templates/warehouse-supply-chain/main.py
create_leafmesh/templates/warehouse-supply-chain/pytest.ini
create_leafmesh/templates/warehouse-supply-chain/requirements-dev.txt
create_leafmesh/templates/warehouse-supply-chain/requirements.txt
create_leafmesh/templates/warehouse-supply-chain/agency/__init__.py
create_leafmesh/templates/warehouse-supply-chain/agency/allocation_agent.py
create_leafmesh/templates/warehouse-supply-chain/agency/carrier_selector_agent.py
create_leafmesh/templates/warehouse-supply-chain/agency/cycle_count_orchestrator_agent.py
create_leafmesh/templates/warehouse-supply-chain/agency/exception_agent.py
create_leafmesh/templates/warehouse-supply-chain/agency/humanoid_status_agent.py
create_leafmesh/templates/warehouse-supply-chain/agency/inspection_humanoid.py
create_leafmesh/templates/warehouse-supply-chain/agency/inventory_agent.py
create_leafmesh/templates/warehouse-supply-chain/agency/loader_humanoid.py
create_leafmesh/templates/warehouse-supply-chain/agency/packer_humanoid.py
create_leafmesh/templates/warehouse-supply-chain/agency/picker_humanoid.py
create_leafmesh/templates/warehouse-supply-chain/agency/returns_handler_agent.py
create_leafmesh/templates/warehouse-supply-chain/agency/routing_agent.py
create_leafmesh/templates/warehouse-supply-chain/agency/_shared/__init__.py
create_leafmesh/templates/warehouse-supply-chain/agency/_shared/audit_logger.py
create_leafmesh/templates/warehouse-supply-chain/configs/config.yaml
create_leafmesh/templates/warehouse-supply-chain/tests/__init__.py
create_leafmesh/templates/warehouse-supply-chain/tests/conftest.py
create_leafmesh/templates/warehouse-supply-chain/tests/test_agent_logic.py
create_leafmesh/templates/warehouse-supply-chain/tests/test_config_shape.py