feat(governance): 新增 AI Agent 市場雷達讀回
Some checks failed
Code Review / ai-code-review (push) Successful in 13s
CD Pipeline / tests (push) Successful in 1m54s
CD Pipeline / build-and-deploy (push) Successful in 5m8s
CD Pipeline / post-deploy-checks (push) Failing after 1m21s
Ansible / Reboot Recovery Contract / validate (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-25 10:43:16 +08:00
parent 279f953144
commit ea0d697e51
19 changed files with 5433 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"schema_version": "agent_market_watch_sources_v1",
"updated_at": "2026-06-04",
"updated_at": "2026-06-25",
"purpose": "Primary-source watch list for recurring AI Agent market updates. A change here is not replacement approval; it only triggers refreshed evaluation.",
"cadence": {
"weekly_market_watch": "Every Monday 09:00 Asia/Taipei, produce a read-only market watch report and full-scope integration/discovery review summary.",
@@ -32,9 +32,15 @@
"reference_version": null
},
{
"source_id": "openai_agent_builder_safety_docs",
"source_id": "openai_agents_tracing_docs",
"type": "docs",
"url": "https://developers.openai.com/api/docs/guides/agent-builder-safety",
"url": "https://openai.github.io/openai-agents-python/tracing/",
"reference_version": null
},
{
"source_id": "openai_agents_handoffs_docs",
"type": "docs",
"url": "https://openai.github.io/openai-agents-python/handoffs/",
"reference_version": null
},
{
@@ -93,6 +99,12 @@
"url": "https://docs.nvidia.com/nemo/agent-toolkit/latest/index.html",
"reference_version": null
},
{
"source_id": "nvidia_nemotron_developer_page",
"type": "docs",
"url": "https://developer.nvidia.com/topics/ai/nemotron",
"reference_version": null
},
{
"source_id": "nvidia_nim_llm_docs",
"type": "docs",
@@ -118,7 +130,7 @@
{
"source_id": "claude_agent_sdk_docs",
"type": "docs",
"url": "https://platform.claude.com/docs/en/agent-sdk/agent-loop",
"url": "https://code.claude.com/docs/en/agent-sdk/overview",
"reference_version": null
},
{
@@ -140,7 +152,7 @@
{
"source_id": "google_adk_docs",
"type": "docs",
"url": "https://adk.dev/get-started/about/",
"url": "https://docs.cloud.google.com/gemini-enterprise-agent-platform/build/adk",
"reference_version": null
},
{
@@ -190,7 +202,7 @@
{
"source_id": "crewai_docs",
"type": "docs",
"url": "https://docs.crewai.com/en/introduction",
"url": "https://docs.crewai.com/",
"reference_version": null
},
{

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"schema_version": "agent_replacement_candidates_v1",
"updated_at": "2026-06-04",
"updated_at": "2026-06-25",
"baseline_candidate_id": "openclaw_incumbent",
"fixture_schema": "docs/schemas/agent_replay_fixture_v1.schema.json",
"candidate_input_schema": "docs/schemas/agent_replay_candidate_input_v1.schema.json",
@@ -179,7 +179,7 @@
{
"candidate_id": "claude_agent_sdk_remediator",
"display_name": "Claude Agent SDK Remediator",
"official_url": "https://platform.claude.com/docs/en/agent-sdk/agent-loop",
"official_url": "https://code.claude.com/docs/en/agent-sdk/overview",
"role": "devops_code_remediation_agent",
"evaluation_priority": "must_test",
"required_stage": "offline_replay",
@@ -199,7 +199,7 @@
{
"candidate_id": "google_adk_stack",
"display_name": "Google Agent Development Kit Stack",
"official_url": "https://adk.dev/get-started/about/",
"official_url": "https://docs.cloud.google.com/gemini-enterprise-agent-platform/build/adk",
"role": "gemini_vertex_agent_stack",
"evaluation_priority": "can_test",
"required_stage": "offline_replay"
@@ -215,7 +215,7 @@
{
"candidate_id": "crewai_flows_crews",
"display_name": "CrewAI Flows + Crews",
"official_url": "https://docs.crewai.com/en/introduction",
"official_url": "https://docs.crewai.com/",
"role": "rapid_agent_team_prototype",
"evaluation_priority": "secondary",
"required_stage": "offline_replay"