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