feat(intraday): add discovery and verification watch pipeline
This commit is contained in:
24
scripts/testdata/intraday_discovery_llm_sample.json
vendored
Normal file
24
scripts/testdata/intraday_discovery_llm_sample.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
"event_type": "official_release",
|
||||
"provider_name": "OpenAI",
|
||||
"model_name": "GPT-5.6",
|
||||
"provider_country": "US",
|
||||
"title": "GPT-5.6 preview pricing update",
|
||||
"summary": "OpenAI preview material indicates GPT-5.6 entered a preview pricing window.",
|
||||
"candidate_urls": [
|
||||
"https://openai.example.com/news/gpt-5-6-pricing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"event_type": "promo_campaign",
|
||||
"provider_name": "DeepSeek",
|
||||
"model_name": "DeepSeek-V4-Flash",
|
||||
"provider_country": "CN",
|
||||
"title": "DeepSeek V4 Flash campaign",
|
||||
"summary": "Official campaign page shows a temporary promotional window for DeepSeek-V4-Flash.",
|
||||
"candidate_urls": [
|
||||
"https://deepseek.example.com/campaign/v4-flash"
|
||||
]
|
||||
}
|
||||
]
|
||||
18
scripts/testdata/intraday_discovery_search_sample.json
vendored
Normal file
18
scripts/testdata/intraday_discovery_search_sample.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"title": "OpenAI announces GPT-5.6 preview pricing update",
|
||||
"summary": "OpenAI preview announcement mentions GPT-5.6 and updated API pricing references.",
|
||||
"url": "https://openai.example.com/news/gpt-5-6-pricing",
|
||||
"provider": "OpenAI",
|
||||
"provider_url": "https://openai.example.com",
|
||||
"published_at": "2026-05-25T09:00:00Z"
|
||||
},
|
||||
{
|
||||
"title": "DeepSeek launches V4 Flash campaign",
|
||||
"summary": "Campaign page suggests temporary promotional pricing for DeepSeek-V4-Flash.",
|
||||
"url": "https://deepseek.example.com/campaign/v4-flash",
|
||||
"provider": "DeepSeek",
|
||||
"provider_url": "https://deepseek.example.com",
|
||||
"published_at": "2026-05-25T10:00:00Z"
|
||||
}
|
||||
]
|
||||
7
scripts/testdata/intraday_verification_official_release.html
vendored
Normal file
7
scripts/testdata/intraday_verification_official_release.html
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<html><body>
|
||||
<article>
|
||||
<h1>OpenAI announces GPT-5.6 preview pricing update</h1>
|
||||
<p>GPT-5.6 preview is now available in official preview channels.</p>
|
||||
<p>Published 2026-05-25.</p>
|
||||
</article>
|
||||
</body></html>
|
||||
8
scripts/testdata/intraday_verification_pricing_page.html
vendored
Normal file
8
scripts/testdata/intraday_verification_pricing_page.html
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<html><body>
|
||||
<section>
|
||||
<h1>DeepSeek-V4-Flash pricing</h1>
|
||||
<p>Old price: $10</p>
|
||||
<p>New price: $6</p>
|
||||
<p>Campaign window active now.</p>
|
||||
</section>
|
||||
</body></html>
|
||||
6
scripts/testdata/intraday_verification_secondary_media.html
vendored
Normal file
6
scripts/testdata/intraday_verification_secondary_media.html
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<html><body>
|
||||
<article>
|
||||
<h1>Industry blog discusses GPT-5.6 leak</h1>
|
||||
<p>Writers speculate GPT-5.6 may appear soon based on references.</p>
|
||||
</article>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user