LICENSE
README.md
pyproject.toml
egate/__init__.py
egate.egg-info/PKG-INFO
egate.egg-info/SOURCES.txt
egate.egg-info/dependency_links.txt
egate.egg-info/entry_points.txt
egate.egg-info/requires.txt
egate.egg-info/top_level.txt
egate/cli/__init__.py
egate/cli/main.py
egate/core/__init__.py
egate/core/agent_client.py
egate/core/runner.py
egate/core/statistics.py
egate/evals/__init__.py
egate/evals/autonomous_evals.py
egate/evals/base.py
egate/evals/crosscutting_evals.py
egate/evals/deepeval_adapter.py
egate/evals/llm_evals.py
egate/evals/rag_evals.py
egate/evals/registry.py
egate/integrations/__init__.py
egate/integrations/github.py
egate/integrations/gitlab.py
egate/models/__init__.py
egate/models/config.py
egate/models/results.py
egate/utils/__init__.py
egate/utils/reports.py
egate/utils/sync.py
tests/test_all_evaluators.py
tests/test_cli.py
tests/test_config.py
tests/test_evaluators.py
tests/test_plugins_and_integrations.py
tests/test_runner_and_client.py
tests/test_statistics.py
tests/test_utils.py