LICENSE
README.md
pyproject.toml
src/orze_pro/__init__.py
src/orze_pro/_gate.py
src/orze_pro/cli_sop.py
src/orze_pro/license.py
src/orze_pro/telemetry.py
src/orze_pro.egg-info/PKG-INFO
src/orze_pro.egg-info/SOURCES.txt
src/orze_pro.egg-info/dependency_links.txt
src/orze_pro.egg-info/requires.txt
src/orze_pro.egg-info/top_level.txt
src/orze_pro/agents/__init__.py
src/orze_pro/agents/_llm_utils.py
src/orze_pro/agents/bot.py
src/orze_pro/agents/code_evolution.py
src/orze_pro/agents/director.py
src/orze_pro/agents/meta_research.py
src/orze_pro/agents/pattern_inference.py
src/orze_pro/agents/research.py
src/orze_pro/agents/research_context.py
src/orze_pro/agents/research_llm.py
src/orze_pro/agents/task_splitter.py
src/orze_pro/agents/watchdog.py
src/orze_pro/benchmarks/__init__.py
src/orze_pro/benchmarks/hf_open_asr.py
src/orze_pro/engine/__init__.py
src/orze_pro/engine/idea_filter.py
src/orze_pro/engine/role_runner.py
src/orze_pro/engine/sop_tier2.py
src/orze_pro/engine/sops.py
src/orze_pro/fsm/__init__.py
src/orze_pro/fsm/plugins/__init__.py
src/orze_pro/fsm/plugins/idea_verifier.py
src/orze_pro/fsm/plugins/orze_actions.py
src/orze_pro/fsm/plugins/orze_guards.py
src/orze_pro/fsm/plugins/role_logger.py
src/orze_pro/procedures/activity_log.yaml
src/orze_pro/procedures/evolution.yaml
src/orze_pro/procedures/fix_escalation.yaml
src/orze_pro/procedures/idea_verifier.yaml
src/orze_pro/procedures/meta_research.yaml
src/orze_pro/procedures/quality_gate.yaml
src/orze_pro/procedures/research_stall.yaml
src/orze_pro/skills/__init__.py
src/orze_pro/skills/bundled.py
src/orze_pro/skills/registry.py
src/orze_pro/sops/code_evolution_base.skill.md
src/orze_pro/sops/data_analyst_anomaly_hypotheses.skill.md
src/orze_pro/sops/data_analyst_base.skill.md
src/orze_pro/sops/data_analyst_error_analysis.skill.md
src/orze_pro/sops/data_analyst_insights.skill.md
src/orze_pro/sops/data_analyst_visualization.skill.md
src/orze_pro/sops/engineer_base.skill.md
src/orze_pro/sops/engineer_fix_bugs.skill.md
src/orze_pro/sops/engineer_implement.skill.md
src/orze_pro/sops/file_layout.skill.md
src/orze_pro/sops/paper_review_addressing.skill.md
src/orze_pro/sops/professor_base.skill.md
src/orze_pro/sops/professor_cross_domain_query.skill.md
src/orze_pro/sops/professor_diversity_enforcement.skill.md
src/orze_pro/sops/professor_gap_closure.skill.md
src/orze_pro/sops/professor_idea_review.skill.md
src/orze_pro/sops/professor_paper_lake.skill.md
src/orze_pro/sops/professor_regression_detection.skill.md
src/orze_pro/sops/professor_steering.skill.md
src/orze_pro/sops/professor_strategy_review.skill.md
src/orze_pro/sops/professor_web_search.skill.md
src/orze_pro/sops/research_base.skill.md
src/orze_pro/sops/thinker_axiom_removal.skill.md
src/orze_pro/sops/thinker_base.skill.md
src/orze_pro/sops/thinker_phase_a_reformulation.skill.md
src/orze_pro/sops/thinker_phase_b_root_cause.skill.md
src/orze_pro/sops/thinker_phase_c_constraints.skill.md
src/orze_pro/sops/thinker_phase_d_cross_domain.skill.md
src/orze_pro/sops/thinker_phase_e_proposals.skill.md
src/orze_pro/sops/thinker_phase_f_implementation.skill.md
src/orze_pro/sops/thinker_synthesis.skill.md
tests/test_autoinject_timeouts.py
tests/test_hf_open_asr.py
tests/test_pattern_inference.py
tests/test_role_runner_intervention.py
tests/test_role_runner_orze_dir.py
tests/test_skill_registry.py
tests/test_sop_derived_role_behavior.py
tests/test_task_splitter.py
tests/test_telemetry.py
tests/test_telemetry_contract.py
tests/test_telemetry_enrichment.py