LICENSE
README.md
pyproject.toml
omnibar/__init__.py
omnibar/py.typed
omnibar/version.py
omnibar.egg-info/PKG-INFO
omnibar.egg-info/SOURCES.txt
omnibar.egg-info/dependency_links.txt
omnibar.egg-info/requires.txt
omnibar.egg-info/top_level.txt
omnibar/core/__init__.py
omnibar/core/benchmarker.py
omnibar/core/types.py
omnibar/integrations/__init__.py
omnibar/integrations/pydantic_ai/__init__.py
omnibar/integrations/pydantic_ai/benchmarker.py
omnibar/logging/__init__.py
omnibar/logging/evaluator.py
omnibar/logging/logger.py
omnibar/logging/simple_ai_logger.py
omnibar/logging/visual_test_clean_print.py
omnibar/objectives/__init__.py
omnibar/objectives/base.py
omnibar/objectives/combined.py
omnibar/objectives/llm_judge.py
omnibar/objectives/output.py
omnibar/objectives/path.py
omnibar/objectives/state.py
omnibar/utils/__init__.py
tests/test_all.py
tests/test_auto_evaluator.py
tests/test_auto_evaluators.py
tests/test_combined_benchmark_objective.py
tests/test_diet_schedule_llm_judge.py
tests/test_imports.py
tests/test_llm_judge_objective_real_langchain.py
tests/test_llm_judge_objective_real_pydantic_ai.py
tests/test_logger.py
tests/test_omnibarmarker.py
tests/test_omnibarmarker_logging.py
tests/test_omnibarmarker_logging_integration.py
tests/test_output_benchmark_objective.py
tests/test_path_benchmark_objective.py
tests/test_state_benchmark_objective.py