agentops-accelerator 0.7.1__tar.gz → 0.8.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.claude-plugin/marketplace.json +1 -1
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/plugin/marketplace.json +1 -1
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/CHANGELOG.md +11 -0
- {agentops_accelerator-0.7.1/src/agentops_accelerator.egg-info → agentops_accelerator-0.8.0}/PKG-INFO +3 -3
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/README.md +2 -2
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/evaluation.md +25 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/how-it-works.md +5 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/package.json +1 -1
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/plugin.json +1 -1
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/cockpit.py +2 -1
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/cli/app.py +5 -4
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/agentops_config.py +0 -1
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/azd_eval_init.py +4 -3
- agentops_accelerator-0.8.0/src/agentops/templates/workbooks/README.md +169 -0
- agentops_accelerator-0.8.0/src/agentops/templates/workbooks/foundry-ops.workbook.json +683 -0
- agentops_accelerator-0.8.0/src/agentops/templates/workbooks/queries/agent_behavior.kql +222 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0/src/agentops_accelerator.egg-info}/PKG-INFO +3 -3
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/SOURCES.txt +2 -0
- agentops_accelerator-0.8.0/tests/fixtures/workbook_agent_behavior_events.json +112 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_dashboard.py +1 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_dashboard.py +225 -0
- agentops_accelerator-0.7.1/src/agentops/templates/workbooks/README.md +0 -99
- agentops_accelerator-0.7.1/src/agentops/templates/workbooks/foundry-ops.workbook.json +0 -479
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.gitattributes +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/actions/azure-oidc-login/action.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/code-quality-py.instructions.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/copilot-instructions.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/dependabot.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/extensions/agentops-skills/extension.mjs +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/skills/release-management/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/_build.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/agentops-watchdog.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/ci.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/cut-release.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/e2e.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/release.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/staging.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.gitignore +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.pre-commit-config.yaml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.vscode/launch.json +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.vscode/settings.json +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.vscode/tasks.json +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/AGENTS.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/CONTRIBUTING.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/LICENSE +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/SECURITY.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/bundles.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/ci-github-actions.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/concepts.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/doctor-checks.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/doctor-explained.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/e2e-live-architecture.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/e2e-live-setup.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/foundry-evaluation-sdk-built-in-evaluators.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/media/agentops-diagrams.vsdx +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/media/foundry-control-plane.png +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/release-process.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/tutorial-end-to-end.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/tutorial-hosted-agent-quickstart.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/tutorial-prompt-agent.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/examples/flat-quickstart/README.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/examples/flat-quickstart/agentops.yaml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/examples/flat-quickstart/dataset.jsonl +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/icon.png +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/agent-app/Dockerfile +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/agent-app/app.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/agent-app/requirements.txt +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/bootstrap.bicep +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/bootstrap.parameters.example.json +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/perrun.bicep +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/launch.json +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/media/foundry.svg +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/media/quickstart.gif +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/.vscodeignore +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/LICENSE +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/README.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-agent/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-config/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-dataset/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-eval/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-governance/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-report/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-workflow/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/pyproject.toml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/create_support_agent.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/cut-release.ps1 +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/cut-release.sh +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_aggregate_summary.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_data/basic.jsonl +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_data/rag.jsonl +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_data/tools.jsonl +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_demo.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_hosted_agent.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_make_transcript.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_render_config.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/release.ps1 +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/release.sh +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/setup-e2e-new-tenant.ps1 +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/staging.ps1 +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/staging.sh +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/sync-skills.ps1 +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/sync-skills.sh +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/setup.cfg +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/__main__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/_legacy_ids.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/analyzer.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/_rbac_authorization.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/catalog.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/errors.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/foundry_config.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/governance.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/latency.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/observability.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/opex.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/opex_workspace.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/aoai_diagnostic_categories.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/content_filter.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/diagnostics.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/local_auth.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/managed_identity.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/network.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/rbac_openai_data_plane.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/regression.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/release_readiness.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/safety.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/spec_conformance.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/config.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/findings.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/history.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/knowledge/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/knowledge/waf-checklist.csv +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_base.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_bundle_rule.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_client.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_dataset_rules.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_engine.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_prompt_rules.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_spec_rules.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/production_telemetry.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/report.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/app.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/auth.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/chat.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/protocol.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/_credentials.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/azure_monitor.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/azure_resources.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/foundry_control.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/results_history.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/spec_detectors/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/spec_detectors/_base.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/spec_detectors/agents_md.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/spec_detectors/spec_kit.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/time_range.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/cli/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/azd_eval.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/config_loader.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/evaluators.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/governance.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/release_evidence.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/results.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/step_summary.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/mcp/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/mcp/server.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/azd_runner.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/cloud_results.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/cloud_runner.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/comparison.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/diagnostics.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/invocations.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/official_eval.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/orchestrator.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/prompt_deploy.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/publisher.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/reporter.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/runtime.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/thresholds.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/assert_runner.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/cicd.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/dashboard.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/eval_analysis.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/evidence_pack.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/initializer.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/preflight.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/redteam_runner.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/setup_wizard.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/skills.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/telemetry_import.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/trace_promotion.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/workflow_analysis.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/.gitignore +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agent-server/Dockerfile +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agent-server/README.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agent-server/main.bicep +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agent.yaml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agentops.yaml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/foundry.svg +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/icon.png +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-dev-azd.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-dev.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-prod-azd.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-prod.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-prompt-agent.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-qa-azd.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-qa.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-pr-prompt-agent.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-pr.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-watchdog.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/project.gitignore +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/sample-traces.jsonl +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-agent/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-config/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-dataset/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-eval/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-governance/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-report/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-workflow/SKILL.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/smoke.jsonl +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/waf-checklist.README.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/waf-checklist.csv +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workbooks/queries/capacity_ptu_spillover.kql +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workbooks/queries/errors_throttling.kql +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workbooks/queries/latency_percentiles.kql +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workbooks/queries/traffic_tokens.kql +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-dev-azd.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-dev.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-prod-azd.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-prod.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-prompt-agent.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-qa-azd.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-qa.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-pr-prompt-agent.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-pr.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-watchdog.yml +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/__init__.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/azd_env.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/azure_endpoints.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/colors.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/dotenv_loader.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/foundry_discovery.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/logging.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/telemetry.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/yaml.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/dependency_links.txt +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/entry_points.txt +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/requires.txt +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/top_level.txt +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/TESTING.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/fixtures/fake_adapter.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/fixtures/fake_eval_runner.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/integration/.gitkeep +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/integration/test_cli_flat_schema.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/integration/test_pipeline_smoke.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/.gitkeep +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_analyzer.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_categories.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_errors.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_foundry_config.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_observability.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_opex.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_opex_workspace.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_rbac_openai_data_plane.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_regression.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_safety.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_spec_conformance.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_cli.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_config.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_findings.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_history.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_opex_workspace_check.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_posture_rules.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_results_history.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_server.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agentops_config.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_assert_and_redteam_runners.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azd_env.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azd_eval.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azd_eval_init.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azd_runner.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azure_endpoints.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azure_resources_discovery.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cicd.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_cockpit_connection_summary.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_cockpit_port_conflict.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_commands.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_explain.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cloud_results.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cloud_runner.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cockpit.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_diagnostics.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_doctor_catalog.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_doctor_cli_explain.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_dotenv_loader.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_e2e_render.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_eval_analysis.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_eval_run_grader_errors.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_evaluators.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_foundry_discovery.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_governance.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_http_response_fields.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_http_streaming.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_init_command.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_initializer.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_invocations.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_knowledge_loader.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_llm_assist.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_llm_assist_spec_rules.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_mcp_server.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_official_eval.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_pipeline_publisher.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_pipeline_reporter.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_preflight.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_production_telemetry.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_prompt_deploy.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_release_evidence.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_runtime_conversation.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_runtime_dataset_response_source.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_runtime_model_config.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_runtime_response_fields.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_setup_wizard.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_shared_credentials.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_skills.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_skills_sync.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_step_summary.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_telemetry.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_telemetry_import.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_time_range.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_trace_promotion.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_workflow_analysis.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_yaml_utils.py +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tombstones/vscode/CDN_DEPRECATION_REQUEST.md +0 -0
- {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/uv.lock +0 -0
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"name": "agentops-accelerator",
|
|
14
14
|
"source": "../../plugins/agentops",
|
|
15
15
|
"description": "Copilot agent skills for running standardized evaluation workflows with AgentOps Toolkit and Microsoft Foundry agents.",
|
|
16
|
-
"version": "0.
|
|
16
|
+
"version": "0.8.0",
|
|
17
17
|
"keywords": [
|
|
18
18
|
"agentops",
|
|
19
19
|
"evaluation",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"name": "agentops-accelerator",
|
|
14
14
|
"source": "../../plugins/agentops",
|
|
15
15
|
"description": "Copilot agent skills for running standardized evaluation workflows with AgentOps Toolkit and Microsoft Foundry agents.",
|
|
16
|
-
"version": "0.
|
|
16
|
+
"version": "0.8.0",
|
|
17
17
|
"keywords": [
|
|
18
18
|
"agentops",
|
|
19
19
|
"evaluation",
|
|
@@ -5,6 +5,17 @@ This format follows [Keep a Changelog](https://keepachangelog.com/) and adheres
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.8.0] - 2026-07-14
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Add a read-only **Agent behavior** tab to the Foundry operations Azure Monitor
|
|
12
|
+
workbook, with versioned `AppEvents` / `customEvents` normalization, explicit
|
|
13
|
+
data and freshness states, separate invocation / evaluated-trace /
|
|
14
|
+
evaluation-event counts, scale-safe per-evaluator trends, and trace IDs for
|
|
15
|
+
Foundry investigation. Human trace annotations are the documented
|
|
16
|
+
`gen_ai.evaluation.result` producer; automated trace-evaluation event export
|
|
17
|
+
remains validation-dependent.
|
|
18
|
+
|
|
8
19
|
## [0.7.1] - 2026-07-01
|
|
9
20
|
|
|
10
21
|
### Fixed
|
{agentops_accelerator-0.7.1/src/agentops_accelerator.egg-info → agentops_accelerator-0.8.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentops-accelerator
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8.0
|
|
4
4
|
Summary: Release readiness gates and evidence for Microsoft Foundry agents
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -70,8 +70,8 @@ Continuous evaluation, safety testing, observability, and release readiness for
|
|
|
70
70
|
<p align="center">
|
|
71
71
|
<a href="https://pypi.org/project/agentops-accelerator/"><img alt="PyPI" src="https://img.shields.io/pypi/v/agentops-accelerator.svg?label=PyPI&color=blue"/></a>
|
|
72
72
|
<a href="https://marketplace.visualstudio.com/items?itemName=AgentOpsAccelerator.agentops-accelerator"><img alt="VS Code Extension" src="https://img.shields.io/badge/VS%20Code-Extension-007ACC.svg?logo=visualstudiocode"/></a>
|
|
73
|
-
<a href="https://github.com/Azure/agentops/actions/workflows/ci.yml"><img alt="CI" src="https://
|
|
74
|
-
<a href="https://github.com/Azure/agentops/actions/workflows/release.yml"><img alt="Release" src="https://
|
|
73
|
+
<a href="https://github.com/Azure/agentops/actions/workflows/ci.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/Azure/agentops/ci.yml?branch=develop&label=CI"/></a>
|
|
74
|
+
<a href="https://github.com/Azure/agentops/actions/workflows/release.yml"><img alt="Release" src="https://img.shields.io/github/actions/workflow/status/Azure/agentops/release.yml?label=Release"/></a>
|
|
75
75
|
<a href="https://github.com/Azure/agentops/blob/main/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-green.svg"/></a>
|
|
76
76
|
</p>
|
|
77
77
|
|
|
@@ -16,8 +16,8 @@ Continuous evaluation, safety testing, observability, and release readiness for
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
<a href="https://pypi.org/project/agentops-accelerator/"><img alt="PyPI" src="https://img.shields.io/pypi/v/agentops-accelerator.svg?label=PyPI&color=blue"/></a>
|
|
18
18
|
<a href="https://marketplace.visualstudio.com/items?itemName=AgentOpsAccelerator.agentops-accelerator"><img alt="VS Code Extension" src="https://img.shields.io/badge/VS%20Code-Extension-007ACC.svg?logo=visualstudiocode"/></a>
|
|
19
|
-
<a href="https://github.com/Azure/agentops/actions/workflows/ci.yml"><img alt="CI" src="https://
|
|
20
|
-
<a href="https://github.com/Azure/agentops/actions/workflows/release.yml"><img alt="Release" src="https://
|
|
19
|
+
<a href="https://github.com/Azure/agentops/actions/workflows/ci.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/Azure/agentops/ci.yml?branch=develop&label=CI"/></a>
|
|
20
|
+
<a href="https://github.com/Azure/agentops/actions/workflows/release.yml"><img alt="Release" src="https://img.shields.io/github/actions/workflow/status/Azure/agentops/release.yml?label=Release"/></a>
|
|
21
21
|
<a href="https://github.com/Azure/agentops/blob/main/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-green.svg"/></a>
|
|
22
22
|
</p>
|
|
23
23
|
|
|
@@ -255,3 +255,28 @@ evaluators:
|
|
|
255
255
|
- Use `self-similarity` only for drift detection.
|
|
256
256
|
- Keep trace replay links in metadata so reviewers can investigate the original
|
|
257
257
|
runtime behavior.
|
|
258
|
+
|
|
259
|
+
## View Foundry trace-evaluation results in the workbook
|
|
260
|
+
|
|
261
|
+
Deploy or open the Azure Monitor workbook with
|
|
262
|
+
`agentops telemetry dashboard deploy` and `agentops telemetry dashboard open`,
|
|
263
|
+
then select **Agent behavior**. The tab reads Microsoft Foundry-owned
|
|
264
|
+
compatible `gen_ai.evaluation.result` events and observed `invoke_agent` spans
|
|
265
|
+
from the selected Log Analytics workspace. Official Foundry documentation
|
|
266
|
+
verifies this event for
|
|
267
|
+
[human trace annotations](https://learn.microsoft.com/azure/foundry/observability/how-to/trace-annotations#log-end-user-feedback-as-trace-annotations);
|
|
268
|
+
automated trace-evaluation export through the same schema is
|
|
269
|
+
validation-dependent and must be proven in the target workspace. The tab shows
|
|
270
|
+
data status and freshness first,
|
|
271
|
+
then separate invocation, evaluated-trace, and evaluation-event counts,
|
|
272
|
+
per-evaluator pass-rate / volume trends, raw scores grouped by evaluator, and
|
|
273
|
+
recent trace IDs for investigation in Foundry Tracing.
|
|
274
|
+
|
|
275
|
+
Foundry trace evaluation is a preview, platform-owned feature. The workbook is
|
|
276
|
+
read-only: it does not schedule evaluations, change rules, add release gates, or
|
|
277
|
+
replace the Foundry trace view. Filters work when environment, agent, version,
|
|
278
|
+
and evaluator properties are present; missing versions are shown as **Version
|
|
279
|
+
not reported**. Trace-ID evaluation and correlation do not require an emitted
|
|
280
|
+
`gen_ai.agent.id`. For supported table shapes, verified producers, state
|
|
281
|
+
meanings, schema assumptions, and trace-correlation instructions, see the packaged
|
|
282
|
+
[workbook authoring guide](../src/agentops/templates/workbooks/README.md#agent-behavior-tab).
|
|
@@ -20,6 +20,11 @@ references the candidate those tools produced and adds the repo-controlled
|
|
|
20
20
|
release proof:
|
|
21
21
|
config, gates, artifacts, PR reports, Doctor diagnostics, release evidence,
|
|
22
22
|
trace-to-regression promotion, and Cockpit links back to Foundry/Azure Monitor.
|
|
23
|
+
The additive **Agent behavior** tab in the Foundry operations Azure Monitor
|
|
24
|
+
workbook reads compatible platform-owned evaluation events for cross-evaluator
|
|
25
|
+
trends and trace correlation while leaving evaluation and trace drilldown in
|
|
26
|
+
Foundry. Human trace annotations are a documented event producer; automated
|
|
27
|
+
trace-evaluation event export remains validation-dependent.
|
|
23
28
|
|
|
24
29
|
### Key Principles
|
|
25
30
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "agentops-accelerator",
|
|
3
3
|
"displayName": "AgentOps Accelerator — Skills for GitHub Copilot",
|
|
4
4
|
"description": "Copilot agent skills for running standardized evaluation workflows with AgentOps Accelerator and Microsoft Foundry agents.",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.8.0",
|
|
6
6
|
"publisher": "AgentOpsAccelerator",
|
|
7
7
|
"icon": "icon.png",
|
|
8
8
|
"license": "MIT",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentops-accelerator",
|
|
3
3
|
"description": "Copilot agent skills for running standardized evaluation workflows with AgentOps Accelerator and Microsoft Foundry agents.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.8.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AgentOps Accelerator",
|
|
7
7
|
"url": "https://github.com/Azure/agentops"
|
|
@@ -1856,7 +1856,8 @@ def _build_open_in_foundry(
|
|
|
1856
1856
|
"title": "Foundry operations dashboard",
|
|
1857
1857
|
"description": (
|
|
1858
1858
|
"Azure Monitor workbook with PTU capacity, token traffic, "
|
|
1859
|
-
"latency percentiles,
|
|
1859
|
+
"latency percentiles, throttling, and read-only Foundry "
|
|
1860
|
+
"trace-evaluation behavior. Deploy or open it with "
|
|
1860
1861
|
"`agentops telemetry dashboard`."
|
|
1861
1862
|
),
|
|
1862
1863
|
"url": workbook_url,
|
|
@@ -85,7 +85,7 @@ telemetry_app = typer.Typer(
|
|
|
85
85
|
dashboard_app = typer.Typer(
|
|
86
86
|
help=(
|
|
87
87
|
"Deploy, open, and export the Foundry operations Azure Monitor "
|
|
88
|
-
"workbook (capacity, traffic and tokens, latency, errors)."
|
|
88
|
+
"workbook (capacity, traffic and tokens, latency, errors, agent behavior)."
|
|
89
89
|
)
|
|
90
90
|
)
|
|
91
91
|
telemetry_app.add_typer(dashboard_app, name="dashboard")
|
|
@@ -836,10 +836,11 @@ EXPLAIN_PAGES: dict[tuple[str, ...], ExplainPage] = {
|
|
|
836
836
|
summary=(
|
|
837
837
|
"Deploys, opens, and exports the Foundry operations Azure Monitor "
|
|
838
838
|
"workbook: capacity (PTU), traffic and tokens, latency percentiles, "
|
|
839
|
-
"
|
|
839
|
+
"errors and throttling, and read-only Foundry trace-evaluation "
|
|
840
|
+
"behavior for an Azure OpenAI resource.",
|
|
840
841
|
"The workbook is scoped per Azure OpenAI resource and per Log "
|
|
841
|
-
"Analytics workspace and reads from AzureMetrics
|
|
842
|
-
"
|
|
842
|
+
"Analytics workspace and reads from AzureMetrics, AzureDiagnostics, "
|
|
843
|
+
"and Foundry-owned Application Insights events and spans.",
|
|
843
844
|
),
|
|
844
845
|
children=("deploy", "open", "export"),
|
|
845
846
|
),
|
{agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/agentops_config.py
RENAMED
|
@@ -937,7 +937,6 @@ class AgentOpsConfig(BaseModel):
|
|
|
937
937
|
protocol: Optional[Protocol] = None
|
|
938
938
|
request_field: Optional[str] = None
|
|
939
939
|
response_field: Optional[str] = None
|
|
940
|
-
response_fields: Dict[str, str] = Field(default_factory=dict)
|
|
941
940
|
tool_calls_field: Optional[str] = None
|
|
942
941
|
response_fields: Dict[str, str] = Field(
|
|
943
942
|
default_factory=dict,
|
{agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/azd_eval_init.py
RENAMED
|
@@ -831,6 +831,7 @@ def _azd_evaluator_selection_from_config(
|
|
|
831
831
|
data = load_yaml(config_path)
|
|
832
832
|
raw_evaluators = data.get("evaluators")
|
|
833
833
|
names: list[str] = []
|
|
834
|
+
signals: list[str]
|
|
834
835
|
if isinstance(raw_evaluators, list):
|
|
835
836
|
for item in raw_evaluators:
|
|
836
837
|
raw_name = item.get("name") if isinstance(item, dict) else item
|
|
@@ -841,7 +842,7 @@ def _azd_evaluator_selection_from_config(
|
|
|
841
842
|
if mapped and mapped not in names:
|
|
842
843
|
names.append(mapped)
|
|
843
844
|
selection_source = "explicit agentops.yaml evaluators"
|
|
844
|
-
signals =
|
|
845
|
+
signals = ["Using explicit evaluators from agentops.yaml."]
|
|
845
846
|
else:
|
|
846
847
|
selection_source = "AgentOps recommendation"
|
|
847
848
|
signals = []
|
|
@@ -861,10 +862,10 @@ def _azd_evaluator_selection_from_config(
|
|
|
861
862
|
names.append(mapped)
|
|
862
863
|
except (FileNotFoundError, OSError, ValueError) as exc:
|
|
863
864
|
selection_source = "baseline fallback"
|
|
864
|
-
signals =
|
|
865
|
+
signals = [
|
|
865
866
|
f"Could not inspect dataset for evaluator inference: {exc}",
|
|
866
867
|
"Using baseline evaluators only.",
|
|
867
|
-
|
|
868
|
+
]
|
|
868
869
|
if not names:
|
|
869
870
|
names.extend(_DEFAULT_AZD_EVALUATORS)
|
|
870
871
|
raw_rubrics = data.get("rubrics")
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# Foundry operations dashboard (Azure Monitor workbook)
|
|
2
|
+
|
|
3
|
+
`foundry-ops.workbook.json` is an Azure Monitor **gallery-template workbook** that
|
|
4
|
+
visualizes Azure AI Foundry / Azure OpenAI operational metrics end to end: PTU
|
|
5
|
+
utilization, PAYG spillover, traffic and token consumption, latency percentiles,
|
|
6
|
+
error / throttling rates, and Foundry-owned trace-evaluation results.
|
|
7
|
+
|
|
8
|
+
The workbook is scoped **per Azure OpenAI resource** and **per Log Analytics
|
|
9
|
+
workspace**. Pick the subscription, workspace, and Azure OpenAI resource in the
|
|
10
|
+
parameters bar, then use the deployment, model, time-range, and streaming
|
|
11
|
+
filters to narrow each tab.
|
|
12
|
+
|
|
13
|
+
## Tabs
|
|
14
|
+
|
|
15
|
+
| Tab | Shows |
|
|
16
|
+
| --- | --- |
|
|
17
|
+
| Capacity | `PTU_Avg_Pct`, `PTU_Max_Pct`, `Ratelimit`, PAYG `Spillover`, `Aggregated_PTU_With_Spillover`, `PTU_Normalizado` |
|
|
18
|
+
| Traffic and tokens | `TotalCalls`, `AzureOpenAIRequests`, `InputTokens`, `OutputTokens`, `TotalTokens`, `ProcessedPromptTokens`, `GeneratedTokens`, `TokensPorRequest`, and a PTU vs PAYG spillover pivot |
|
|
19
|
+
| Latency | `TTFT`, `TBT`, `TTLT`, tokens/sec, time-to-response, and `P95` / `P99` / `Avg` / `Max` over `DurationMs` |
|
|
20
|
+
| Errors and throttling | HTTP `429` / `400` / `500` counts, `BlockedCalls`, `TasaThrottling_Pct`, `TasaError_Pct` |
|
|
21
|
+
| Agent behavior | Data status and freshness, observed `invoke_agent` invocations, evaluated traces, evaluation-event counts, per-evaluator pass rate / volume / raw-score trends, and recent failed or low-score trace correlation |
|
|
22
|
+
|
|
23
|
+
`PTU_Normalizado` (`PTU% * 100000`) is a **display-only** scaling series so the
|
|
24
|
+
0-100 PTU utilization percentage can share a Y axis with raw token counts in a
|
|
25
|
+
single timechart. Read true utilization from `PTU_Avg_Pct` / `PTU_Max_Pct`.
|
|
26
|
+
|
|
27
|
+
## KQL queries
|
|
28
|
+
|
|
29
|
+
The raw KQL for each derived-metric family lives under
|
|
30
|
+
[`queries/`](./queries), so operators can reuse the logic outside the workbook:
|
|
31
|
+
|
|
32
|
+
| File | Derived metrics |
|
|
33
|
+
| --- | --- |
|
|
34
|
+
| [`capacity_ptu_spillover.kql`](./queries/capacity_ptu_spillover.kql) | PTU avg/max %, Ratelimit, Spillover, Aggregated PTU with spillover, PTU_Normalizado |
|
|
35
|
+
| [`traffic_tokens.kql`](./queries/traffic_tokens.kql) | Calls, input/output/total tokens, processed/generated tokens, tokens per request, PTU vs PAYG split |
|
|
36
|
+
| [`latency_percentiles.kql`](./queries/latency_percentiles.kql) | TTFT/TBT/TTLT, tokens/sec, time-to-response, and P95/P99/Avg/Max over DurationMs |
|
|
37
|
+
| [`errors_throttling.kql`](./queries/errors_throttling.kql) | HTTP 429/400/500 counts, blocked calls, throttling rate, error rate |
|
|
38
|
+
| [`agent_behavior.kql`](./queries/agent_behavior.kql) | Versioned `agent_behavior/v1` normalization for Foundry evaluation events and observed `invoke_agent` spans across workspace-based and classic Application Insights tables |
|
|
39
|
+
|
|
40
|
+
The standalone `.kql` files expose the parameter bindings as `let` declarations
|
|
41
|
+
at the top; the workbook substitutes the same values through its parameter bar.
|
|
42
|
+
|
|
43
|
+
## Agent behavior tab
|
|
44
|
+
|
|
45
|
+
The **Agent behavior** tab is an additive, read-only adapter over compatible
|
|
46
|
+
`gen_ai.evaluation.result` events. Current official Foundry documentation
|
|
47
|
+
explicitly verifies this event for
|
|
48
|
+
[human trace annotations](https://learn.microsoft.com/azure/foundry/observability/how-to/trace-annotations#log-end-user-feedback-as-trace-annotations).
|
|
49
|
+
It does not clearly guarantee that every automated Foundry trace-evaluation
|
|
50
|
+
result is exported through the same Application Insights event shape.
|
|
51
|
+
Automated event support is therefore **validation-dependent** and must be
|
|
52
|
+
proven in the target workspace. Trace evaluation and annotations are preview,
|
|
53
|
+
platform-owned features. AgentOps does not create, schedule, gate, or edit
|
|
54
|
+
them.
|
|
55
|
+
|
|
56
|
+
The `agent_behavior/v1` KQL normalizer supports both recognized Application
|
|
57
|
+
Insights shapes:
|
|
58
|
+
|
|
59
|
+
- workspace-based `AppEvents` (`Name`, `Properties`) and `AppDependencies`
|
|
60
|
+
(`Properties`);
|
|
61
|
+
- classic `customEvents` (`name`, `customDimensions`) and `dependencies`
|
|
62
|
+
(`customDimensions`).
|
|
63
|
+
|
|
64
|
+
The mapping uses an explicit set of known `gen_ai.*` properties and keeps the
|
|
65
|
+
raw property bag in the normalized row. Missing optional values do not remove
|
|
66
|
+
events. Missing agent versions appear as **Version not reported**, and
|
|
67
|
+
nonnumeric score values remain visible as raw score text rather than becoming
|
|
68
|
+
zero. Trace-ID evaluation and correlation do not require `gen_ai.agent.id`;
|
|
69
|
+
agent and version filters simply use the metadata when a producer reports it.
|
|
70
|
+
|
|
71
|
+
The status row appears before quality results and distinguishes these states:
|
|
72
|
+
|
|
73
|
+
| State | Meaning |
|
|
74
|
+
| --- | --- |
|
|
75
|
+
| `Schema unavailable` | Matching event names exist, but none of the v1 evaluator, score, or label properties are recognized. Inspect the retained raw properties before updating the versioned mapping. |
|
|
76
|
+
| `No access` | The workbook query shows a native permission error. Request `Log Analytics Reader` on the selected workspace. |
|
|
77
|
+
| `No data` | The recognized event tables contain no compatible `gen_ai.evaluation.result` events in the selected time range. This can also mean automated trace evaluation does not export this event shape in the target environment. |
|
|
78
|
+
| `Filter empty` | Events exist in the time range, but none match the environment, agent, version, and evaluator filters. |
|
|
79
|
+
| `Possible ingestion delay` | The newest matching event is more than 15 minutes old. This may be ingestion delay or simply no recent Foundry trace evaluation. |
|
|
80
|
+
|
|
81
|
+
The three count columns intentionally have different meanings:
|
|
82
|
+
|
|
83
|
+
- **Observed invoke_agent invocations** counts distinct invocation keys visible
|
|
84
|
+
in the selected workspace.
|
|
85
|
+
- **Evaluated traces** counts distinct trace IDs represented by evaluation
|
|
86
|
+
events.
|
|
87
|
+
- **Evaluation events** counts evaluator results. One evaluated trace can emit
|
|
88
|
+
several events.
|
|
89
|
+
|
|
90
|
+
The workbook does not calculate evaluation coverage because the workspace might
|
|
91
|
+
not contain a complete invocation denominator. Pass rate uses only recognized
|
|
92
|
+
pass/fail labels. Raw score trends stay in a table grouped by evaluator because
|
|
93
|
+
different evaluators can use different scales; pass-rate and event-volume charts
|
|
94
|
+
use comparable units.
|
|
95
|
+
|
|
96
|
+
The recent-events table keeps trace, response, and conversation IDs when
|
|
97
|
+
available. Copy the trace ID, open the matching Microsoft Foundry project,
|
|
98
|
+
select **Tracing**, and search for the ID. The workbook cannot build a reliable
|
|
99
|
+
project-specific Foundry deep link from a Log Analytics workspace ID alone.
|
|
100
|
+
|
|
101
|
+
## Required diagnostic settings
|
|
102
|
+
|
|
103
|
+
The Azure OpenAI resource must send both of these log categories to the Log
|
|
104
|
+
Analytics workspace the workbook queries:
|
|
105
|
+
|
|
106
|
+
- `RequestResponse`
|
|
107
|
+
- `AzureOpenAIRequestUsage`
|
|
108
|
+
|
|
109
|
+
If they are missing, create them with:
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
az monitor diagnostic-settings create \
|
|
113
|
+
--name agentops-foundry-ops \
|
|
114
|
+
--resource <azure-openai-resource-id> \
|
|
115
|
+
--workspace <log-analytics-workspace-id> \
|
|
116
|
+
--logs '[{"category":"RequestResponse","enabled":true},{"category":"AzureOpenAIRequestUsage","enabled":true}]'
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
`agentops doctor` flags this automatically (rule
|
|
120
|
+
`waf.observability.aoai_diagnostic_categories`) and prints the exact command.
|
|
121
|
+
|
|
122
|
+
## Required roles
|
|
123
|
+
|
|
124
|
+
| Role | Scope | Why |
|
|
125
|
+
| --- | --- | --- |
|
|
126
|
+
| `Workbook Contributor` | Resource group that will hold the workbook | Deploy / update the `Microsoft.Insights/workbooks` resource |
|
|
127
|
+
| `Log Analytics Reader` | The Log Analytics workspace | Let the workbook query Azure OpenAI metrics/logs and Foundry-owned Application Insights events/spans |
|
|
128
|
+
|
|
129
|
+
## How to use it
|
|
130
|
+
|
|
131
|
+
Ship it with the CLI:
|
|
132
|
+
|
|
133
|
+
```bash
|
|
134
|
+
# Emit the ARM template without touching Azure.
|
|
135
|
+
agentops telemetry dashboard deploy --dry-run
|
|
136
|
+
|
|
137
|
+
# Deploy the workbook (needs Workbook Contributor on the resource group).
|
|
138
|
+
agentops telemetry dashboard deploy
|
|
139
|
+
|
|
140
|
+
# Open the workbook in the Azure portal.
|
|
141
|
+
agentops telemetry dashboard open
|
|
142
|
+
|
|
143
|
+
# Copy the workbook JSON to a local path for manual import.
|
|
144
|
+
agentops telemetry dashboard export --out ./foundry-ops.workbook.json
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
Or import it manually: **Azure portal → Monitor → Workbooks → New → Advanced
|
|
148
|
+
Editor**, paste the contents of `foundry-ops.workbook.json`, then Apply and Save,
|
|
149
|
+
selecting the target workspace and Azure OpenAI resource.
|
|
150
|
+
|
|
151
|
+
## Authoring note (validate before GA)
|
|
152
|
+
|
|
153
|
+
This workbook JSON was authored from the issue's KQL and the Azure Monitor
|
|
154
|
+
workbook schema **without a live Azure environment**. The Agent behavior
|
|
155
|
+
normalizer is validated with repository fixtures for both recognized table
|
|
156
|
+
shapes, missing optional fields, nonnumeric scores, multiple evaluators, absent
|
|
157
|
+
versions, and an unrecognized future schema. No live Foundry evaluation results
|
|
158
|
+
were invented or claimed. These synthetic fixtures validate the adapter; they
|
|
159
|
+
are not evidence that an automated Foundry trace-evaluation producer emits the
|
|
160
|
+
same event schema.
|
|
161
|
+
|
|
162
|
+
Before relying on the workbook in production, smoke-validate it against a real
|
|
163
|
+
Log Analytics workspace that receives `RequestResponse`,
|
|
164
|
+
`AzureOpenAIRequestUsage`, Foundry `invoke_agent` spans, and
|
|
165
|
+
`gen_ai.evaluation.result` events. Confirm the parameters resolve, each tab
|
|
166
|
+
renders, data status is accurate, trace IDs correlate in Foundry Tracing, and
|
|
167
|
+
the derived metrics match expectations. Validate human-annotation and automated
|
|
168
|
+
trace-evaluation producers separately. Update the versioned normalizer instead
|
|
169
|
+
of silently accepting renamed properties.
|