.gitignore
.pre-commit-config.yaml
AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
icon.png
launch.json
pyproject.toml
uv.lock
.github/code-quality-py.instructions.md
.github/copilot-instructions.md
.github/dependabot.yml
.github/extensions/agentops-skills/extension.mjs
.github/skills/agentops-config/SKILL.md
.github/skills/agentops-dataset/SKILL.md
.github/skills/agentops-eval/SKILL.md
.github/skills/agentops-monitor/SKILL.md
.github/skills/agentops-regression/SKILL.md
.github/skills/agentops-report/SKILL.md
.github/skills/agentops-trace/SKILL.md
.github/skills/agentops-workflow/SKILL.md
.github/skills/release-management/SKILL.md
.github/workflows/_build.yml
.github/workflows/ci.yml
.github/workflows/cut-release.yml
.github/workflows/release.yml
.github/workflows/staging.yml
.local/cut-release.ps1
.local/release.ps1
.local/staging.ps1
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/analysis-issue-51-cicd-field-insights.md
docs/analysis-issue-51-two-track.md
docs/bundles.md
docs/ci-github-actions.md
docs/concepts.md
docs/foundry-evaluation-sdk-built-in-evaluators.md
docs/how-it-works.md
docs/release-process.md
docs/run-yaml-schema.md
docs/tutorial-agent-workflow.md
docs/tutorial-baseline-comparison.md
docs/tutorial-basic-foundry-agent.md
docs/tutorial-conversational-agent.md
docs/tutorial-copilot-skills.md
docs/tutorial-http-agent.md
docs/tutorial-model-direct.md
docs/tutorial-rag.md
media/quickstart.gif
plugins/agentops/.vscodeignore
plugins/agentops/LICENSE
plugins/agentops/README.md
plugins/agentops/package.json
plugins/agentops/skills/agentops-config/SKILL.md
plugins/agentops/skills/agentops-dataset/SKILL.md
plugins/agentops/skills/agentops-eval/SKILL.md
plugins/agentops/skills/agentops-monitor/SKILL.md
plugins/agentops/skills/agentops-regression/SKILL.md
plugins/agentops/skills/agentops-report/SKILL.md
plugins/agentops/skills/agentops-trace/SKILL.md
plugins/agentops/skills/agentops-workflow/SKILL.md
src/agentops/__init__.py
src/agentops/__main__.py
src/agentops/backends/__init__.py
src/agentops/backends/base.py
src/agentops/backends/eval_engine.py
src/agentops/backends/foundry_backend.py
src/agentops/backends/http_backend.py
src/agentops/backends/local_adapter_backend.py
src/agentops/backends/subprocess_backend.py
src/agentops/cli/__init__.py
src/agentops/cli/_planned.py
src/agentops/cli/app.py
src/agentops/cli/browse_commands.py
src/agentops/cli/config_commands.py
src/agentops/cli/dataset_commands.py
src/agentops/cli/eval_commands.py
src/agentops/cli/report_commands.py
src/agentops/core/__init__.py
src/agentops/core/config_loader.py
src/agentops/core/models.py
src/agentops/core/reporter.py
src/agentops/core/thresholds.py
src/agentops/services/__init__.py
src/agentops/services/browse.py
src/agentops/services/cicd.py
src/agentops/services/comparison.py
src/agentops/services/foundry_evals.py
src/agentops/services/initializer.py
src/agentops/services/reporting.py
src/agentops/services/runner.py
src/agentops/services/skills.py
src/agentops/templates/.gitignore
src/agentops/templates/__init__.py
src/agentops/templates/callable_adapter.py
src/agentops/templates/config.yaml
src/agentops/templates/run-agent.yaml
src/agentops/templates/run-callable.yaml
src/agentops/templates/run-http-agent-tools.yaml
src/agentops/templates/run-http-model.yaml
src/agentops/templates/run-http-rag.yaml
src/agentops/templates/run-rag.yaml
src/agentops/templates/run.yaml
src/agentops/templates/bundles/agent_workflow_baseline.yaml
src/agentops/templates/bundles/conversational_agent_baseline.yaml
src/agentops/templates/bundles/model_quality_baseline.yaml
src/agentops/templates/bundles/rag_quality_baseline.yaml
src/agentops/templates/bundles/safe_agent_baseline.yaml
src/agentops/templates/data/smoke-agent-tools.jsonl
src/agentops/templates/data/smoke-conversational.jsonl
src/agentops/templates/data/smoke-model-direct.jsonl
src/agentops/templates/data/smoke-rag.jsonl
src/agentops/templates/datasets/smoke-agent-tools.yaml
src/agentops/templates/datasets/smoke-conversational.yaml
src/agentops/templates/datasets/smoke-model-direct.yaml
src/agentops/templates/datasets/smoke-rag.yaml
src/agentops/templates/skills/agentops-config/SKILL.md
src/agentops/templates/skills/agentops-dataset/SKILL.md
src/agentops/templates/skills/agentops-eval/SKILL.md
src/agentops/templates/skills/agentops-monitor/SKILL.md
src/agentops/templates/skills/agentops-regression/SKILL.md
src/agentops/templates/skills/agentops-report/SKILL.md
src/agentops/templates/skills/agentops-trace/SKILL.md
src/agentops/templates/skills/agentops-workflow/SKILL.md
src/agentops/templates/workflows/agentops-eval-cd.yml
src/agentops/templates/workflows/agentops-eval-ci.yml
src/agentops/templates/workflows/agentops-eval.yml
src/agentops/utils/__init__.py
src/agentops/utils/logging.py
src/agentops/utils/telemetry.py
src/agentops/utils/yaml.py
src/agentops_toolkit.egg-info/PKG-INFO
src/agentops_toolkit.egg-info/SOURCES.txt
src/agentops_toolkit.egg-info/dependency_links.txt
src/agentops_toolkit.egg-info/entry_points.txt
src/agentops_toolkit.egg-info/requires.txt
src/agentops_toolkit.egg-info/top_level.txt
tests/TESTING.md
tests/fixtures/fake_adapter.py
tests/fixtures/fake_eval_runner.py
tests/integration/.gitkeep
tests/integration/test_eval_run_integration.py
tests/unit/.gitkeep
tests/unit/test_browse.py
tests/unit/test_cicd.py
tests/unit/test_cli_commands.py
tests/unit/test_comparison.py
tests/unit/test_foundry_backend.py
tests/unit/test_http_backend.py
tests/unit/test_initializer.py
tests/unit/test_local_adapter_callable.py
tests/unit/test_models.py
tests/unit/test_reporter.py
tests/unit/test_skills.py
tests/unit/test_subprocess_backend.py
tests/unit/test_telemetry.py
tests/unit/test_yaml_loader.py