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.
Files changed (344) hide show
  1. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.claude-plugin/marketplace.json +1 -1
  2. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/plugin/marketplace.json +1 -1
  3. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/CHANGELOG.md +11 -0
  4. {agentops_accelerator-0.7.1/src/agentops_accelerator.egg-info → agentops_accelerator-0.8.0}/PKG-INFO +3 -3
  5. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/README.md +2 -2
  6. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/evaluation.md +25 -0
  7. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/how-it-works.md +5 -0
  8. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/package.json +1 -1
  9. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/plugin.json +1 -1
  10. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/cockpit.py +2 -1
  11. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/cli/app.py +5 -4
  12. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/agentops_config.py +0 -1
  13. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/azd_eval_init.py +4 -3
  14. agentops_accelerator-0.8.0/src/agentops/templates/workbooks/README.md +169 -0
  15. agentops_accelerator-0.8.0/src/agentops/templates/workbooks/foundry-ops.workbook.json +683 -0
  16. agentops_accelerator-0.8.0/src/agentops/templates/workbooks/queries/agent_behavior.kql +222 -0
  17. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0/src/agentops_accelerator.egg-info}/PKG-INFO +3 -3
  18. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/SOURCES.txt +2 -0
  19. agentops_accelerator-0.8.0/tests/fixtures/workbook_agent_behavior_events.json +112 -0
  20. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_dashboard.py +1 -0
  21. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_dashboard.py +225 -0
  22. agentops_accelerator-0.7.1/src/agentops/templates/workbooks/README.md +0 -99
  23. agentops_accelerator-0.7.1/src/agentops/templates/workbooks/foundry-ops.workbook.json +0 -479
  24. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.gitattributes +0 -0
  25. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/actions/azure-oidc-login/action.yml +0 -0
  26. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/code-quality-py.instructions.md +0 -0
  27. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/copilot-instructions.md +0 -0
  28. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/dependabot.yml +0 -0
  29. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/extensions/agentops-skills/extension.mjs +0 -0
  30. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/skills/release-management/SKILL.md +0 -0
  31. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/_build.yml +0 -0
  32. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/agentops-watchdog.yml +0 -0
  33. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/ci.yml +0 -0
  34. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/cut-release.yml +0 -0
  35. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/e2e.yml +0 -0
  36. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/release.yml +0 -0
  37. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.github/workflows/staging.yml +0 -0
  38. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.gitignore +0 -0
  39. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.pre-commit-config.yaml +0 -0
  40. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.vscode/launch.json +0 -0
  41. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.vscode/settings.json +0 -0
  42. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/.vscode/tasks.json +0 -0
  43. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/AGENTS.md +0 -0
  44. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/CONTRIBUTING.md +0 -0
  45. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/LICENSE +0 -0
  46. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/SECURITY.md +0 -0
  47. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/bundles.md +0 -0
  48. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/ci-github-actions.md +0 -0
  49. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/concepts.md +0 -0
  50. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/doctor-checks.md +0 -0
  51. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/doctor-explained.md +0 -0
  52. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/e2e-live-architecture.md +0 -0
  53. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/e2e-live-setup.md +0 -0
  54. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/foundry-evaluation-sdk-built-in-evaluators.md +0 -0
  55. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/media/agentops-diagrams.vsdx +0 -0
  56. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/media/foundry-control-plane.png +0 -0
  57. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/release-process.md +0 -0
  58. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/tutorial-end-to-end.md +0 -0
  59. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/tutorial-hosted-agent-quickstart.md +0 -0
  60. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/docs/tutorial-prompt-agent.md +0 -0
  61. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/examples/flat-quickstart/README.md +0 -0
  62. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/examples/flat-quickstart/agentops.yaml +0 -0
  63. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/examples/flat-quickstart/dataset.jsonl +0 -0
  64. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/icon.png +0 -0
  65. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/agent-app/Dockerfile +0 -0
  66. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/agent-app/app.py +0 -0
  67. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/agent-app/requirements.txt +0 -0
  68. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/bootstrap.bicep +0 -0
  69. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/bootstrap.parameters.example.json +0 -0
  70. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/infra/e2e/perrun.bicep +0 -0
  71. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/launch.json +0 -0
  72. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/media/foundry.svg +0 -0
  73. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/media/quickstart.gif +0 -0
  74. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/.vscodeignore +0 -0
  75. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/LICENSE +0 -0
  76. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/README.md +0 -0
  77. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-agent/SKILL.md +0 -0
  78. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-config/SKILL.md +0 -0
  79. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-dataset/SKILL.md +0 -0
  80. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-eval/SKILL.md +0 -0
  81. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-governance/SKILL.md +0 -0
  82. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-report/SKILL.md +0 -0
  83. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/plugins/agentops/skills/agentops-workflow/SKILL.md +0 -0
  84. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/pyproject.toml +0 -0
  85. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/create_support_agent.py +0 -0
  86. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/cut-release.ps1 +0 -0
  87. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/cut-release.sh +0 -0
  88. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_aggregate_summary.py +0 -0
  89. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_data/basic.jsonl +0 -0
  90. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_data/rag.jsonl +0 -0
  91. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_data/tools.jsonl +0 -0
  92. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_demo.py +0 -0
  93. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_hosted_agent.py +0 -0
  94. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_make_transcript.py +0 -0
  95. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/e2e_render_config.py +0 -0
  96. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/release.ps1 +0 -0
  97. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/release.sh +0 -0
  98. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/setup-e2e-new-tenant.ps1 +0 -0
  99. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/staging.ps1 +0 -0
  100. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/staging.sh +0 -0
  101. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/sync-skills.ps1 +0 -0
  102. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/scripts/sync-skills.sh +0 -0
  103. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/setup.cfg +0 -0
  104. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/__init__.py +0 -0
  105. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/__main__.py +0 -0
  106. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/__init__.py +0 -0
  107. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/_legacy_ids.py +0 -0
  108. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/analyzer.py +0 -0
  109. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/__init__.py +0 -0
  110. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/_rbac_authorization.py +0 -0
  111. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/catalog.py +0 -0
  112. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/errors.py +0 -0
  113. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/foundry_config.py +0 -0
  114. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/governance.py +0 -0
  115. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/latency.py +0 -0
  116. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/observability.py +0 -0
  117. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/opex.py +0 -0
  118. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/opex_workspace.py +0 -0
  119. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture.py +0 -0
  120. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/__init__.py +0 -0
  121. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/aoai_diagnostic_categories.py +0 -0
  122. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/content_filter.py +0 -0
  123. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/diagnostics.py +0 -0
  124. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/local_auth.py +0 -0
  125. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/managed_identity.py +0 -0
  126. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/posture_rules/network.py +0 -0
  127. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/rbac_openai_data_plane.py +0 -0
  128. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/regression.py +0 -0
  129. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/release_readiness.py +0 -0
  130. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/safety.py +0 -0
  131. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/checks/spec_conformance.py +0 -0
  132. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/config.py +0 -0
  133. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/findings.py +0 -0
  134. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/history.py +0 -0
  135. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/knowledge/__init__.py +0 -0
  136. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/knowledge/waf-checklist.csv +0 -0
  137. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/__init__.py +0 -0
  138. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_base.py +0 -0
  139. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_bundle_rule.py +0 -0
  140. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_client.py +0 -0
  141. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_dataset_rules.py +0 -0
  142. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_engine.py +0 -0
  143. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_prompt_rules.py +0 -0
  144. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/llm_assist/_spec_rules.py +0 -0
  145. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/production_telemetry.py +0 -0
  146. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/report.py +0 -0
  147. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/__init__.py +0 -0
  148. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/app.py +0 -0
  149. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/auth.py +0 -0
  150. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/chat.py +0 -0
  151. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/server/protocol.py +0 -0
  152. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/__init__.py +0 -0
  153. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/_credentials.py +0 -0
  154. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/azure_monitor.py +0 -0
  155. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/azure_resources.py +0 -0
  156. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/foundry_control.py +0 -0
  157. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/results_history.py +0 -0
  158. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/spec_detectors/__init__.py +0 -0
  159. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/spec_detectors/_base.py +0 -0
  160. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/spec_detectors/agents_md.py +0 -0
  161. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/sources/spec_detectors/spec_kit.py +0 -0
  162. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/agent/time_range.py +0 -0
  163. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/cli/__init__.py +0 -0
  164. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/__init__.py +0 -0
  165. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/azd_eval.py +0 -0
  166. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/config_loader.py +0 -0
  167. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/evaluators.py +0 -0
  168. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/governance.py +0 -0
  169. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/release_evidence.py +0 -0
  170. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/results.py +0 -0
  171. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/core/step_summary.py +0 -0
  172. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/mcp/__init__.py +0 -0
  173. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/mcp/server.py +0 -0
  174. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/__init__.py +0 -0
  175. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/azd_runner.py +0 -0
  176. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/cloud_results.py +0 -0
  177. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/cloud_runner.py +0 -0
  178. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/comparison.py +0 -0
  179. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/diagnostics.py +0 -0
  180. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/invocations.py +0 -0
  181. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/official_eval.py +0 -0
  182. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/orchestrator.py +0 -0
  183. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/prompt_deploy.py +0 -0
  184. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/publisher.py +0 -0
  185. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/reporter.py +0 -0
  186. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/runtime.py +0 -0
  187. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/pipeline/thresholds.py +0 -0
  188. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/__init__.py +0 -0
  189. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/assert_runner.py +0 -0
  190. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/cicd.py +0 -0
  191. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/dashboard.py +0 -0
  192. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/eval_analysis.py +0 -0
  193. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/evidence_pack.py +0 -0
  194. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/initializer.py +0 -0
  195. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/preflight.py +0 -0
  196. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/redteam_runner.py +0 -0
  197. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/setup_wizard.py +0 -0
  198. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/skills.py +0 -0
  199. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/telemetry_import.py +0 -0
  200. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/trace_promotion.py +0 -0
  201. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/services/workflow_analysis.py +0 -0
  202. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/.gitignore +0 -0
  203. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/__init__.py +0 -0
  204. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agent-server/Dockerfile +0 -0
  205. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agent-server/README.md +0 -0
  206. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agent-server/main.bicep +0 -0
  207. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agent.yaml +0 -0
  208. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/agentops.yaml +0 -0
  209. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/foundry.svg +0 -0
  210. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/icon.png +0 -0
  211. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-dev-azd.yml +0 -0
  212. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-dev.yml +0 -0
  213. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-prod-azd.yml +0 -0
  214. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-prod.yml +0 -0
  215. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-prompt-agent.yml +0 -0
  216. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-qa-azd.yml +0 -0
  217. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-deploy-qa.yml +0 -0
  218. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-pr-prompt-agent.yml +0 -0
  219. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-pr.yml +0 -0
  220. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/pipelines/azuredevops/agentops-watchdog.yml +0 -0
  221. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/project.gitignore +0 -0
  222. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/sample-traces.jsonl +0 -0
  223. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-agent/SKILL.md +0 -0
  224. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-config/SKILL.md +0 -0
  225. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-dataset/SKILL.md +0 -0
  226. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-eval/SKILL.md +0 -0
  227. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-governance/SKILL.md +0 -0
  228. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-report/SKILL.md +0 -0
  229. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/skills/agentops-workflow/SKILL.md +0 -0
  230. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/smoke.jsonl +0 -0
  231. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/waf-checklist.README.md +0 -0
  232. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/waf-checklist.csv +0 -0
  233. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workbooks/queries/capacity_ptu_spillover.kql +0 -0
  234. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workbooks/queries/errors_throttling.kql +0 -0
  235. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workbooks/queries/latency_percentiles.kql +0 -0
  236. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workbooks/queries/traffic_tokens.kql +0 -0
  237. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-dev-azd.yml +0 -0
  238. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-dev.yml +0 -0
  239. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-prod-azd.yml +0 -0
  240. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-prod.yml +0 -0
  241. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-prompt-agent.yml +0 -0
  242. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-qa-azd.yml +0 -0
  243. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-deploy-qa.yml +0 -0
  244. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-pr-prompt-agent.yml +0 -0
  245. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-pr.yml +0 -0
  246. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/templates/workflows/agentops-watchdog.yml +0 -0
  247. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/__init__.py +0 -0
  248. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/azd_env.py +0 -0
  249. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/azure_endpoints.py +0 -0
  250. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/colors.py +0 -0
  251. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/dotenv_loader.py +0 -0
  252. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/foundry_discovery.py +0 -0
  253. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/logging.py +0 -0
  254. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/telemetry.py +0 -0
  255. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops/utils/yaml.py +0 -0
  256. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/dependency_links.txt +0 -0
  257. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/entry_points.txt +0 -0
  258. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/requires.txt +0 -0
  259. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/src/agentops_accelerator.egg-info/top_level.txt +0 -0
  260. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/TESTING.md +0 -0
  261. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/fixtures/fake_adapter.py +0 -0
  262. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/fixtures/fake_eval_runner.py +0 -0
  263. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/integration/.gitkeep +0 -0
  264. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/integration/test_cli_flat_schema.py +0 -0
  265. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/integration/test_pipeline_smoke.py +0 -0
  266. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/.gitkeep +0 -0
  267. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_analyzer.py +0 -0
  268. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_categories.py +0 -0
  269. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_errors.py +0 -0
  270. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_foundry_config.py +0 -0
  271. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_observability.py +0 -0
  272. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_opex.py +0 -0
  273. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_opex_workspace.py +0 -0
  274. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_rbac_openai_data_plane.py +0 -0
  275. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_regression.py +0 -0
  276. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_safety.py +0 -0
  277. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_checks_spec_conformance.py +0 -0
  278. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_cli.py +0 -0
  279. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_config.py +0 -0
  280. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_findings.py +0 -0
  281. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_history.py +0 -0
  282. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_opex_workspace_check.py +0 -0
  283. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_posture_rules.py +0 -0
  284. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_results_history.py +0 -0
  285. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agent_server.py +0 -0
  286. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_agentops_config.py +0 -0
  287. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_assert_and_redteam_runners.py +0 -0
  288. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azd_env.py +0 -0
  289. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azd_eval.py +0 -0
  290. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azd_eval_init.py +0 -0
  291. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azd_runner.py +0 -0
  292. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azure_endpoints.py +0 -0
  293. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_azure_resources_discovery.py +0 -0
  294. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cicd.py +0 -0
  295. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_cockpit_connection_summary.py +0 -0
  296. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_cockpit_port_conflict.py +0 -0
  297. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_commands.py +0 -0
  298. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cli_explain.py +0 -0
  299. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cloud_results.py +0 -0
  300. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cloud_runner.py +0 -0
  301. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_cockpit.py +0 -0
  302. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_diagnostics.py +0 -0
  303. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_doctor_catalog.py +0 -0
  304. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_doctor_cli_explain.py +0 -0
  305. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_dotenv_loader.py +0 -0
  306. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_e2e_render.py +0 -0
  307. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_eval_analysis.py +0 -0
  308. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_eval_run_grader_errors.py +0 -0
  309. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_evaluators.py +0 -0
  310. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_foundry_discovery.py +0 -0
  311. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_governance.py +0 -0
  312. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_http_response_fields.py +0 -0
  313. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_http_streaming.py +0 -0
  314. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_init_command.py +0 -0
  315. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_initializer.py +0 -0
  316. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_invocations.py +0 -0
  317. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_knowledge_loader.py +0 -0
  318. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_llm_assist.py +0 -0
  319. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_llm_assist_spec_rules.py +0 -0
  320. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_mcp_server.py +0 -0
  321. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_official_eval.py +0 -0
  322. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_pipeline_publisher.py +0 -0
  323. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_pipeline_reporter.py +0 -0
  324. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_preflight.py +0 -0
  325. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_production_telemetry.py +0 -0
  326. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_prompt_deploy.py +0 -0
  327. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_release_evidence.py +0 -0
  328. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_runtime_conversation.py +0 -0
  329. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_runtime_dataset_response_source.py +0 -0
  330. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_runtime_model_config.py +0 -0
  331. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_runtime_response_fields.py +0 -0
  332. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_setup_wizard.py +0 -0
  333. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_shared_credentials.py +0 -0
  334. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_skills.py +0 -0
  335. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_skills_sync.py +0 -0
  336. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_step_summary.py +0 -0
  337. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_telemetry.py +0 -0
  338. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_telemetry_import.py +0 -0
  339. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_time_range.py +0 -0
  340. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_trace_promotion.py +0 -0
  341. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_workflow_analysis.py +0 -0
  342. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tests/unit/test_yaml_utils.py +0 -0
  343. {agentops_accelerator-0.7.1 → agentops_accelerator-0.8.0}/tombstones/vscode/CDN_DEPRECATION_REQUEST.md +0 -0
  344. {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.6.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.6.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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentops-accelerator
3
- Version: 0.7.1
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://github.com/Azure/agentops/actions/workflows/ci.yml/badge.svg?branch=develop"/></a>
74
- <a href="https://github.com/Azure/agentops/actions/workflows/release.yml"><img alt="Release" src="https://github.com/Azure/agentops/actions/workflows/release.yml/badge.svg"/></a>
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://github.com/Azure/agentops/actions/workflows/ci.yml/badge.svg?branch=develop"/></a>
20
- <a href="https://github.com/Azure/agentops/actions/workflows/release.yml"><img alt="Release" src="https://github.com/Azure/agentops/actions/workflows/release.yml/badge.svg"/></a>
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.6.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.6.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, and throttling. Deploy or open it with "
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
- "and errors and throttling for an Azure OpenAI resource.",
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 and "
842
- "AzureDiagnostics.",
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
  ),
@@ -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,
@@ -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 = ("Using explicit evaluators from agentops.yaml.",)
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.