LICENSE
README.md
pyproject.toml
pptxgym/__init__.py
pptxgym.egg-info/PKG-INFO
pptxgym.egg-info/SOURCES.txt
pptxgym.egg-info/dependency_links.txt
pptxgym.egg-info/entry_points.txt
pptxgym.egg-info/requires.txt
pptxgym.egg-info/top_level.txt
pptxgym/commands/__init__.py
pptxgym/commands/cli.py
pptxgym/commands/parser.py
pptxgym/core/__init__.py
pptxgym/core/fingerprint.py
pptxgym/core/ingestion.py
pptxgym/core/pipeline.py
pptxgym/core/runlog.py
pptxgym/delivery/__init__.py
pptxgym/delivery/corpus.py
pptxgym/delivery/publish.py
pptxgym/delivery/vmsmoke.py
pptxgym/delivery/publication/__init__.py
pptxgym/delivery/publication/attribution.py
pptxgym/delivery/publication/git.py
pptxgym/delivery/publication/huggingface.py
pptxgym/delivery/publication/registry.py
pptxgym/evaluation/__init__.py
pptxgym/evaluation/attack_model.py
pptxgym/evaluation/attack_mutations.py
pptxgym/evaluation/attack_reporting.py
pptxgym/evaluation/attacks.py
pptxgym/evaluation/comparators.py
pptxgym/evaluation/consistency.py
pptxgym/evaluation/inventory.py
pptxgym/evaluation/matching.py
pptxgym/evaluation/planning.py
pptxgym/management/__init__.py
pptxgym/management/config.py
pptxgym/management/control.py
pptxgym/management/setup.py
pptxgym/office/__init__.py
pptxgym/office/anim_steps.py
pptxgym/office/census.py
pptxgym/office/charts.py
pptxgym/office/deck_digest.py
pptxgym/office/degrade_exec.py
pptxgym/office/fonts.py
pptxgym/office/pkg_check.py
pptxgym/office/render.py
pptxgym/office/roundtrip.py
pptxgym/office/smartart.py
pptxgym/office/styles.py
pptxgym/office/text_style.py
pptxgym/office/tools.py
pptxgym/office/wps_process.py
pptxgym/office/wps_roundtrip.py
pptxgym/office/ooxml/__init__.py
pptxgym/office/ooxml/package.py
pptxgym/office/ooxml/shapes.py
pptxgym/orchestration/__init__.py
pptxgym/orchestration/agent.py
pptxgym/orchestration/escalate.py
pptxgym/orchestration/foreman.py
pptxgym/orchestration/mailbox.py
pptxgym/orchestration/observe.py
pptxgym/orchestration/profiles.py
pptxgym/orchestration/prompts.py
pptxgym/orchestration/slots.py
pptxgym/orchestration/solvability.py
pptxgym/orchestration/supervise.py
pptxgym/resources/agents/orchestrator.md
pptxgym/resources/agents/proposer.md
pptxgym/resources/agents/recipe-writer.md
pptxgym/resources/agents/reconciler.md
pptxgym/resources/agents/solver-probe.md
pptxgym/resources/executors/crun.sh
pptxgym/resources/guides/AGENTS.md
pptxgym/resources/skills/ppt-degrade-recipe/SKILL.md
pptxgym/resources/skills/ppt-task-proposal/SKILL.md
pptxgym/resources/skills/ppt-task-reconcile/SKILL.md
pptxgym/resources/skills/ppt-task-solvability/SKILL.md
pptxgym/resources/skills/pptxgym-operator/SKILL.md
pptxgym/resources/skills/pptxgym-operator/agents/openai.yaml
pptxgym/tasks/__init__.py
pptxgym/tasks/assets.py
pptxgym/tasks/emit.py
pptxgym/tasks/emit_tests.py
tests/test_anchors.py
tests/test_attacks.py
tests/test_barren_step.py
tests/test_code_fingerprint.py
tests/test_comparators.py
tests/test_consistency.py
tests/test_control.py
tests/test_corpus.py
tests/test_delivery.py
tests/test_digest_size.py
tests/test_displays.py
tests/test_emit.py
tests/test_emit_tests.py
tests/test_engines.py
tests/test_escalate.py
tests/test_fonts.py
tests/test_foreman.py
tests/test_gates.py
tests/test_ingest.py
tests/test_inventory.py
tests/test_lock_across_machines.py
tests/test_mailbox.py
tests/test_models.py
tests/test_no_material.py
tests/test_observe.py
tests/test_operators.py
tests/test_package_layout.py
tests/test_page_box.py
tests/test_perturbation_proves_it.py
tests/test_pkg_check.py
tests/test_previous_answer_removed.py
tests/test_probe_barrier.py
tests/test_profiles.py
tests/test_prompt_fingerprint.py
tests/test_prompt_states_the_contract.py
tests/test_publish.py
tests/test_render_retry.py
tests/test_retry.py
tests/test_runlog.py
tests/test_scheduling.py
tests/test_scored_properties.py
tests/test_skill_digest_paths.py
tests/test_solvability_rubric.py
tests/test_step_declaration.py
tests/test_supervise.py
tests/test_variant_contradiction.py
tests/test_vmsmoke.py