birdclaw 0.8.2 → 0.8.4
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.
- package/CHANGELOG.md +33 -0
- package/README.md +10 -8
- package/bin/birdclaw.mjs +4 -66
- package/dist/cli/birdclaw.js +28165 -0
- package/dist/client/assets/AvatarChip-DLoqM5xD.js +1 -0
- package/dist/client/assets/ProfilePreview-BejAuYsJ.js +1 -0
- package/dist/client/assets/SavedTimelineView-BIS7HKpp.js +1 -0
- package/dist/client/assets/SmartTimestamp-BR0-9se2.js +1 -0
- package/dist/client/assets/TimelineRouteFrame-CyGPj0eM.js +1 -0
- package/dist/client/assets/blocks-7UDKQp8H.js +1 -0
- package/dist/client/assets/bookmarks-CbBkMvXk.js +1 -0
- package/dist/client/assets/chunk-C0phanGV.js +1 -0
- package/dist/client/assets/circle-check-C_Vq3ElD.js +1 -0
- package/dist/client/assets/client-stream-contracts-ys3XhWG4.js +5 -0
- package/dist/client/assets/createLucideIcon-JV8isFFR.js +1 -0
- package/dist/client/assets/data-sources-Cm2bpNvg.js +1 -0
- package/dist/client/assets/discuss-DTjaOugw.js +1 -0
- package/dist/client/assets/dms-CGd6Eogq.js +1 -0
- package/dist/client/assets/inbox-BHlGuOy2.js +1 -0
- package/dist/client/assets/index-CEIG7S6s.js +31 -0
- package/dist/client/assets/index-bpFrQ5yG.css +1 -0
- package/dist/client/assets/likes-cLrcAQem.js +1 -0
- package/dist/client/assets/links-CM9QO1LC.js +1 -0
- package/dist/client/assets/mapbox-BxTlqXt9.js +2 -0
- package/dist/client/assets/mapbox-gl-dgf_hX3a.js +3215 -0
- package/dist/client/assets/mentions-CxKCgzIf.js +1 -0
- package/dist/client/assets/network-map-B5a3whqj.js +2 -0
- package/dist/client/assets/profile-analyze-CRtNEwlb.js +1 -0
- package/dist/client/assets/profile-hydration-client-YEtJsNTv.js +1 -0
- package/dist/client/assets/profiles._handle-C82_HoKX.js +1 -0
- package/dist/client/assets/query-client-fYu2rzRC.js +17 -0
- package/dist/client/assets/rate-limits-ScaEwdVK.js +1 -0
- package/dist/client/assets/react-dom-DHl6Ug7F.js +1 -0
- package/dist/client/assets/react-nBylq1U5.js +1 -0
- package/dist/client/assets/repeat-2-xCwHM9hD.js +1 -0
- package/dist/client/assets/routes-q7ZaW4En.js +1 -0
- package/dist/client/assets/schemas-I9r6F6ya.js +64 -0
- package/dist/client/assets/search-Dq5kYsxA.js +1 -0
- package/dist/client/assets/sparkles-CQVlvHsZ.js +1 -0
- package/dist/client/assets/styles-B8s3tt3r.css +2 -0
- package/dist/client/assets/today-CeG1O7Py.js +1 -0
- package/dist/client/assets/triangle-alert-CBL7s2pf.js +1 -0
- package/dist/client/assets/useTimelineRouteData-1HsqgvUi.js +1 -0
- package/dist/client/assets/users-CHbKlqUr.js +1 -0
- package/dist/server/assets/AvatarChip-zUDAEmjL.js +105 -0
- package/dist/server/assets/FeedState-ntW0Q2GB.js +214 -0
- package/dist/server/assets/ProfileAnalysisStream-BFvhVdhn.js +198 -0
- package/dist/server/assets/ProfilePreview-C6gAor_j.js +752 -0
- package/dist/server/assets/SavedTimelineView-BG1jnBp1.js +64 -0
- package/dist/server/assets/SmartTimestamp-DfwE1NGf.js +45 -0
- package/dist/server/assets/SyncNowButton-BOn_IBXS.js +76 -0
- package/dist/server/assets/TimelineRouteFrame-CU7ilM7U.js +85 -0
- package/dist/server/assets/TweetRichText-DhCVv1-6.js +74 -0
- package/dist/server/assets/_tanstack-start-manifest_v-C-ZRnG_n.js +148 -0
- package/dist/server/assets/account-selection-CTdFGWRk.js +44 -0
- package/dist/server/assets/blocks-C1mgGTB3.js +299 -0
- package/dist/server/assets/blocks-DSgQghqP.js +17 -0
- package/dist/server/assets/bookmarks-BJN8tykY.js +14 -0
- package/dist/server/assets/client-stream-contracts-C2xbWVjm.js +769 -0
- package/dist/server/assets/data-sources-BnA1Q94p.js +180 -0
- package/dist/server/assets/discuss-CJ1dau1j.js +15 -0
- package/dist/server/assets/discuss-QTo08NCN.js +338 -0
- package/dist/server/assets/dms-BuLj4bp8.js +368 -0
- package/dist/server/assets/dms-DAyQrVM2.js +240 -0
- package/dist/server/assets/empty-plugin-adapters-DzrEkdBF.js +5 -0
- package/dist/server/assets/inbox-CkGOaW1q.js +214 -0
- package/dist/server/assets/inbox-DpWd1EzC.js +146 -0
- package/dist/server/assets/likes-DBOAtsJU.js +14 -0
- package/dist/server/assets/links-DAhSjynu.js +240 -0
- package/dist/server/assets/links-DmH5lxHO.js +468 -0
- package/dist/server/assets/mentions-BH2MzKtB.js +26 -0
- package/dist/server/assets/network-map-D3CzRcC4.js +224 -0
- package/dist/server/assets/network-map-D5DoLOwR.js +582 -0
- package/dist/server/assets/profile-analyze-BP65PED0.js +90 -0
- package/dist/server/assets/profile-analyze-C1NoM0tV.js +9 -0
- package/dist/server/assets/profile-hydration-client-GJ4kwJS8.js +133 -0
- package/dist/server/assets/profiles._handle-DjwlN_ac.js +184 -0
- package/dist/server/assets/profiles._handle-DsLNj2Ca.js +12 -0
- package/dist/server/assets/query-client-BdauHBgd.js +923 -0
- package/dist/server/assets/rate-limits-VAr2qzYD.js +262 -0
- package/dist/server/assets/route-search-BUlQ5lGM.js +117 -0
- package/dist/server/assets/router-DqkwSPiM.js +17026 -0
- package/dist/server/assets/routes-A9c9ZhwN.js +26 -0
- package/dist/server/assets/start-FaDOTmto.js +4 -0
- package/dist/server/assets/today-B5hVM57Z.js +17 -0
- package/dist/server/assets/today-fvGiZ7ud.js +303 -0
- package/dist/server/assets/ui-qbmcMSSX.js +137 -0
- package/{src/components/useDebouncedValue.ts → dist/server/assets/useDebouncedValue-DOnA6Xcy.js} +4 -4
- package/dist/server/assets/useTimelineRouteData-27cxynxa.js +1101 -0
- package/dist/server/server.js +5520 -0
- package/package.json +27 -34
- package/playwright.config.ts +0 -35
- package/scripts/browser-perf.mjs +0 -427
- package/scripts/build-docs-site.mjs +0 -967
- package/scripts/docs-site-assets.mjs +0 -311
- package/scripts/run-vitest.mjs +0 -21
- package/scripts/sanitize-node-options.mjs +0 -23
- package/scripts/start-test-server.mjs +0 -42
- package/src/cli-moderation.ts +0 -210
- package/src/cli.ts +0 -2336
- package/src/components/AccountSwitcher.tsx +0 -186
- package/src/components/AppNav.tsx +0 -118
- package/src/components/AvatarChip.tsx +0 -58
- package/src/components/BrandMark.tsx +0 -67
- package/src/components/ConversationThread.tsx +0 -131
- package/src/components/DmWorkspace.tsx +0 -286
- package/src/components/EmbeddedTweetCard.tsx +0 -55
- package/src/components/FeedState.tsx +0 -147
- package/src/components/FloatingPreview.tsx +0 -382
- package/src/components/InboxCard.tsx +0 -152
- package/src/components/LinkPreviewCard.tsx +0 -292
- package/src/components/MarkdownViewer.tsx +0 -777
- package/src/components/ProfileAnalysisStream.tsx +0 -428
- package/src/components/ProfilePreview.tsx +0 -129
- package/src/components/SavedTimelineView.tsx +0 -155
- package/src/components/SmartTimestamp.tsx +0 -72
- package/src/components/SyncNowButton.tsx +0 -140
- package/src/components/ThemeSlider.tsx +0 -80
- package/src/components/TimelineCard.tsx +0 -533
- package/src/components/TimelineRouteFrame.tsx +0 -186
- package/src/components/TweetArticleCard.tsx +0 -66
- package/src/components/TweetMediaGrid.tsx +0 -185
- package/src/components/TweetRichText.tsx +0 -159
- package/src/components/account-selection.ts +0 -64
- package/src/components/useTimelineRouteData.ts +0 -323
- package/src/lib/account-sync-job.ts +0 -666
- package/src/lib/actions-transport.ts +0 -300
- package/src/lib/api-client.ts +0 -419
- package/src/lib/archive-finder.ts +0 -185
- package/src/lib/archive-import.ts +0 -2764
- package/src/lib/authored-live.ts +0 -1072
- package/src/lib/avatar-cache.ts +0 -349
- package/src/lib/backup.ts +0 -2741
- package/src/lib/bird-actions.ts +0 -294
- package/src/lib/bird-command.ts +0 -130
- package/src/lib/bird.ts +0 -1140
- package/src/lib/blocklist.ts +0 -136
- package/src/lib/blocks-write.ts +0 -167
- package/src/lib/blocks.ts +0 -389
- package/src/lib/bookmark-sync-job.ts +0 -536
- package/src/lib/client-cache.ts +0 -109
- package/src/lib/config.ts +0 -224
- package/src/lib/conversation-surface.ts +0 -205
- package/src/lib/data-sources.ts +0 -219
- package/src/lib/db.ts +0 -1135
- package/src/lib/dms-live.ts +0 -933
- package/src/lib/effect-runtime.ts +0 -45
- package/src/lib/follow-graph.ts +0 -1097
- package/src/lib/geocoding.ts +0 -296
- package/src/lib/http-effect.ts +0 -222
- package/src/lib/identity-search-index.ts +0 -369
- package/src/lib/inbox.ts +0 -241
- package/src/lib/link-index.ts +0 -641
- package/src/lib/link-insights.ts +0 -860
- package/src/lib/link-preview-metadata.ts +0 -754
- package/src/lib/location.ts +0 -137
- package/src/lib/media-fetch.ts +0 -860
- package/src/lib/media-includes.ts +0 -165
- package/src/lib/mention-threads-live.ts +0 -917
- package/src/lib/mentions-export.ts +0 -147
- package/src/lib/mentions-live.ts +0 -1238
- package/src/lib/moderation-target.ts +0 -216
- package/src/lib/moderation-write.ts +0 -131
- package/src/lib/mutes-write.ts +0 -167
- package/src/lib/mutes.ts +0 -84
- package/src/lib/ndjson-stream.ts +0 -106
- package/src/lib/network-map.ts +0 -382
- package/src/lib/openai.ts +0 -117
- package/src/lib/period-digest.ts +0 -1552
- package/src/lib/present.ts +0 -118
- package/src/lib/profile-affiliation-hydration.ts +0 -228
- package/src/lib/profile-affiliations.ts +0 -262
- package/src/lib/profile-analysis.ts +0 -1272
- package/src/lib/profile-bio-entities.ts +0 -318
- package/src/lib/profile-history.ts +0 -164
- package/src/lib/profile-hydration.ts +0 -180
- package/src/lib/profile-replies.ts +0 -77
- package/src/lib/profile-resolver.ts +0 -650
- package/src/lib/queries.ts +0 -2381
- package/src/lib/research.ts +0 -652
- package/src/lib/search-discussion.ts +0 -1016
- package/src/lib/seed.ts +0 -613
- package/src/lib/sqlite.ts +0 -147
- package/src/lib/sync-cache.ts +0 -65
- package/src/lib/theme-transition.ts +0 -113
- package/src/lib/theme.tsx +0 -165
- package/src/lib/timeline-collections-live.ts +0 -581
- package/src/lib/timeline-live.ts +0 -452
- package/src/lib/tweet-account-edges.ts +0 -48
- package/src/lib/tweet-lookup.ts +0 -46
- package/src/lib/tweet-render.ts +0 -430
- package/src/lib/tweet-search-live.ts +0 -566
- package/src/lib/types.ts +0 -723
- package/src/lib/ui.ts +0 -529
- package/src/lib/url-expansion-store.ts +0 -110
- package/src/lib/url-expansion.ts +0 -343
- package/src/lib/url-safety.ts +0 -220
- package/src/lib/web-sync.ts +0 -516
- package/src/lib/whois.ts +0 -1079
- package/src/lib/x-profile.ts +0 -365
- package/src/lib/x-web.ts +0 -199
- package/src/lib/xurl-rate-limits.ts +0 -267
- package/src/lib/xurl.ts +0 -1677
- package/src/routeTree.gen.ts +0 -723
- package/src/router.tsx +0 -20
- package/src/routes/__root.tsx +0 -79
- package/src/routes/api/action.tsx +0 -147
- package/src/routes/api/avatar.tsx +0 -50
- package/src/routes/api/blocks.tsx +0 -35
- package/src/routes/api/conversation.tsx +0 -45
- package/src/routes/api/data-sources.tsx +0 -24
- package/src/routes/api/inbox.tsx +0 -43
- package/src/routes/api/link-insights.tsx +0 -85
- package/src/routes/api/link-preview.tsx +0 -47
- package/src/routes/api/network-map.tsx +0 -55
- package/src/routes/api/period-digest.tsx +0 -101
- package/src/routes/api/profile-analysis.tsx +0 -97
- package/src/routes/api/profile-hydrate.tsx +0 -54
- package/src/routes/api/query.tsx +0 -115
- package/src/routes/api/search-discussion.tsx +0 -113
- package/src/routes/api/status.tsx +0 -28
- package/src/routes/api/sync.tsx +0 -105
- package/src/routes/api/xurl-rate-limits.tsx +0 -24
- package/src/routes/blocks.tsx +0 -377
- package/src/routes/bookmarks.tsx +0 -18
- package/src/routes/data-sources.tsx +0 -257
- package/src/routes/discuss.tsx +0 -419
- package/src/routes/dms.tsx +0 -432
- package/src/routes/inbox.tsx +0 -226
- package/src/routes/index.tsx +0 -32
- package/src/routes/likes.tsx +0 -18
- package/src/routes/links.tsx +0 -994
- package/src/routes/mentions.tsx +0 -32
- package/src/routes/network-map.tsx +0 -1035
- package/src/routes/profile-analyze.tsx +0 -112
- package/src/routes/profiles.$handle.tsx +0 -228
- package/src/routes/rate-limits.tsx +0 -309
- package/src/routes/today.tsx +0 -511
- package/src/styles.css +0 -257
- package/tsconfig.json +0 -29
- package/vite.config.ts +0 -29
- /package/{public → dist/client}/birdclaw-mark.png +0 -0
- /package/{public → dist/client}/favicon.ico +0 -0
- /package/{public → dist/client}/logo192.png +0 -0
- /package/{public → dist/client}/logo512.png +0 -0
- /package/{public → dist/client}/manifest.json +0 -0
- /package/{public → dist/client}/robots.txt +0 -0
|
@@ -1,369 +0,0 @@
|
|
|
1
|
-
import type { Database } from "./sqlite";
|
|
2
|
-
import { fetchProfileAffiliations } from "./profile-affiliations";
|
|
3
|
-
import { fetchProfileBioEntities } from "./profile-bio-entities";
|
|
4
|
-
import { fetchProfileSnapshots } from "./profile-history";
|
|
5
|
-
import type { ProfileRecord } from "./types";
|
|
6
|
-
|
|
7
|
-
interface IdentityIndexEntry {
|
|
8
|
-
profileId: string;
|
|
9
|
-
kind: string;
|
|
10
|
-
value: string;
|
|
11
|
-
source: string;
|
|
12
|
-
weight: number;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
const KIND_WEIGHTS: Record<string, number> = {
|
|
16
|
-
affiliation: 90,
|
|
17
|
-
bio_handle: 75,
|
|
18
|
-
bio_company: 65,
|
|
19
|
-
profile_history: 55,
|
|
20
|
-
profile_handle: 45,
|
|
21
|
-
profile_name: 35,
|
|
22
|
-
profile_bio: 35,
|
|
23
|
-
profile_location: 20,
|
|
24
|
-
profile_verified_type: 15,
|
|
25
|
-
profile_bio_url: 12,
|
|
26
|
-
profile_url: 10,
|
|
27
|
-
bio_domain: 8,
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
function normalizeIndexValue(value: string) {
|
|
31
|
-
return value.trim().toLowerCase();
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
function addEntry(
|
|
35
|
-
entries: Map<string, IdentityIndexEntry>,
|
|
36
|
-
entry: Omit<IdentityIndexEntry, "weight"> & { weight?: number },
|
|
37
|
-
) {
|
|
38
|
-
const value = entry.value.trim();
|
|
39
|
-
if (!value) {
|
|
40
|
-
return;
|
|
41
|
-
}
|
|
42
|
-
const key = `${entry.profileId}:${entry.kind}:${entry.source}:${value.toLowerCase()}`;
|
|
43
|
-
if (!entries.has(key)) {
|
|
44
|
-
entries.set(key, {
|
|
45
|
-
...entry,
|
|
46
|
-
value,
|
|
47
|
-
weight: entry.weight ?? KIND_WEIGHTS[entry.kind] ?? 10,
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
function parseJsonObject(value: unknown) {
|
|
53
|
-
if (typeof value !== "string" || value.length === 0) {
|
|
54
|
-
return undefined;
|
|
55
|
-
}
|
|
56
|
-
try {
|
|
57
|
-
const parsed = JSON.parse(value) as unknown;
|
|
58
|
-
return parsed && typeof parsed === "object" && !Array.isArray(parsed)
|
|
59
|
-
? (parsed as Record<string, unknown>)
|
|
60
|
-
: undefined;
|
|
61
|
-
} catch {
|
|
62
|
-
return undefined;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
function getUrlEntityExpandedUrl(entity: unknown) {
|
|
67
|
-
if (!entity || typeof entity !== "object") {
|
|
68
|
-
return undefined;
|
|
69
|
-
}
|
|
70
|
-
const record = entity as Record<string, unknown>;
|
|
71
|
-
const expanded = record.expandedUrl ?? record.expanded_url ?? record.url;
|
|
72
|
-
return typeof expanded === "string" && expanded.length > 0
|
|
73
|
-
? expanded
|
|
74
|
-
: undefined;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
function getProfileBioUrls(profile: ProfileRecord) {
|
|
78
|
-
const description = profile.entities?.description;
|
|
79
|
-
if (!description || typeof description !== "object") {
|
|
80
|
-
return [];
|
|
81
|
-
}
|
|
82
|
-
const urls = (description as { urls?: unknown }).urls;
|
|
83
|
-
if (!Array.isArray(urls)) {
|
|
84
|
-
return [];
|
|
85
|
-
}
|
|
86
|
-
return urls
|
|
87
|
-
.map(getUrlEntityExpandedUrl)
|
|
88
|
-
.filter((url): url is string => Boolean(url));
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
function profileFromRow(row: Record<string, unknown>): ProfileRecord {
|
|
92
|
-
const entities = parseJsonObject(row.entities_json);
|
|
93
|
-
return {
|
|
94
|
-
id: String(row.id),
|
|
95
|
-
handle: String(row.handle),
|
|
96
|
-
displayName: String(row.display_name),
|
|
97
|
-
bio: String(row.bio ?? ""),
|
|
98
|
-
followersCount: Number(row.followers_count ?? 0),
|
|
99
|
-
followingCount: Number(row.following_count ?? 0),
|
|
100
|
-
avatarHue: Number(row.avatar_hue ?? 0),
|
|
101
|
-
...(typeof row.avatar_url === "string" && row.avatar_url.length > 0
|
|
102
|
-
? { avatarUrl: row.avatar_url }
|
|
103
|
-
: {}),
|
|
104
|
-
...(typeof row.location === "string" && row.location.length > 0
|
|
105
|
-
? { location: row.location }
|
|
106
|
-
: {}),
|
|
107
|
-
...(typeof row.url === "string" && row.url.length > 0
|
|
108
|
-
? { url: row.url }
|
|
109
|
-
: {}),
|
|
110
|
-
...(typeof row.verified_type === "string" && row.verified_type.length > 0
|
|
111
|
-
? { verifiedType: row.verified_type }
|
|
112
|
-
: {}),
|
|
113
|
-
...(entities ? { entities } : {}),
|
|
114
|
-
createdAt: String(row.created_at),
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
function collectProfileEntries(
|
|
119
|
-
profile: ProfileRecord,
|
|
120
|
-
): Map<string, IdentityIndexEntry> {
|
|
121
|
-
const entries = new Map<string, IdentityIndexEntry>();
|
|
122
|
-
addEntry(entries, {
|
|
123
|
-
profileId: profile.id,
|
|
124
|
-
kind: "profile_handle",
|
|
125
|
-
value: profile.handle,
|
|
126
|
-
source: "profile",
|
|
127
|
-
});
|
|
128
|
-
addEntry(entries, {
|
|
129
|
-
profileId: profile.id,
|
|
130
|
-
kind: "profile_name",
|
|
131
|
-
value: profile.displayName,
|
|
132
|
-
source: "profile",
|
|
133
|
-
});
|
|
134
|
-
addEntry(entries, {
|
|
135
|
-
profileId: profile.id,
|
|
136
|
-
kind: "profile_bio",
|
|
137
|
-
value: profile.bio,
|
|
138
|
-
source: "profile",
|
|
139
|
-
});
|
|
140
|
-
if (profile.location) {
|
|
141
|
-
addEntry(entries, {
|
|
142
|
-
profileId: profile.id,
|
|
143
|
-
kind: "profile_location",
|
|
144
|
-
value: profile.location,
|
|
145
|
-
source: "profile",
|
|
146
|
-
});
|
|
147
|
-
}
|
|
148
|
-
if (profile.url) {
|
|
149
|
-
addEntry(entries, {
|
|
150
|
-
profileId: profile.id,
|
|
151
|
-
kind: "profile_url",
|
|
152
|
-
value: profile.url,
|
|
153
|
-
source: "profile",
|
|
154
|
-
});
|
|
155
|
-
}
|
|
156
|
-
if (profile.verifiedType) {
|
|
157
|
-
addEntry(entries, {
|
|
158
|
-
profileId: profile.id,
|
|
159
|
-
kind: "profile_verified_type",
|
|
160
|
-
value: profile.verifiedType,
|
|
161
|
-
source: "profile",
|
|
162
|
-
});
|
|
163
|
-
}
|
|
164
|
-
for (const url of getProfileBioUrls(profile)) {
|
|
165
|
-
addEntry(entries, {
|
|
166
|
-
profileId: profile.id,
|
|
167
|
-
kind: "profile_bio_url",
|
|
168
|
-
value: url,
|
|
169
|
-
source: "profile",
|
|
170
|
-
});
|
|
171
|
-
}
|
|
172
|
-
return entries;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
function addAffiliationEntries(
|
|
176
|
-
entries: Map<string, IdentityIndexEntry>,
|
|
177
|
-
profileId: string,
|
|
178
|
-
values: Array<string | null | undefined>,
|
|
179
|
-
source = "affiliation",
|
|
180
|
-
) {
|
|
181
|
-
for (const value of values) {
|
|
182
|
-
if (!value) {
|
|
183
|
-
continue;
|
|
184
|
-
}
|
|
185
|
-
addEntry(entries, {
|
|
186
|
-
profileId,
|
|
187
|
-
kind: "affiliation",
|
|
188
|
-
value,
|
|
189
|
-
source,
|
|
190
|
-
});
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
export function syncIdentitySearchIndexForProfileIds(
|
|
195
|
-
db: Database,
|
|
196
|
-
profileIds: string[],
|
|
197
|
-
) {
|
|
198
|
-
const uniqueProfileIds = Array.from(new Set(profileIds)).filter(Boolean);
|
|
199
|
-
if (uniqueProfileIds.length === 0) {
|
|
200
|
-
return { profiles: 0, entries: 0 };
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
const placeholders = uniqueProfileIds.map(() => "?").join(",");
|
|
204
|
-
const rows = db
|
|
205
|
-
.prepare(
|
|
206
|
-
`
|
|
207
|
-
select id, handle, display_name, bio, followers_count, following_count,
|
|
208
|
-
avatar_hue, avatar_url, location, url, verified_type, entities_json, created_at
|
|
209
|
-
from profiles
|
|
210
|
-
where id in (${placeholders})
|
|
211
|
-
`,
|
|
212
|
-
)
|
|
213
|
-
.all(...uniqueProfileIds) as Array<Record<string, unknown>>;
|
|
214
|
-
const profiles = rows.map(profileFromRow);
|
|
215
|
-
const affiliationsByProfile = fetchProfileAffiliations(db, uniqueProfileIds);
|
|
216
|
-
const bioEntitiesByProfile = fetchProfileBioEntities(db, uniqueProfileIds);
|
|
217
|
-
const snapshotsByProfile = fetchProfileSnapshots(db, uniqueProfileIds);
|
|
218
|
-
const entries = new Map<string, IdentityIndexEntry>();
|
|
219
|
-
|
|
220
|
-
for (const profile of profiles) {
|
|
221
|
-
for (const [key, entry] of collectProfileEntries(profile)) {
|
|
222
|
-
entries.set(key, entry);
|
|
223
|
-
}
|
|
224
|
-
for (const affiliation of affiliationsByProfile.get(profile.id) ?? []) {
|
|
225
|
-
addAffiliationEntries(entries, profile.id, [
|
|
226
|
-
affiliation.organizationName,
|
|
227
|
-
affiliation.organizationHandle,
|
|
228
|
-
affiliation.label,
|
|
229
|
-
affiliation.url,
|
|
230
|
-
affiliation.organizationProfileId,
|
|
231
|
-
]);
|
|
232
|
-
}
|
|
233
|
-
for (const entity of bioEntitiesByProfile.get(profile.id) ?? []) {
|
|
234
|
-
addEntry(entries, {
|
|
235
|
-
profileId: profile.id,
|
|
236
|
-
kind:
|
|
237
|
-
entity.kind === "handle"
|
|
238
|
-
? "bio_handle"
|
|
239
|
-
: entity.kind === "domain"
|
|
240
|
-
? "bio_domain"
|
|
241
|
-
: "bio_company",
|
|
242
|
-
value: entity.value,
|
|
243
|
-
source: "bio_entity",
|
|
244
|
-
});
|
|
245
|
-
}
|
|
246
|
-
for (const snapshot of snapshotsByProfile.get(profile.id) ?? []) {
|
|
247
|
-
addEntry(entries, {
|
|
248
|
-
profileId: profile.id,
|
|
249
|
-
kind: "profile_history",
|
|
250
|
-
value: snapshot.handle,
|
|
251
|
-
source: "history",
|
|
252
|
-
});
|
|
253
|
-
addEntry(entries, {
|
|
254
|
-
profileId: profile.id,
|
|
255
|
-
kind: "profile_history",
|
|
256
|
-
value: snapshot.displayName,
|
|
257
|
-
source: "history",
|
|
258
|
-
});
|
|
259
|
-
addEntry(entries, {
|
|
260
|
-
profileId: profile.id,
|
|
261
|
-
kind: "profile_history",
|
|
262
|
-
value: snapshot.bio,
|
|
263
|
-
source: "history",
|
|
264
|
-
});
|
|
265
|
-
if (snapshot.location) {
|
|
266
|
-
addEntry(entries, {
|
|
267
|
-
profileId: profile.id,
|
|
268
|
-
kind: "profile_history",
|
|
269
|
-
value: snapshot.location,
|
|
270
|
-
source: "history",
|
|
271
|
-
});
|
|
272
|
-
}
|
|
273
|
-
if (snapshot.url) {
|
|
274
|
-
addEntry(entries, {
|
|
275
|
-
profileId: profile.id,
|
|
276
|
-
kind: "profile_history",
|
|
277
|
-
value: snapshot.url,
|
|
278
|
-
source: "history",
|
|
279
|
-
});
|
|
280
|
-
}
|
|
281
|
-
for (const affiliation of snapshot.affiliations) {
|
|
282
|
-
if (!affiliation || typeof affiliation !== "object") {
|
|
283
|
-
continue;
|
|
284
|
-
}
|
|
285
|
-
const record = affiliation as Record<string, unknown>;
|
|
286
|
-
addAffiliationEntries(
|
|
287
|
-
entries,
|
|
288
|
-
profile.id,
|
|
289
|
-
[
|
|
290
|
-
record.organizationName,
|
|
291
|
-
record.organizationHandle,
|
|
292
|
-
record.label,
|
|
293
|
-
record.url,
|
|
294
|
-
].filter((value): value is string => typeof value === "string"),
|
|
295
|
-
"history",
|
|
296
|
-
);
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
const now = new Date().toISOString();
|
|
302
|
-
const deleteStatement = db.prepare(
|
|
303
|
-
`delete from identity_search_index where profile_id = ?`,
|
|
304
|
-
);
|
|
305
|
-
const insertStatement = db.prepare(
|
|
306
|
-
`
|
|
307
|
-
insert into identity_search_index (
|
|
308
|
-
profile_id, kind, value, normalized_value, source, weight, updated_at
|
|
309
|
-
) values (?, ?, ?, ?, ?, ?, ?)
|
|
310
|
-
on conflict(profile_id, kind, value, source) do update set
|
|
311
|
-
normalized_value = excluded.normalized_value,
|
|
312
|
-
weight = excluded.weight,
|
|
313
|
-
updated_at = excluded.updated_at
|
|
314
|
-
`,
|
|
315
|
-
);
|
|
316
|
-
db.transaction(() => {
|
|
317
|
-
for (const profileId of uniqueProfileIds) {
|
|
318
|
-
deleteStatement.run(profileId);
|
|
319
|
-
}
|
|
320
|
-
for (const entry of entries.values()) {
|
|
321
|
-
insertStatement.run(
|
|
322
|
-
entry.profileId,
|
|
323
|
-
entry.kind,
|
|
324
|
-
entry.value,
|
|
325
|
-
normalizeIndexValue(entry.value),
|
|
326
|
-
entry.source,
|
|
327
|
-
entry.weight,
|
|
328
|
-
now,
|
|
329
|
-
);
|
|
330
|
-
}
|
|
331
|
-
})();
|
|
332
|
-
|
|
333
|
-
return { profiles: profiles.length, entries: entries.size };
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
export function ensureIdentitySearchIndexForDmProfiles(
|
|
337
|
-
db: Database,
|
|
338
|
-
account?: string,
|
|
339
|
-
) {
|
|
340
|
-
const params: string[] = [];
|
|
341
|
-
let accountClause = "";
|
|
342
|
-
if (account && account !== "all") {
|
|
343
|
-
accountClause = "where c.account_id = ?";
|
|
344
|
-
params.push(account);
|
|
345
|
-
}
|
|
346
|
-
const rows = db
|
|
347
|
-
.prepare(
|
|
348
|
-
`
|
|
349
|
-
select distinct c.participant_profile_id as profile_id
|
|
350
|
-
from dm_conversations c
|
|
351
|
-
left join identity_search_index isi
|
|
352
|
-
on isi.profile_id = c.participant_profile_id
|
|
353
|
-
${accountClause}
|
|
354
|
-
group by c.participant_profile_id
|
|
355
|
-
having count(isi.profile_id) = 0
|
|
356
|
-
`,
|
|
357
|
-
)
|
|
358
|
-
.all(...params) as Array<{ profile_id: string }>;
|
|
359
|
-
|
|
360
|
-
return syncIdentitySearchIndexForProfileIds(
|
|
361
|
-
db,
|
|
362
|
-
rows.map((row) => row.profile_id),
|
|
363
|
-
);
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
export const __test__ = {
|
|
367
|
-
normalizeIndexValue,
|
|
368
|
-
getProfileBioUrls,
|
|
369
|
-
};
|
package/src/lib/inbox.ts
DELETED
|
@@ -1,241 +0,0 @@
|
|
|
1
|
-
import { Effect } from "effect";
|
|
2
|
-
import { getNativeDb } from "./db";
|
|
3
|
-
import { runEffectPromise } from "./effect-runtime";
|
|
4
|
-
import { scoreInboxItemWithOpenAIEffect } from "./openai";
|
|
5
|
-
import { listDmConversations, listTimelineItems } from "./queries";
|
|
6
|
-
import type { InboxItem, InboxQuery, InboxResponse } from "./types";
|
|
7
|
-
|
|
8
|
-
function heuristicSummary(kind: InboxItem["entityKind"]) {
|
|
9
|
-
return kind === "dm"
|
|
10
|
-
? "Ranked from reply pressure, influence, and recency."
|
|
11
|
-
: "Ranked from mention urgency, influence, and specificity.";
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
function getHeuristicScoreForMention(
|
|
15
|
-
item: ReturnType<typeof listTimelineItems>[number],
|
|
16
|
-
) {
|
|
17
|
-
const influence = Math.min(
|
|
18
|
-
32,
|
|
19
|
-
Math.round(Math.log10(item.author.followersCount + 10) * 18),
|
|
20
|
-
);
|
|
21
|
-
const specificityBoost = item.text.includes("?") ? 8 : 0;
|
|
22
|
-
return Math.max(0, Math.min(100, 44 + influence + specificityBoost));
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
function getHeuristicScoreForDm(
|
|
26
|
-
item: ReturnType<typeof listDmConversations>[number],
|
|
27
|
-
) {
|
|
28
|
-
const unreadBoost = Math.min(15, item.unreadCount * 5);
|
|
29
|
-
const replyBoost = item.needsReply ? 12 : 0;
|
|
30
|
-
return Math.max(
|
|
31
|
-
0,
|
|
32
|
-
Math.min(
|
|
33
|
-
100,
|
|
34
|
-
34 + Math.round(item.influenceScore * 0.32) + unreadBoost + replyBoost,
|
|
35
|
-
),
|
|
36
|
-
);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
function readStoredScores() {
|
|
40
|
-
const db = getNativeDb();
|
|
41
|
-
const rows = db
|
|
42
|
-
.prepare(
|
|
43
|
-
`
|
|
44
|
-
select entity_kind, entity_id, model, score, summary, reasoning, updated_at
|
|
45
|
-
from ai_scores
|
|
46
|
-
`,
|
|
47
|
-
)
|
|
48
|
-
.all() as Array<Record<string, unknown>>;
|
|
49
|
-
|
|
50
|
-
return new Map(
|
|
51
|
-
rows.map((row) => [
|
|
52
|
-
`${row.entity_kind}:${row.entity_id}`,
|
|
53
|
-
{
|
|
54
|
-
model: String(row.model),
|
|
55
|
-
score: Number(row.score),
|
|
56
|
-
summary: String(row.summary),
|
|
57
|
-
reasoning: String(row.reasoning),
|
|
58
|
-
updatedAt: String(row.updated_at),
|
|
59
|
-
},
|
|
60
|
-
]),
|
|
61
|
-
);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export function listInboxItems({
|
|
65
|
-
kind = "mixed",
|
|
66
|
-
account,
|
|
67
|
-
minScore = 0,
|
|
68
|
-
hideLowSignal = false,
|
|
69
|
-
limit = 20,
|
|
70
|
-
}: InboxQuery = {}): InboxResponse {
|
|
71
|
-
const storedScores = readStoredScores();
|
|
72
|
-
const items: InboxItem[] = [];
|
|
73
|
-
|
|
74
|
-
if (kind === "mixed" || kind === "mentions") {
|
|
75
|
-
for (const mention of listTimelineItems({
|
|
76
|
-
resource: "mentions",
|
|
77
|
-
account,
|
|
78
|
-
replyFilter: "unreplied",
|
|
79
|
-
limit: 50,
|
|
80
|
-
})) {
|
|
81
|
-
const scoreKey = `mention:${mention.id}`;
|
|
82
|
-
const stored = storedScores.get(scoreKey);
|
|
83
|
-
items.push({
|
|
84
|
-
id: scoreKey,
|
|
85
|
-
entityId: mention.id,
|
|
86
|
-
entityKind: "mention",
|
|
87
|
-
accountId: mention.accountId,
|
|
88
|
-
accountHandle: mention.accountHandle,
|
|
89
|
-
title: `Mention from ${mention.author.displayName}`,
|
|
90
|
-
text: mention.text,
|
|
91
|
-
createdAt: mention.createdAt,
|
|
92
|
-
needsReply: !mention.isReplied,
|
|
93
|
-
influenceScore: Math.round(
|
|
94
|
-
Math.log10(mention.author.followersCount + 10) * 24,
|
|
95
|
-
),
|
|
96
|
-
participant: mention.author,
|
|
97
|
-
source: stored ? "openai" : "heuristic",
|
|
98
|
-
score: stored?.score ?? getHeuristicScoreForMention(mention),
|
|
99
|
-
summary: stored?.summary ?? heuristicSummary("mention"),
|
|
100
|
-
reasoning:
|
|
101
|
-
stored?.reasoning ??
|
|
102
|
-
`@${mention.author.handle} · ${mention.author.followersCount} followers`,
|
|
103
|
-
});
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
if (kind === "mixed" || kind === "dms") {
|
|
108
|
-
for (const dm of listDmConversations({
|
|
109
|
-
account,
|
|
110
|
-
replyFilter: "unreplied",
|
|
111
|
-
sort: "followers",
|
|
112
|
-
limit: 50,
|
|
113
|
-
})) {
|
|
114
|
-
const scoreKey = `dm:${dm.id}`;
|
|
115
|
-
const stored = storedScores.get(scoreKey);
|
|
116
|
-
items.push({
|
|
117
|
-
id: scoreKey,
|
|
118
|
-
entityId: dm.id,
|
|
119
|
-
entityKind: "dm",
|
|
120
|
-
accountId: dm.accountId,
|
|
121
|
-
accountHandle: dm.accountHandle,
|
|
122
|
-
title: `DM from ${dm.participant.displayName}`,
|
|
123
|
-
text: dm.lastMessagePreview,
|
|
124
|
-
createdAt: dm.lastMessageAt,
|
|
125
|
-
needsReply: dm.needsReply,
|
|
126
|
-
influenceScore: dm.influenceScore,
|
|
127
|
-
participant: dm.participant,
|
|
128
|
-
source: stored ? "openai" : "heuristic",
|
|
129
|
-
score: stored?.score ?? getHeuristicScoreForDm(dm),
|
|
130
|
-
summary: stored?.summary ?? heuristicSummary("dm"),
|
|
131
|
-
reasoning:
|
|
132
|
-
stored?.reasoning ??
|
|
133
|
-
`@${dm.participant.handle} · ${dm.participant.followersCount} followers`,
|
|
134
|
-
});
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
const lowSignalFloor = hideLowSignal ? Math.max(40, minScore) : minScore;
|
|
139
|
-
const filtered = items
|
|
140
|
-
.filter((item) => item.score >= lowSignalFloor)
|
|
141
|
-
.sort((left, right) => {
|
|
142
|
-
if (right.score !== left.score) return right.score - left.score;
|
|
143
|
-
return (
|
|
144
|
-
new Date(right.createdAt).getTime() - new Date(left.createdAt).getTime()
|
|
145
|
-
);
|
|
146
|
-
})
|
|
147
|
-
.slice(0, limit);
|
|
148
|
-
|
|
149
|
-
return {
|
|
150
|
-
items: filtered,
|
|
151
|
-
stats: {
|
|
152
|
-
total: filtered.length,
|
|
153
|
-
openai: filtered.filter((item) => item.source === "openai").length,
|
|
154
|
-
heuristic: filtered.filter((item) => item.source === "heuristic").length,
|
|
155
|
-
},
|
|
156
|
-
};
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
function toError(error: unknown) {
|
|
160
|
-
return error instanceof Error ? error : new Error(String(error));
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
function trySync<T>(try_: () => T) {
|
|
164
|
-
return Effect.try({
|
|
165
|
-
try: try_,
|
|
166
|
-
catch: toError,
|
|
167
|
-
});
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
export function scoreInboxEffect({
|
|
171
|
-
kind = "mixed",
|
|
172
|
-
account,
|
|
173
|
-
limit = 8,
|
|
174
|
-
}: Pick<InboxQuery, "kind" | "account" | "limit"> = {}) {
|
|
175
|
-
return Effect.gen(function* () {
|
|
176
|
-
const db = yield* trySync(() => getNativeDb());
|
|
177
|
-
const items = yield* trySync(
|
|
178
|
-
() => listInboxItems({ kind, account, limit }).items,
|
|
179
|
-
);
|
|
180
|
-
const results = [];
|
|
181
|
-
|
|
182
|
-
for (const item of items) {
|
|
183
|
-
const scored = yield* scoreInboxItemWithOpenAIEffect({
|
|
184
|
-
entityKind: item.entityKind,
|
|
185
|
-
title: item.title,
|
|
186
|
-
text: item.text,
|
|
187
|
-
influenceScore: item.influenceScore,
|
|
188
|
-
participant: {
|
|
189
|
-
handle: item.participant.handle,
|
|
190
|
-
displayName: item.participant.displayName,
|
|
191
|
-
bio: item.participant.bio,
|
|
192
|
-
followersCount: item.participant.followersCount,
|
|
193
|
-
},
|
|
194
|
-
});
|
|
195
|
-
|
|
196
|
-
yield* trySync(() =>
|
|
197
|
-
db
|
|
198
|
-
.prepare(
|
|
199
|
-
`
|
|
200
|
-
insert into ai_scores (
|
|
201
|
-
entity_kind, entity_id, model, score, summary, reasoning, updated_at
|
|
202
|
-
) values (?, ?, ?, ?, ?, ?, ?)
|
|
203
|
-
on conflict(entity_kind, entity_id) do update set
|
|
204
|
-
model = excluded.model,
|
|
205
|
-
score = excluded.score,
|
|
206
|
-
summary = excluded.summary,
|
|
207
|
-
reasoning = excluded.reasoning,
|
|
208
|
-
updated_at = excluded.updated_at
|
|
209
|
-
`,
|
|
210
|
-
)
|
|
211
|
-
.run(
|
|
212
|
-
item.entityKind,
|
|
213
|
-
item.entityId,
|
|
214
|
-
scored.model,
|
|
215
|
-
scored.score,
|
|
216
|
-
scored.summary,
|
|
217
|
-
scored.reasoning,
|
|
218
|
-
new Date().toISOString(),
|
|
219
|
-
),
|
|
220
|
-
);
|
|
221
|
-
|
|
222
|
-
results.push({
|
|
223
|
-
id: item.id,
|
|
224
|
-
score: scored.score,
|
|
225
|
-
source: "openai",
|
|
226
|
-
});
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
return {
|
|
230
|
-
ok: true,
|
|
231
|
-
scored: results.length,
|
|
232
|
-
items: results,
|
|
233
|
-
};
|
|
234
|
-
});
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
export function scoreInbox(
|
|
238
|
-
options: Pick<InboxQuery, "kind" | "account" | "limit"> = {},
|
|
239
|
-
) {
|
|
240
|
-
return runEffectPromise(scoreInboxEffect(options));
|
|
241
|
-
}
|