README.md
pyproject.toml
create_leafmesh/__init__.py
create_leafmesh/cli.py
create_leafmesh/create.py
create_leafmesh/deploy.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/deploy_providers/__init__.py
create_leafmesh/deploy_providers/_shared.py
create_leafmesh/deploy_providers/aws.py
create_leafmesh/deploy_providers/azure.py
create_leafmesh/deploy_providers/gcp.py
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/validate_config.py
create_leafmesh/templates/_inspire/__pycache__/main.cpython-314.pyc
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/risk_scorer_agent.py
create_leafmesh/templates/_inspire/agency/scheduler_agent.py
create_leafmesh/templates/_inspire/agency/tools.py
create_leafmesh/templates/_inspire/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/_inspire/agency/__pycache__/advisor_agent.cpython-314.pyc
create_leafmesh/templates/_inspire/agency/__pycache__/external_agents.cpython-314.pyc
create_leafmesh/templates/_inspire/agency/__pycache__/fallback_researcher_agent.cpython-314.pyc
create_leafmesh/templates/_inspire/agency/__pycache__/greeter_agent.cpython-314.pyc
create_leafmesh/templates/_inspire/agency/__pycache__/processor_agent.cpython-314.pyc
create_leafmesh/templates/_inspire/agency/__pycache__/researcher_agent.cpython-314.pyc
create_leafmesh/templates/_inspire/agency/__pycache__/risk_scorer_agent.cpython-314.pyc
create_leafmesh/templates/_inspire/agency/__pycache__/scheduler_agent.cpython-314.pyc
create_leafmesh/templates/_inspire/agency/__pycache__/tools.cpython-314.pyc
create_leafmesh/templates/_inspire/configs/config.yaml
create_leafmesh/templates/_inspire/logs/leafmesh_2026-06-11.log
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/_inspire/tests/__init__.py
create_leafmesh/templates/_inspire/tests/test_config_shape.py
create_leafmesh/templates/_inspire/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/_inspire/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/bd-proposals/agency/__init__.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/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/bd-proposals/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/bd-proposals/configs/config.yaml
create_leafmesh/templates/bd-proposals/examples/01_new_rfp_received.json
create_leafmesh/templates/bd-proposals/examples/02_win_post_mortem.json
create_leafmesh/templates/bd-proposals/examples/03_loss_with_competitor.json
create_leafmesh/templates/bd-proposals/examples/04_quarterly_win_rate.json
create_leafmesh/templates/bd-proposals/examples/README.md
create_leafmesh/templates/bd-proposals/examples/run_examples.py
create_leafmesh/templates/bd-proposals/tests/__init__.py
create_leafmesh/templates/bd-proposals/tests/conftest.py
create_leafmesh/templates/bd-proposals/tests/test_config_shape.py
create_leafmesh/templates/bd-proposals/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/bd-proposals/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/bd-proposals/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/bench-management/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/bench-management/agency/__init__.py
create_leafmesh/templates/bench-management/agency/esat_survey_agent.py
create_leafmesh/templates/bench-management/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/bench-management/agency/__pycache__/esat_survey_agent.cpython-314.pyc
create_leafmesh/templates/bench-management/agency/_shared/__init__.py
create_leafmesh/templates/bench-management/agency/_shared/audit_logger.py
create_leafmesh/templates/bench-management/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/bench-management/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/bench-management/configs/config.yaml
create_leafmesh/templates/bench-management/examples/01_new_project_kickoff.json
create_leafmesh/templates/bench-management/examples/02_weekly_bench_review.json
create_leafmesh/templates/bench-management/examples/03_promotion_readiness.json
create_leafmesh/templates/bench-management/examples/04_person_rolling_off.json
create_leafmesh/templates/bench-management/examples/README.md
create_leafmesh/templates/bench-management/examples/run_examples.py
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/bench-management/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/bench-management/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/bench-management/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/bench-management/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/customer-success/agency/__init__.py
create_leafmesh/templates/customer-success/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/customer-success/agency/_shared/__init__.py
create_leafmesh/templates/customer-success/agency/_shared/audit_logger.py
create_leafmesh/templates/customer-success/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/customer-success/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/customer-success/configs/config.yaml
create_leafmesh/templates/customer-success/examples/01_telemetry_dau_drop.json
create_leafmesh/templates/customer-success/examples/02_billing_failed_payment.json
create_leafmesh/templates/customer-success/examples/03_renewal_window_60d.json
create_leafmesh/templates/customer-success/examples/04_executive_change.json
create_leafmesh/templates/customer-success/examples/README.md
create_leafmesh/templates/customer-success/examples/run_examples.py
create_leafmesh/templates/customer-success/logs/leafmesh_2026-06-11.log
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-success/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/customer-success/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/customer-success/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/customer-success/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/customer-support/agency/__init__.py
create_leafmesh/templates/customer-support/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/customer-support/agency/_shared/__init__.py
create_leafmesh/templates/customer-support/agency/_shared/audit_logger.py
create_leafmesh/templates/customer-support/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/customer-support/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/customer-support/configs/config.yaml
create_leafmesh/templates/customer-support/examples/01_password_reset_routine.json
create_leafmesh/templates/customer-support/examples/02_billing_dispute_escalation.json
create_leafmesh/templates/customer-support/examples/03_security_incident.json
create_leafmesh/templates/customer-support/examples/04_kb_gap_signal.json
create_leafmesh/templates/customer-support/examples/README.md
create_leafmesh/templates/customer-support/examples/run_examples.py
create_leafmesh/templates/customer-support/logs/leafmesh_2026-06-11.log
create_leafmesh/templates/customer-support/logs/leafmesh_2026-06-12.log
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/customer-support/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/customer-support/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/customer-support/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/customer-support/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/engineering-sdlc/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/engineering-sdlc/agency/__init__.py
create_leafmesh/templates/engineering-sdlc/agency/code_reviewer_agent.py
create_leafmesh/templates/engineering-sdlc/agency/spec_agent.py
create_leafmesh/templates/engineering-sdlc/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/engineering-sdlc/agency/__pycache__/code_reviewer_agent.cpython-314.pyc
create_leafmesh/templates/engineering-sdlc/agency/__pycache__/spec_agent.cpython-314.pyc
create_leafmesh/templates/engineering-sdlc/agency/_shared/__init__.py
create_leafmesh/templates/engineering-sdlc/agency/_shared/audit_logger.py
create_leafmesh/templates/engineering-sdlc/agency/_shared/session_stash.py
create_leafmesh/templates/engineering-sdlc/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/engineering-sdlc/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/engineering-sdlc/agency/_shared/__pycache__/session_stash.cpython-314.pyc
create_leafmesh/templates/engineering-sdlc/configs/config.yaml
create_leafmesh/templates/engineering-sdlc/examples/01_simple_feature_ticket.json
create_leafmesh/templates/engineering-sdlc/examples/02_security_sensitive_change.json
create_leafmesh/templates/engineering-sdlc/examples/03_oncall_pager_alert.json
create_leafmesh/templates/engineering-sdlc/examples/04_refactor_proposal.json
create_leafmesh/templates/engineering-sdlc/examples/README.md
create_leafmesh/templates/engineering-sdlc/examples/run_examples.py
create_leafmesh/templates/engineering-sdlc/logs/leafmesh_2026-06-09.log
create_leafmesh/templates/engineering-sdlc/logs/leafmesh_2026-06-10.log
create_leafmesh/templates/engineering-sdlc/logs/leafmesh_2026-06-11.log
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/engineering-sdlc/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/engineering-sdlc/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/engineering-sdlc/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/engineering-sdlc/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/finance-ops/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/finance-ops/agency/__init__.py
create_leafmesh/templates/finance-ops/agency/erp_poster_agent.py
create_leafmesh/templates/finance-ops/agency/gl_coding_agent.py
create_leafmesh/templates/finance-ops/agency/loan_origination_agent.py
create_leafmesh/templates/finance-ops/agency/loan_servicing_agent.py
create_leafmesh/templates/finance-ops/agency/matching_agent.py
create_leafmesh/templates/finance-ops/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/finance-ops/agency/__pycache__/erp_poster_agent.cpython-314.pyc
create_leafmesh/templates/finance-ops/agency/__pycache__/gl_coding_agent.cpython-314.pyc
create_leafmesh/templates/finance-ops/agency/__pycache__/matching_agent.cpython-314.pyc
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/agency/_shared/session_stash.py
create_leafmesh/templates/finance-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/finance-ops/agency/_shared/__pycache__/erp_poster.cpython-314.pyc
create_leafmesh/templates/finance-ops/agency/_shared/__pycache__/session_stash.cpython-314.pyc
create_leafmesh/templates/finance-ops/configs/config.yaml
create_leafmesh/templates/finance-ops/examples/01_happy_path_subscription.json
create_leafmesh/templates/finance-ops/examples/02_fraud_signal_round_number.json
create_leafmesh/templates/finance-ops/examples/03_po_mismatch_exception.json
create_leafmesh/templates/finance-ops/examples/04_high_value_cfo_signoff.json
create_leafmesh/templates/finance-ops/examples/05_vendor_inquiry.json
create_leafmesh/templates/finance-ops/examples/README.md
create_leafmesh/templates/finance-ops/examples/run_examples.py
create_leafmesh/templates/finance-ops/logs/leafmesh_2026-06-12.log
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/finance-ops/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/finance-ops/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/finance-ops/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/finance-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/infra-cost-ops/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/agency/__init__.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/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/agency/__pycache__/commitments_agent.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/agency/__pycache__/cost_anomaly_agent.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/agency/__pycache__/cost_tuner_agent.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/agency/__pycache__/finops_governance_agent.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/agency/__pycache__/iac_drift_agent.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/agency/__pycache__/regulatory_monitor_agent.cpython-314.pyc
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/agency/_shared/session_stash.py
create_leafmesh/templates/infra-cost-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/agency/_shared/__pycache__/session_stash.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/configs/config.yaml
create_leafmesh/templates/infra-cost-ops/examples/01_ec2_idle_anomaly.json
create_leafmesh/templates/infra-cost-ops/examples/02_savings_plan_under_utilised.json
create_leafmesh/templates/infra-cost-ops/examples/03_ri_expiry_30d.json
create_leafmesh/templates/infra-cost-ops/examples/04_iac_drift_detected.json
create_leafmesh/templates/infra-cost-ops/examples/README.md
create_leafmesh/templates/infra-cost-ops/examples/run_examples.py
create_leafmesh/templates/infra-cost-ops/logs/leafmesh_2026-06-11.log
create_leafmesh/templates/infra-cost-ops/logs/leafmesh_2026-06-12.log
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/infra-cost-ops/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/infra-cost-ops/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/infra-cost-ops/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/infra-cost-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/marketing-ops/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/marketing-ops/agency/__init__.py
create_leafmesh/templates/marketing-ops/agency/compliance_reviewer_agent.py
create_leafmesh/templates/marketing-ops/agency/marketing_audit_logger_agent.py
create_leafmesh/templates/marketing-ops/agency/publisher_agent.py
create_leafmesh/templates/marketing-ops/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/marketing-ops/agency/__pycache__/compliance_reviewer_agent.cpython-314.pyc
create_leafmesh/templates/marketing-ops/agency/__pycache__/marketing_audit_logger_agent.cpython-314.pyc
create_leafmesh/templates/marketing-ops/agency/__pycache__/publisher_agent.cpython-314.pyc
create_leafmesh/templates/marketing-ops/agency/_shared/__init__.py
create_leafmesh/templates/marketing-ops/agency/_shared/audit_logger.py
create_leafmesh/templates/marketing-ops/agency/_shared/session_stash.py
create_leafmesh/templates/marketing-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/marketing-ops/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/marketing-ops/agency/_shared/__pycache__/session_stash.cpython-314.pyc
create_leafmesh/templates/marketing-ops/configs/config.yaml
create_leafmesh/templates/marketing-ops/examples/01_new_campaign_brief.json
create_leafmesh/templates/marketing-ops/examples/02_product_launch_kickoff.json
create_leafmesh/templates/marketing-ops/examples/03_brand_crisis.json
create_leafmesh/templates/marketing-ops/examples/04_competitor_pricing_move.json
create_leafmesh/templates/marketing-ops/examples/README.md
create_leafmesh/templates/marketing-ops/examples/run_examples.py
create_leafmesh/templates/marketing-ops/examples/__pycache__/run_examples.cpython-314.pyc
create_leafmesh/templates/marketing-ops/logs/leafmesh_2026-06-12.log
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/marketing-ops/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/marketing-ops/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/marketing-ops/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/marketing-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/predictive-maintenance/agency/__init__.py
create_leafmesh/templates/predictive-maintenance/agency/safety_incident_reporter_agent.py
create_leafmesh/templates/predictive-maintenance/agency/work_order_scheduler_agent.py
create_leafmesh/templates/predictive-maintenance/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/predictive-maintenance/agency/__pycache__/safety_incident_reporter_agent.cpython-314.pyc
create_leafmesh/templates/predictive-maintenance/agency/__pycache__/work_order_scheduler_agent.cpython-314.pyc
create_leafmesh/templates/predictive-maintenance/agency/_shared/__init__.py
create_leafmesh/templates/predictive-maintenance/agency/_shared/audit_logger.py
create_leafmesh/templates/predictive-maintenance/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/predictive-maintenance/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/predictive-maintenance/configs/config.yaml
create_leafmesh/templates/predictive-maintenance/examples/01_routine_sensor_reading.json
create_leafmesh/templates/predictive-maintenance/examples/02_anomaly_failure_predicted.json
create_leafmesh/templates/predictive-maintenance/examples/03_safety_critical_shutdown.json
create_leafmesh/templates/predictive-maintenance/examples/04_weekly_parts_forecast.json
create_leafmesh/templates/predictive-maintenance/examples/README.md
create_leafmesh/templates/predictive-maintenance/examples/run_examples.py
create_leafmesh/templates/predictive-maintenance/logs/leafmesh_2026-06-09.log
create_leafmesh/templates/predictive-maintenance/logs/leafmesh_2026-06-10.log
create_leafmesh/templates/predictive-maintenance/logs/leafmesh_2026-06-11.log
create_leafmesh/templates/predictive-maintenance/logs/leafmesh_2026-06-12.log
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/predictive-maintenance/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/predictive-maintenance/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/predictive-maintenance/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/predictive-maintenance/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/procurement-ops/Dockerfile
create_leafmesh/templates/procurement-ops/README.md
create_leafmesh/templates/procurement-ops/TESTING_GUIDE.md
create_leafmesh/templates/procurement-ops/WORKFLOW_GUIDE.md
create_leafmesh/templates/procurement-ops/docker-compose.yml
create_leafmesh/templates/procurement-ops/dockerignore
create_leafmesh/templates/procurement-ops/env
create_leafmesh/templates/procurement-ops/gitignore
create_leafmesh/templates/procurement-ops/main.py
create_leafmesh/templates/procurement-ops/requirements.txt
create_leafmesh/templates/procurement-ops/validate_config.py
create_leafmesh/templates/procurement-ops/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__init__.py
create_leafmesh/templates/procurement-ops/agency/data_loader.py
create_leafmesh/templates/procurement-ops/agency/grn_agent.py
create_leafmesh/templates/procurement-ops/agency/inventory_agent.py
create_leafmesh/templates/procurement-ops/agency/logistics_agent.py
create_leafmesh/templates/procurement-ops/agency/order_intake_agent.py
create_leafmesh/templates/procurement-ops/agency/purchase_order_agent.py
create_leafmesh/templates/procurement-ops/agency/supplier_agent.py
create_leafmesh/templates/procurement-ops/agency/supply_report_agent.py
create_leafmesh/templates/procurement-ops/agency/tariff_classifier_agent.py
create_leafmesh/templates/procurement-ops/agency/tools.py
create_leafmesh/templates/procurement-ops/agency/trade_compliance_agent.py
create_leafmesh/templates/procurement-ops/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/data_loader.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/grn_agent.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/inventory_agent.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/logistics_agent.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/order_intake_agent.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/purchase_order_agent.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/supplier_agent.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/supply_report_agent.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/tariff_classifier_agent.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/tools.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/__pycache__/trade_compliance_agent.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/_shared/__init__.py
create_leafmesh/templates/procurement-ops/agency/_shared/session_stash.py
create_leafmesh/templates/procurement-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/procurement-ops/agency/_shared/__pycache__/session_stash.cpython-314.pyc
create_leafmesh/templates/procurement-ops/configs/config.yaml
create_leafmesh/templates/procurement-ops/configs/inventory.yaml
create_leafmesh/templates/procurement-ops/configs/open_pos.yaml
create_leafmesh/templates/procurement-ops/configs/suppliers.yaml
create_leafmesh/templates/procurement-ops/tests/__init__.py
create_leafmesh/templates/procurement-ops/tests/test_config_shape.py
create_leafmesh/templates/procurement-ops/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/procurement-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/production-planning/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/production-planning/agency/__init__.py
create_leafmesh/templates/production-planning/agency/constraint_flagger_agent.py
create_leafmesh/templates/production-planning/agency/release_agent.py
create_leafmesh/templates/production-planning/agency/scheduler_agent.py
create_leafmesh/templates/production-planning/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/production-planning/agency/__pycache__/constraint_flagger_agent.cpython-314.pyc
create_leafmesh/templates/production-planning/agency/_shared/__init__.py
create_leafmesh/templates/production-planning/agency/_shared/audit_logger.py
create_leafmesh/templates/production-planning/agency/_shared/session_stash.py
create_leafmesh/templates/production-planning/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/production-planning/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/production-planning/agency/_shared/__pycache__/session_stash.cpython-314.pyc
create_leafmesh/templates/production-planning/configs/config.yaml
create_leafmesh/templates/production-planning/examples/01_demand_signal_normal.json
create_leafmesh/templates/production-planning/examples/02_supplier_delay.json
create_leafmesh/templates/production-planning/examples/03_emergency_constraint_alert.json
create_leafmesh/templates/production-planning/examples/04_supplier_capacity_change.json
create_leafmesh/templates/production-planning/examples/README.md
create_leafmesh/templates/production-planning/examples/run_examples.py
create_leafmesh/templates/production-planning/logs/leafmesh_2026-06-09.log
create_leafmesh/templates/production-planning/logs/leafmesh_2026-06-10.log
create_leafmesh/templates/production-planning/logs/leafmesh_2026-06-11.log
create_leafmesh/templates/production-planning/logs/leafmesh_2026-06-12.log
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/production-planning/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/production-planning/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/production-planning/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/production-planning/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/quality-yield/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/quality-yield/agency/__init__.py
create_leafmesh/templates/quality-yield/agency/recall_traceability_agent.py
create_leafmesh/templates/quality-yield/agency/spc_monitor_agent.py
create_leafmesh/templates/quality-yield/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/quality-yield/agency/__pycache__/corrective_action_tracker_agent.cpython-314.pyc
create_leafmesh/templates/quality-yield/agency/__pycache__/inspection_intake_agent.cpython-314.pyc
create_leafmesh/templates/quality-yield/agency/__pycache__/quality_engineer_agent.cpython-314.pyc
create_leafmesh/templates/quality-yield/agency/__pycache__/recall_traceability_agent.cpython-314.pyc
create_leafmesh/templates/quality-yield/agency/__pycache__/regulatory_compliance_agent.cpython-314.pyc
create_leafmesh/templates/quality-yield/agency/__pycache__/spc_monitor_agent.cpython-314.pyc
create_leafmesh/templates/quality-yield/agency/_shared/__init__.py
create_leafmesh/templates/quality-yield/agency/_shared/audit_logger.py
create_leafmesh/templates/quality-yield/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/quality-yield/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/quality-yield/configs/config.yaml
create_leafmesh/templates/quality-yield/data/spc_measurements.db
create_leafmesh/templates/quality-yield/examples/01_routine_inspection.json
create_leafmesh/templates/quality-yield/examples/02_defect_cluster.json
create_leafmesh/templates/quality-yield/examples/03_field_complaint_recall.json
create_leafmesh/templates/quality-yield/examples/04_regulatory_audit_pull.json
create_leafmesh/templates/quality-yield/examples/README.md
create_leafmesh/templates/quality-yield/examples/run_examples.py
create_leafmesh/templates/quality-yield/logs/leafmesh_2026-06-12.log
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/quality-yield/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/quality-yield/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/quality-yield/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/quality-yield/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/quote-to-cash/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/quote-to-cash/agency/__init__.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/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/quote-to-cash/agency/__pycache__/discount_policy_agent.cpython-314.pyc
create_leafmesh/templates/quote-to-cash/agency/__pycache__/quote_drafter_agent.cpython-314.pyc
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/agency/_shared/session_stash.py
create_leafmesh/templates/quote-to-cash/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/quote-to-cash/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/quote-to-cash/agency/_shared/__pycache__/session_stash.cpython-314.pyc
create_leafmesh/templates/quote-to-cash/configs/config.yaml
create_leafmesh/templates/quote-to-cash/examples/01_rfq_standard.json
create_leafmesh/templates/quote-to-cash/examples/02_steep_discount_finance.json
create_leafmesh/templates/quote-to-cash/examples/03_competitor_price_change.json
create_leafmesh/templates/quote-to-cash/examples/04_renewal_uplift_bundle.json
create_leafmesh/templates/quote-to-cash/examples/README.md
create_leafmesh/templates/quote-to-cash/examples/run_examples.py
create_leafmesh/templates/quote-to-cash/logs/leafmesh_2026-06-09.log
create_leafmesh/templates/quote-to-cash/logs/leafmesh_2026-06-10.log
create_leafmesh/templates/quote-to-cash/logs/leafmesh_2026-06-11.log
create_leafmesh/templates/quote-to-cash/logs/leafmesh_2026-06-12.log
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/quote-to-cash/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/quote-to-cash/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/quote-to-cash/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/quote-to-cash/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/recruiting-ops/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/recruiting-ops/agency/__init__.py
create_leafmesh/templates/recruiting-ops/agency/bias_audit_agent.py
create_leafmesh/templates/recruiting-ops/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/recruiting-ops/agency/__pycache__/bias_audit_agent.cpython-314.pyc
create_leafmesh/templates/recruiting-ops/agency/_shared/__init__.py
create_leafmesh/templates/recruiting-ops/agency/_shared/audit_logger.py
create_leafmesh/templates/recruiting-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/recruiting-ops/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/recruiting-ops/configs/config.yaml
create_leafmesh/templates/recruiting-ops/examples/01_new_req_filed.json
create_leafmesh/templates/recruiting-ops/examples/02_candidate_rejection_letter.json
create_leafmesh/templates/recruiting-ops/examples/03_offer_drafting.json
create_leafmesh/templates/recruiting-ops/examples/04_ghosted_candidate_close.json
create_leafmesh/templates/recruiting-ops/examples/README.md
create_leafmesh/templates/recruiting-ops/examples/run_examples.py
create_leafmesh/templates/recruiting-ops/logs/leafmesh_2026-06-11.log
create_leafmesh/templates/recruiting-ops/logs/leafmesh_2026-06-12.log
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/recruiting-ops/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/recruiting-ops/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/recruiting-ops/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/recruiting-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/sales-orchestration/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/sales-orchestration/agency/__init__.py
create_leafmesh/templates/sales-orchestration/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/sales-orchestration/agency/_shared/__init__.py
create_leafmesh/templates/sales-orchestration/agency/_shared/audit_logger.py
create_leafmesh/templates/sales-orchestration/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/sales-orchestration/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/sales-orchestration/configs/config.yaml
create_leafmesh/templates/sales-orchestration/examples/01_inbound_demo_request.json
create_leafmesh/templates/sales-orchestration/examples/02_cold_lead_revival.json
create_leafmesh/templates/sales-orchestration/examples/03_competitor_steal_signal.json
create_leafmesh/templates/sales-orchestration/examples/04_event_followup_burst.json
create_leafmesh/templates/sales-orchestration/examples/05_enriched_inbound_lead.json
create_leafmesh/templates/sales-orchestration/examples/06_deal_nurture_sweep.json
create_leafmesh/templates/sales-orchestration/examples/07_abm_account_activation.json
create_leafmesh/templates/sales-orchestration/examples/08_competitive_intel_pull.json
create_leafmesh/templates/sales-orchestration/examples/README.md
create_leafmesh/templates/sales-orchestration/examples/run_examples.py
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/sales-orchestration/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/sales-orchestration/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/sales-orchestration/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/sales-orchestration/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/services-delivery/__pycache__/main.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__init__.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/qa_agent.py
create_leafmesh/templates/services-delivery/agency/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/brief_intake_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/citation_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/consultant_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/context_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/delivery_router_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/doc_extraction_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/engagement_controller_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/engagement_status_drafter_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/performance_review_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/qa_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/research_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/__pycache__/status_sweep_orchestrator_agent.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/_shared/__init__.py
create_leafmesh/templates/services-delivery/agency/_shared/audit_logger.py
create_leafmesh/templates/services-delivery/agency/_shared/session_stash.py
create_leafmesh/templates/services-delivery/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/services-delivery/agency/_shared/__pycache__/session_stash.cpython-314.pyc
create_leafmesh/templates/services-delivery/configs/config.yaml
create_leafmesh/templates/services-delivery/examples/01_new_engagement_memo.json
create_leafmesh/templates/services-delivery/examples/02_friday_status_pack.json
create_leafmesh/templates/services-delivery/examples/03_high_stakes_deliverable.json
create_leafmesh/templates/services-delivery/examples/04_monthly_steering_pack.json
create_leafmesh/templates/services-delivery/examples/README.md
create_leafmesh/templates/services-delivery/examples/run_examples.py
create_leafmesh/templates/services-delivery/logs/leafmesh_2026-06-11.log
create_leafmesh/templates/services-delivery/logs/leafmesh_2026-06-12.log
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/services-delivery/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/services-delivery/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/services-delivery/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/services-delivery/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/starter/Dockerfile
create_leafmesh/templates/starter/README.md
create_leafmesh/templates/starter/_prompts.json
create_leafmesh/templates/starter/docker-compose.yml
create_leafmesh/templates/starter/dockerignore
create_leafmesh/templates/starter/env
create_leafmesh/templates/starter/gitignore
create_leafmesh/templates/starter/main.py
create_leafmesh/templates/starter/pytest.ini
create_leafmesh/templates/starter/requirements.txt
create_leafmesh/templates/starter/validate_config.py
create_leafmesh/templates/starter/agency/__init__.py
create_leafmesh/templates/starter/agency/_shared/__init__.py
create_leafmesh/templates/starter/agency/_shared/audit_logger.py
create_leafmesh/templates/starter/configs/config.yaml
create_leafmesh/templates/starter/tests/__init__.py
create_leafmesh/templates/starter/tests/conftest.py
create_leafmesh/templates/starter/tests/test_config_shape.py
create_leafmesh/templates/starter/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/starter/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/starter/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc
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/validate_config.py
create_leafmesh/templates/warehouse-supply-chain/__pycache__/main.cpython-314.pyc
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/inspection_humanoid.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/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/allocation_agent.cpython-314.pyc
create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/inspection_humanoid.cpython-314.pyc
create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/loader_humanoid.cpython-314.pyc
create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/packer_humanoid.cpython-314.pyc
create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/picker_humanoid.cpython-314.pyc
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/agency/_shared/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/warehouse-supply-chain/agency/_shared/__pycache__/audit_logger.cpython-314.pyc
create_leafmesh/templates/warehouse-supply-chain/configs/config.yaml
create_leafmesh/templates/warehouse-supply-chain/examples/01_routine_order.json
create_leafmesh/templates/warehouse-supply-chain/examples/02_short_pick_exception.json
create_leafmesh/templates/warehouse-supply-chain/examples/03_returns_inspection.json
create_leafmesh/templates/warehouse-supply-chain/examples/04_carrier_outage_failover.json
create_leafmesh/templates/warehouse-supply-chain/examples/README.md
create_leafmesh/templates/warehouse-supply-chain/examples/run_examples.py
create_leafmesh/templates/warehouse-supply-chain/logs/leafmesh_2026-06-11.log
create_leafmesh/templates/warehouse-supply-chain/logs/leafmesh_2026-06-12.log
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
create_leafmesh/templates/warehouse-supply-chain/tests/__pycache__/__init__.cpython-314.pyc
create_leafmesh/templates/warehouse-supply-chain/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/warehouse-supply-chain/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc
create_leafmesh/templates/warehouse-supply-chain/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc