返回 last30days-skill
agent_export_v1.json
根目录 / tests / fixtures / agent_export_v1.json
1 {
2 "schema_version": "1.3",
3 "query": "AI coding agents",
4 "generated_at": "2026-07-10T00:00:00Z",
5 "window_days": 30,
6 "source_status": {
7 "digg": "ok",
8 "github": "auth-failed",
9 "grounding": "unreachable",
10 "hackernews": "no-results",
11 "reddit": "ok",
12 "tiktok": "payment-required",
13 "x": "ok",
14 "youtube": "rate-limited"
15 },
16 "freshness_verdicts": [],
17 "clusters": [
18 {
19 "title": "Agents move into daily coding workflows",
20 "summary": "Developers shared concrete agent workflows.",
21 "sources": [
22 "reddit"
23 ],
24 "engagement_total": 1543
25 },
26 {
27 "title": "Teams compare coding-agent review loops",
28 "summary": "Teams compared how agents fit into code review.",
29 "sources": [
30 "x"
31 ],
32 "engagement_total": 800
33 },
34 {
35 "title": "Agents climb the Digg AI leaderboard",
36 "summary": "A small Digg cluster appeared low on the leaderboard.",
37 "sources": [
38 "digg"
39 ],
40 "engagement_total": 5
41 }
42 ],
43 "results": [
44 {
45 "candidate_id": "candidate-reddit",
46 "title": "Agents move into daily coding workflows",
47 "source": "reddit",
48 "url": "https://www.reddit.com/r/programming/comments/agent-workflows",
49 "published_at": "2026-06-28",
50 "summary": "Developers shared concrete agent workflows.",
51 "engagement": {
52 "score": 1543,
53 "num_comments": 201
54 },
55 "relevance_score": 0.92,
56 "cluster": 0
57 },
58 {
59 "candidate_id": "candidate-x",
60 "title": "Teams compare coding-agent review loops",
61 "source": "x",
62 "url": "https://x.com/example/status/123",
63 "published_at": "2026-07-02",
64 "summary": "Teams compared how agents fit into code review.",
65 "engagement": {
66 "likes": 800,
67 "reposts": 50
68 },
69 "relevance_score": 0.84,
70 "cluster": 1
71 },
72 {
73 "candidate_id": "candidate-digg",
74 "title": "Agents climb the Digg AI leaderboard",
75 "source": "digg",
76 "url": "https://di.gg/ai/agent-leaderboard",
77 "published_at": "2026-07-05",
78 "summary": "A small Digg cluster appeared low on the leaderboard.",
79 "engagement": {
80 "postCount": 5,
81 "uniqueAuthors": 4,
82 "rank": 500,
83 "rank_score": 0.0
84 },
85 "relevance_score": 0.7,
86 "cluster": 2
87 }
88 ]
89 }
90
90 lines JSON