@rnsk/toolkits 0.0.9 → 0.0.10
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/README.md +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +13 -1
- package/dist/toolkits/hacker-news/icon.d.ts +5 -0
- package/dist/toolkits/hacker-news/icon.js +9 -0
- package/dist/toolkits/hacker-news/manifest.d.ts +3 -0
- package/dist/toolkits/hacker-news/manifest.js +25 -0
- package/dist/toolkits/hacker-news/tools/client.d.ts +8 -0
- package/dist/toolkits/hacker-news/tools/client.js +51 -0
- package/dist/toolkits/hacker-news/tools/index.d.ts +89 -0
- package/dist/toolkits/hacker-news/tools/index.js +22 -0
- package/dist/toolkits/hacker-news/tools/items.d.ts +42 -0
- package/dist/toolkits/hacker-news/tools/items.js +126 -0
- package/dist/toolkits/hacker-news/tools/search.d.ts +12 -0
- package/dist/toolkits/hacker-news/tools/search.js +40 -0
- package/dist/toolkits/hacker-news/tools/stories.d.ts +25 -0
- package/dist/toolkits/hacker-news/tools/stories.js +98 -0
- package/dist/toolkits/hostinger/icon.d.ts +5 -0
- package/dist/toolkits/hostinger/icon.js +6 -0
- package/dist/toolkits/hostinger/manifest.d.ts +3 -0
- package/dist/toolkits/hostinger/manifest.js +36 -0
- package/dist/toolkits/hostinger/tools/billing.d.ts +12 -0
- package/dist/toolkits/hostinger/tools/billing.js +35 -0
- package/dist/toolkits/hostinger/tools/client.d.ts +6 -0
- package/dist/toolkits/hostinger/tools/client.js +57 -0
- package/dist/toolkits/hostinger/tools/dns.d.ts +22 -0
- package/dist/toolkits/hostinger/tools/dns.js +47 -0
- package/dist/toolkits/hostinger/tools/domains.d.ts +21 -0
- package/dist/toolkits/hostinger/tools/domains.js +62 -0
- package/dist/toolkits/hostinger/tools/hosting.d.ts +17 -0
- package/dist/toolkits/hostinger/tools/hosting.js +38 -0
- package/dist/toolkits/hostinger/tools/index.d.ts +179 -0
- package/dist/toolkits/hostinger/tools/index.js +35 -0
- package/dist/toolkits/hostinger/tools/vps.d.ts +27 -0
- package/dist/toolkits/hostinger/tools/vps.js +77 -0
- package/dist/toolkits/hostinger/tools/whois.d.ts +33 -0
- package/dist/toolkits/hostinger/tools/whois.js +85 -0
- package/dist/toolkits/hugging-face/icon.d.ts +5 -0
- package/dist/toolkits/hugging-face/icon.js +6 -0
- package/dist/toolkits/hugging-face/manifest.d.ts +3 -0
- package/dist/toolkits/hugging-face/manifest.js +42 -0
- package/dist/toolkits/hugging-face/tools/client.d.ts +93 -0
- package/dist/toolkits/hugging-face/tools/client.js +192 -0
- package/dist/toolkits/hugging-face/tools/datasets-viewer.d.ts +65 -0
- package/dist/toolkits/hugging-face/tools/datasets-viewer.js +150 -0
- package/dist/toolkits/hugging-face/tools/datasets.d.ts +160 -0
- package/dist/toolkits/hugging-face/tools/datasets.js +383 -0
- package/dist/toolkits/hugging-face/tools/discussions.d.ts +68 -0
- package/dist/toolkits/hugging-face/tools/discussions.js +144 -0
- package/dist/toolkits/hugging-face/tools/index.d.ts +523 -0
- package/dist/toolkits/hugging-face/tools/index.js +163 -0
- package/dist/toolkits/hugging-face/tools/inference.d.ts +42 -0
- package/dist/toolkits/hugging-face/tools/inference.js +86 -0
- package/dist/toolkits/hugging-face/tools/models.d.ts +117 -0
- package/dist/toolkits/hugging-face/tools/models.js +273 -0
- package/dist/toolkits/hugging-face/tools/papers.d.ts +37 -0
- package/dist/toolkits/hugging-face/tools/papers.js +91 -0
- package/dist/toolkits/hugging-face/tools/repos.d.ts +96 -0
- package/dist/toolkits/hugging-face/tools/repos.js +201 -0
- package/dist/toolkits/hugging-face/tools/settings.d.ts +53 -0
- package/dist/toolkits/hugging-face/tools/settings.js +88 -0
- package/dist/toolkits/hugging-face/tools/spaces.d.ts +245 -0
- package/dist/toolkits/hugging-face/tools/spaces.js +468 -0
- package/dist/toolkits/hugging-face/tools/sql.d.ts +21 -0
- package/dist/toolkits/hugging-face/tools/sql.js +47 -0
- package/dist/toolkits/hugging-face/tools/users.d.ts +60 -0
- package/dist/toolkits/hugging-face/tools/users.js +132 -0
- package/dist/toolkits/hugging-face/tools/webhooks.d.ts +35 -0
- package/dist/toolkits/hugging-face/tools/webhooks.js +87 -0
- package/dist/toolkits/jira/icon.d.ts +5 -0
- package/dist/toolkits/jira/icon.js +6 -0
- package/dist/toolkits/jira/manifest.d.ts +3 -0
- package/dist/toolkits/jira/manifest.js +53 -0
- package/dist/toolkits/jira/tools/boards.d.ts +52 -0
- package/dist/toolkits/jira/tools/boards.js +104 -0
- package/dist/toolkits/jira/tools/client.d.ts +23 -0
- package/dist/toolkits/jira/tools/client.js +270 -0
- package/dist/toolkits/jira/tools/index.d.ts +1280 -0
- package/dist/toolkits/jira/tools/index.js +119 -0
- package/dist/toolkits/jira/tools/issue-fields.d.ts +10 -0
- package/dist/toolkits/jira/tools/issue-fields.js +111 -0
- package/dist/toolkits/jira/tools/issues.d.ts +304 -0
- package/dist/toolkits/jira/tools/issues.js +593 -0
- package/dist/toolkits/jira/tools/meta.d.ts +212 -0
- package/dist/toolkits/jira/tools/meta.js +369 -0
- package/dist/toolkits/jira/tools/projects.d.ts +130 -0
- package/dist/toolkits/jira/tools/projects.js +263 -0
- package/dist/toolkits/jira/tools/search.d.ts +90 -0
- package/dist/toolkits/jira/tools/search.js +181 -0
- package/dist/toolkits/jira/tools/users.d.ts +114 -0
- package/dist/toolkits/jira/tools/users.js +221 -0
- package/dist/toolkits/neo4j/icon.d.ts +5 -0
- package/dist/toolkits/neo4j/icon.js +6 -0
- package/dist/toolkits/neo4j/manifest.d.ts +3 -0
- package/dist/toolkits/neo4j/manifest.js +33 -0
- package/dist/toolkits/neo4j/tools/analytics.d.ts +21 -0
- package/dist/toolkits/neo4j/tools/analytics.js +91 -0
- package/dist/toolkits/neo4j/tools/client.d.ts +6 -0
- package/dist/toolkits/neo4j/tools/client.js +105 -0
- package/dist/toolkits/neo4j/tools/index.d.ts +198 -0
- package/dist/toolkits/neo4j/tools/index.js +30 -0
- package/dist/toolkits/neo4j/tools/instances.d.ts +47 -0
- package/dist/toolkits/neo4j/tools/instances.js +127 -0
- package/dist/toolkits/neo4j/tools/projects.d.ts +44 -0
- package/dist/toolkits/neo4j/tools/projects.js +110 -0
- package/dist/toolkits/neo4j/tools/snapshots.d.ts +20 -0
- package/dist/toolkits/neo4j/tools/snapshots.js +57 -0
- package/dist/toolkits/neon/icon.d.ts +5 -0
- package/dist/toolkits/neon/icon.js +8 -0
- package/dist/toolkits/neon/manifest.d.ts +3 -0
- package/dist/toolkits/neon/manifest.js +36 -0
- package/dist/toolkits/neon/tools/auth.d.ts +115 -0
- package/dist/toolkits/neon/tools/auth.js +286 -0
- package/dist/toolkits/neon/tools/branches.d.ts +189 -0
- package/dist/toolkits/neon/tools/branches.js +465 -0
- package/dist/toolkits/neon/tools/client.d.ts +10 -0
- package/dist/toolkits/neon/tools/client.js +69 -0
- package/dist/toolkits/neon/tools/dataapi.d.ts +42 -0
- package/dist/toolkits/neon/tools/dataapi.js +111 -0
- package/dist/toolkits/neon/tools/endpoints.d.ts +59 -0
- package/dist/toolkits/neon/tools/endpoints.js +163 -0
- package/dist/toolkits/neon/tools/index.d.ts +976 -0
- package/dist/toolkits/neon/tools/index.js +130 -0
- package/dist/toolkits/neon/tools/meta.d.ts +4 -0
- package/dist/toolkits/neon/tools/meta.js +16 -0
- package/dist/toolkits/neon/tools/orgs.d.ts +112 -0
- package/dist/toolkits/neon/tools/orgs.js +303 -0
- package/dist/toolkits/neon/tools/projects.d.ts +177 -0
- package/dist/toolkits/neon/tools/projects.js +468 -0
- package/dist/toolkits/neon/tools/snapshots.d.ts +24 -0
- package/dist/toolkits/neon/tools/snapshots.js +67 -0
- package/package.json +1 -1
|
@@ -0,0 +1,523 @@
|
|
|
1
|
+
import { huggingFaceChangeDiscussionsStatus, huggingFaceCreateDiscussions, huggingFaceCreateDiscussionsComment, huggingFaceCreateDiscussionsPin, huggingFaceDeleteDiscussions, huggingFaceGetDiscussion, huggingFaceListDiscussions, huggingFaceUpdateDiscussionsTitle } from './discussions.js';
|
|
2
|
+
export { huggingFaceChangeDiscussionsStatus, huggingFaceCreateDiscussions, huggingFaceCreateDiscussionsComment, huggingFaceCreateDiscussionsPin, huggingFaceDeleteDiscussions, huggingFaceGetDiscussion, huggingFaceListDiscussions, huggingFaceUpdateDiscussionsTitle };
|
|
3
|
+
import { huggingFaceCheckDatasetValidity, huggingFaceFilterDatasetRows, huggingFaceGetDatasetCroissant, huggingFaceGetDatasetFirstRows, huggingFaceGetDatasetInfo, huggingFaceGetDatasetRows, huggingFaceGetDatasetSize, huggingFaceGetDatasetStatistics, huggingFaceListDatasetParquetFiles, huggingFaceListDatasetSplits, huggingFaceSearchDataset } from './datasets-viewer.js';
|
|
4
|
+
export { huggingFaceCheckDatasetValidity, huggingFaceFilterDatasetRows, huggingFaceGetDatasetCroissant, huggingFaceGetDatasetFirstRows, huggingFaceGetDatasetInfo, huggingFaceGetDatasetRows, huggingFaceGetDatasetSize, huggingFaceGetDatasetStatistics, huggingFaceListDatasetParquetFiles, huggingFaceListDatasetSplits, huggingFaceSearchDataset };
|
|
5
|
+
import { huggingFaceCheckModelsUploadMethod, huggingFaceCreateModelsBranch, huggingFaceCreateModelsCommit, huggingFaceCreateModelsTag, huggingFaceGetModelInfo, huggingFaceGetModelsCompare, huggingFaceGetModelsJwt, huggingFaceGetModelsNotebook, huggingFaceGetModelsScan, huggingFaceGetModelsTreesize, huggingFaceGetModelsXetReadToken, huggingFaceGetResolveCacheModels, huggingFaceListModelsCommits, huggingFaceListModelsPathsInfo, huggingFaceListModelsRefs, huggingFaceUpdateModelsSettings } from './models.js';
|
|
6
|
+
export { huggingFaceCheckModelsUploadMethod, huggingFaceCreateModelsBranch, huggingFaceCreateModelsCommit, huggingFaceCreateModelsTag, huggingFaceGetModelInfo, huggingFaceGetModelsCompare, huggingFaceGetModelsJwt, huggingFaceGetModelsNotebook, huggingFaceGetModelsScan, huggingFaceGetModelsTreesize, huggingFaceGetModelsXetReadToken, huggingFaceGetResolveCacheModels, huggingFaceListModelsCommits, huggingFaceListModelsPathsInfo, huggingFaceListModelsRefs, huggingFaceUpdateModelsSettings };
|
|
7
|
+
import { huggingFaceCheckSpacesUploadMethod, huggingFaceCreateSpacesBranch, huggingFaceCreateSpacesCommit, huggingFaceCreateSpacesSecrets, huggingFaceCreateSpacesTag, huggingFaceCreateSpacesVariables, huggingFaceDeleteSpacesBranch, huggingFaceDeleteSpacesSecrets, huggingFaceDeleteSpacesTag, huggingFaceDeleteSpacesVariables, huggingFaceGetResolveCacheSpaces, huggingFaceGetSpaceInfo, huggingFaceGetSpacesCompare, huggingFaceGetSpacesEvents, huggingFaceGetSpacesJwt, huggingFaceGetSpacesMetrics, huggingFaceGetSpacesNotebook, huggingFaceGetSpacesResolve, huggingFaceGetSpacesScan, huggingFaceGetSpacesTreesize, huggingFaceGetSpacesXetReadToken, huggingFaceGetSpacesXetWriteToken, huggingFaceListSpacesCommits, huggingFaceListSpacesHardware, huggingFaceListSpacesLfsFiles, huggingFaceListSpacesPathsInfo, huggingFaceListSpacesRefs, huggingFaceSquashSpacesCommits, huggingFaceUpdateSpacesSettings } from './spaces.js';
|
|
8
|
+
export { huggingFaceCheckSpacesUploadMethod, huggingFaceCreateSpacesBranch, huggingFaceCreateSpacesCommit, huggingFaceCreateSpacesSecrets, huggingFaceCreateSpacesTag, huggingFaceCreateSpacesVariables, huggingFaceDeleteSpacesBranch, huggingFaceDeleteSpacesSecrets, huggingFaceDeleteSpacesTag, huggingFaceDeleteSpacesVariables, huggingFaceGetResolveCacheSpaces, huggingFaceGetSpaceInfo, huggingFaceGetSpacesCompare, huggingFaceGetSpacesEvents, huggingFaceGetSpacesJwt, huggingFaceGetSpacesMetrics, huggingFaceGetSpacesNotebook, huggingFaceGetSpacesResolve, huggingFaceGetSpacesScan, huggingFaceGetSpacesTreesize, huggingFaceGetSpacesXetReadToken, huggingFaceGetSpacesXetWriteToken, huggingFaceListSpacesCommits, huggingFaceListSpacesHardware, huggingFaceListSpacesLfsFiles, huggingFaceListSpacesPathsInfo, huggingFaceListSpacesRefs, huggingFaceSquashSpacesCommits, huggingFaceUpdateSpacesSettings };
|
|
9
|
+
import { huggingFaceClaimSettingsPapersClaim, huggingFaceCreatePapersComment, huggingFaceCreatePapersCommentReply, huggingFaceCreatePapersIndex, huggingFaceGetDailyPapers, huggingFaceSearchPapers } from './papers.js';
|
|
10
|
+
export { huggingFaceClaimSettingsPapersClaim, huggingFaceCreatePapersComment, huggingFaceCreatePapersCommentReply, huggingFaceCreatePapersIndex, huggingFaceGetDailyPapers, huggingFaceSearchPapers };
|
|
11
|
+
import { huggingFaceCreateAskAccess, huggingFaceCreateCollection, huggingFaceCreateRepo, huggingFaceGetDatasetsTagsByType, huggingFaceGetModelTagsByType, huggingFaceGetResolve, huggingFaceGetTrending, huggingFaceListCollections, huggingFaceListDatasets, huggingFaceListDocs, huggingFaceListRepoFiles, huggingFaceListSpaces, huggingFaceSearchDocs } from './repos.js';
|
|
12
|
+
export { huggingFaceCreateAskAccess, huggingFaceCreateCollection, huggingFaceCreateRepo, huggingFaceGetDatasetsTagsByType, huggingFaceGetModelTagsByType, huggingFaceGetResolve, huggingFaceGetTrending, huggingFaceListCollections, huggingFaceListDatasets, huggingFaceListDocs, huggingFaceListRepoFiles, huggingFaceListSpaces, huggingFaceSearchDocs };
|
|
13
|
+
import { huggingFaceCreateDatasetsBranch, huggingFaceCreateDatasetsCommit, huggingFaceCreateDatasetsPreupload, huggingFaceCreateDatasetsTag, huggingFaceDeleteDatasetsBranch, huggingFaceDeleteDatasetsTag, huggingFaceGetDatasetRepoInfo, huggingFaceGetDatasetsCompare, huggingFaceGetDatasetsJwt, huggingFaceGetDatasetsLeaderboard, huggingFaceGetDatasetsNotebook, huggingFaceGetDatasetsResolve, huggingFaceGetDatasetsScan, huggingFaceGetDatasetsTreesize, huggingFaceGetDatasetsXetReadToken, huggingFaceGetResolveCacheDatasets, huggingFaceHandleDatasetsUserAccessRequest, huggingFaceListDatasetPathsInfo, huggingFaceListDatasetsCommits, huggingFaceListDatasetsRefs, huggingFaceListDatasetsUserAccessRequest, huggingFaceSquashDatasetCommits, huggingFaceUpdateDatasetsSettings } from './datasets.js';
|
|
14
|
+
export { huggingFaceCreateDatasetsBranch, huggingFaceCreateDatasetsCommit, huggingFaceCreateDatasetsPreupload, huggingFaceCreateDatasetsTag, huggingFaceDeleteDatasetsBranch, huggingFaceDeleteDatasetsTag, huggingFaceGetDatasetRepoInfo, huggingFaceGetDatasetsCompare, huggingFaceGetDatasetsJwt, huggingFaceGetDatasetsLeaderboard, huggingFaceGetDatasetsNotebook, huggingFaceGetDatasetsResolve, huggingFaceGetDatasetsScan, huggingFaceGetDatasetsTreesize, huggingFaceGetDatasetsXetReadToken, huggingFaceGetResolveCacheDatasets, huggingFaceHandleDatasetsUserAccessRequest, huggingFaceListDatasetPathsInfo, huggingFaceListDatasetsCommits, huggingFaceListDatasetsRefs, huggingFaceListDatasetsUserAccessRequest, huggingFaceSquashDatasetCommits, huggingFaceUpdateDatasetsSettings };
|
|
15
|
+
import { huggingFaceCreateSqlConsoleEmbed, huggingFaceUpdateSqlConsoleEmbed } from './sql.js';
|
|
16
|
+
export { huggingFaceCreateSqlConsoleEmbed, huggingFaceUpdateSqlConsoleEmbed };
|
|
17
|
+
import { huggingFaceCreateWebhook, huggingFaceDeleteSettingsWebhooks, huggingFaceGetSettingsWebhooks, huggingFaceListSettingsWebhooks, huggingFaceUpdateSettingsWebhooks, huggingFaceUpdateWebhookStatus } from './webhooks.js';
|
|
18
|
+
export { huggingFaceCreateWebhook, huggingFaceDeleteSettingsWebhooks, huggingFaceGetSettingsWebhooks, huggingFaceListSettingsWebhooks, huggingFaceUpdateSettingsWebhooks, huggingFaceUpdateWebhookStatus };
|
|
19
|
+
import { huggingFaceDeleteNetworkCidrList, huggingFaceGenerateChatCompletion, huggingFaceGenerateEmbeddings, huggingFaceListEndpoints, huggingFaceListVendors } from './inference.js';
|
|
20
|
+
export { huggingFaceDeleteNetworkCidrList, huggingFaceGenerateChatCompletion, huggingFaceGenerateEmbeddings, huggingFaceListEndpoints, huggingFaceListVendors };
|
|
21
|
+
import { huggingFaceDeleteNotifications, huggingFaceGetOrganizationsAvatar, huggingFaceGetOrganizationsMembers, huggingFaceGetOrganizationsSocials, huggingFaceGetUsersAvatar, huggingFaceGetUsersOverview, huggingFaceGetUsersSocials, huggingFaceGetWhoami, huggingFaceListNotifications } from './users.js';
|
|
22
|
+
export { huggingFaceDeleteNotifications, huggingFaceGetOrganizationsAvatar, huggingFaceGetOrganizationsMembers, huggingFaceGetOrganizationsSocials, huggingFaceGetUsersAvatar, huggingFaceGetUsersOverview, huggingFaceGetUsersSocials, huggingFaceGetWhoami, huggingFaceListNotifications };
|
|
23
|
+
import { huggingFaceGetJobsHardware, huggingFaceGetSettingsBillingUsageJobs, huggingFaceGetSettingsBillingUsageLive, huggingFaceGetSettingsBillingUsageV2, huggingFaceGetSettingsMcp, huggingFaceUpdateSettingsNotifications, huggingFaceUpdateSettingsWatch } from './settings.js';
|
|
24
|
+
export { huggingFaceGetJobsHardware, huggingFaceGetSettingsBillingUsageJobs, huggingFaceGetSettingsBillingUsageLive, huggingFaceGetSettingsBillingUsageV2, huggingFaceGetSettingsMcp, huggingFaceUpdateSettingsNotifications, huggingFaceUpdateSettingsWatch };
|
|
25
|
+
export declare const huggingFaceTools: ({
|
|
26
|
+
name: string;
|
|
27
|
+
description: string;
|
|
28
|
+
tool: import("ai").Tool<{
|
|
29
|
+
status: "open" | "closed";
|
|
30
|
+
repo: string;
|
|
31
|
+
namespace: string;
|
|
32
|
+
num: string;
|
|
33
|
+
repoType: "models" | "spaces" | "datasets";
|
|
34
|
+
comment?: string | undefined;
|
|
35
|
+
huggingFaceToken?: string | undefined;
|
|
36
|
+
}, any>;
|
|
37
|
+
requiredAuth: "huggingFaceToken";
|
|
38
|
+
scope: "write";
|
|
39
|
+
} | {
|
|
40
|
+
name: string;
|
|
41
|
+
description: string;
|
|
42
|
+
tool: import("ai").Tool<{
|
|
43
|
+
paperId: string;
|
|
44
|
+
huggingFaceToken?: string | undefined;
|
|
45
|
+
targetUserId?: string | undefined;
|
|
46
|
+
claimAuthorId?: string | undefined;
|
|
47
|
+
}, any>;
|
|
48
|
+
requiredAuth: "huggingFaceToken";
|
|
49
|
+
scope: "write";
|
|
50
|
+
} | {
|
|
51
|
+
name: string;
|
|
52
|
+
description: string;
|
|
53
|
+
tool: import("ai").Tool<{
|
|
54
|
+
repo: string;
|
|
55
|
+
namespace: string;
|
|
56
|
+
accessRequestFields: Record<string, any>;
|
|
57
|
+
huggingFaceToken?: string | undefined;
|
|
58
|
+
repoType?: "models" | "spaces" | "datasets" | undefined;
|
|
59
|
+
}, any>;
|
|
60
|
+
requiredAuth: "huggingFaceToken";
|
|
61
|
+
scope: "write";
|
|
62
|
+
} | {
|
|
63
|
+
name: string;
|
|
64
|
+
description: string;
|
|
65
|
+
tool: import("ai").Tool<{
|
|
66
|
+
title: string;
|
|
67
|
+
namespace: string;
|
|
68
|
+
description?: string | undefined;
|
|
69
|
+
isPrivate?: boolean | undefined;
|
|
70
|
+
huggingFaceToken?: string | undefined;
|
|
71
|
+
item?: Record<string, any> | undefined;
|
|
72
|
+
}, any>;
|
|
73
|
+
requiredAuth: "huggingFaceToken";
|
|
74
|
+
scope: "write";
|
|
75
|
+
} | {
|
|
76
|
+
name: string;
|
|
77
|
+
description: string;
|
|
78
|
+
tool: import("ai").Tool<{
|
|
79
|
+
repo: string;
|
|
80
|
+
namespace: string;
|
|
81
|
+
rev: string;
|
|
82
|
+
huggingFaceToken?: string | undefined;
|
|
83
|
+
overwrite?: boolean | undefined;
|
|
84
|
+
emptyBranch?: boolean | undefined;
|
|
85
|
+
startingPoint?: string | undefined;
|
|
86
|
+
}, any>;
|
|
87
|
+
requiredAuth: "huggingFaceToken";
|
|
88
|
+
scope: "write";
|
|
89
|
+
} | {
|
|
90
|
+
name: string;
|
|
91
|
+
description: string;
|
|
92
|
+
tool: import("ai").Tool<{
|
|
93
|
+
summary: string;
|
|
94
|
+
repo: string;
|
|
95
|
+
namespace: string;
|
|
96
|
+
rev: string;
|
|
97
|
+
description?: string | undefined;
|
|
98
|
+
files?: Record<string, any>[] | undefined;
|
|
99
|
+
huggingFaceToken?: string | undefined;
|
|
100
|
+
createPr?: string | undefined;
|
|
101
|
+
lfsFiles?: Record<string, any>[] | undefined;
|
|
102
|
+
hotReload?: string | undefined;
|
|
103
|
+
parentCommit?: string | undefined;
|
|
104
|
+
deletedEntries?: Record<string, any>[] | undefined;
|
|
105
|
+
}, any>;
|
|
106
|
+
requiredAuth: "huggingFaceToken";
|
|
107
|
+
scope: "write";
|
|
108
|
+
} | {
|
|
109
|
+
name: string;
|
|
110
|
+
description: string;
|
|
111
|
+
tool: import("ai").Tool<{
|
|
112
|
+
repo: string;
|
|
113
|
+
files: Record<string, any>[];
|
|
114
|
+
namespace: string;
|
|
115
|
+
rev: string;
|
|
116
|
+
huggingFaceToken?: string | undefined;
|
|
117
|
+
gitIgnore?: string | undefined;
|
|
118
|
+
gitAttributes?: string | undefined;
|
|
119
|
+
}, any>;
|
|
120
|
+
requiredAuth: "huggingFaceToken";
|
|
121
|
+
scope: "write";
|
|
122
|
+
} | {
|
|
123
|
+
name: string;
|
|
124
|
+
description: string;
|
|
125
|
+
tool: import("ai").Tool<{
|
|
126
|
+
repo: string;
|
|
127
|
+
namespace: string;
|
|
128
|
+
tag: string;
|
|
129
|
+
rev: string;
|
|
130
|
+
message?: string | undefined;
|
|
131
|
+
huggingFaceToken?: string | undefined;
|
|
132
|
+
}, any>;
|
|
133
|
+
requiredAuth: "huggingFaceToken";
|
|
134
|
+
scope: "write";
|
|
135
|
+
} | {
|
|
136
|
+
name: string;
|
|
137
|
+
description: string;
|
|
138
|
+
tool: import("ai").Tool<{
|
|
139
|
+
description: string;
|
|
140
|
+
title: string;
|
|
141
|
+
repo: string;
|
|
142
|
+
namespace: string;
|
|
143
|
+
repoType: "models" | "spaces" | "datasets";
|
|
144
|
+
huggingFaceToken?: string | undefined;
|
|
145
|
+
pullRequest?: boolean | undefined;
|
|
146
|
+
}, any>;
|
|
147
|
+
requiredAuth: "huggingFaceToken";
|
|
148
|
+
scope: "write";
|
|
149
|
+
} | {
|
|
150
|
+
name: string;
|
|
151
|
+
description: string;
|
|
152
|
+
tool: import("ai").Tool<{
|
|
153
|
+
repo: string;
|
|
154
|
+
namespace: string;
|
|
155
|
+
comment: string;
|
|
156
|
+
num: string;
|
|
157
|
+
repoType: "models" | "spaces" | "datasets";
|
|
158
|
+
huggingFaceToken?: string | undefined;
|
|
159
|
+
}, any>;
|
|
160
|
+
requiredAuth: "huggingFaceToken";
|
|
161
|
+
scope: "write";
|
|
162
|
+
} | {
|
|
163
|
+
name: string;
|
|
164
|
+
description: string;
|
|
165
|
+
tool: import("ai").Tool<{
|
|
166
|
+
repo: string;
|
|
167
|
+
namespace: string;
|
|
168
|
+
num: string;
|
|
169
|
+
repoType: "models" | "spaces" | "datasets";
|
|
170
|
+
pinned: boolean;
|
|
171
|
+
huggingFaceToken?: string | undefined;
|
|
172
|
+
}, any>;
|
|
173
|
+
requiredAuth: "huggingFaceToken";
|
|
174
|
+
scope: "write";
|
|
175
|
+
} | {
|
|
176
|
+
name: string;
|
|
177
|
+
description: string;
|
|
178
|
+
tool: import("ai").Tool<{
|
|
179
|
+
summary: string;
|
|
180
|
+
repo: string;
|
|
181
|
+
namespace: string;
|
|
182
|
+
rev: string;
|
|
183
|
+
description?: string | undefined;
|
|
184
|
+
files?: Record<string, any>[] | undefined;
|
|
185
|
+
contentType?: "application/json" | "application/x-ndjson" | undefined;
|
|
186
|
+
huggingFaceToken?: string | undefined;
|
|
187
|
+
createPr?: string | undefined;
|
|
188
|
+
lfsFiles?: Record<string, any>[] | undefined;
|
|
189
|
+
hotReload?: string | undefined;
|
|
190
|
+
parentCommit?: string | undefined;
|
|
191
|
+
deletedEntries?: Record<string, any>[] | undefined;
|
|
192
|
+
}, any>;
|
|
193
|
+
requiredAuth: "huggingFaceToken";
|
|
194
|
+
scope: "write";
|
|
195
|
+
} | {
|
|
196
|
+
name: string;
|
|
197
|
+
description: string;
|
|
198
|
+
tool: import("ai").Tool<{
|
|
199
|
+
comment: string;
|
|
200
|
+
paperId: string;
|
|
201
|
+
huggingFaceToken?: string | undefined;
|
|
202
|
+
}, any>;
|
|
203
|
+
requiredAuth: "huggingFaceToken";
|
|
204
|
+
scope: "write";
|
|
205
|
+
} | {
|
|
206
|
+
name: string;
|
|
207
|
+
description: string;
|
|
208
|
+
tool: import("ai").Tool<{
|
|
209
|
+
commentId: string;
|
|
210
|
+
comment: string;
|
|
211
|
+
paperId: string;
|
|
212
|
+
huggingFaceToken?: string | undefined;
|
|
213
|
+
}, any>;
|
|
214
|
+
requiredAuth: "huggingFaceToken";
|
|
215
|
+
scope: "write";
|
|
216
|
+
} | {
|
|
217
|
+
name: string;
|
|
218
|
+
description: string;
|
|
219
|
+
tool: import("ai").Tool<{
|
|
220
|
+
arxivId: string;
|
|
221
|
+
huggingFaceToken?: string | undefined;
|
|
222
|
+
}, any>;
|
|
223
|
+
requiredAuth: "huggingFaceToken";
|
|
224
|
+
scope: "write";
|
|
225
|
+
} | {
|
|
226
|
+
name: string;
|
|
227
|
+
description: string;
|
|
228
|
+
tool: import("ai").Tool<{
|
|
229
|
+
name: string;
|
|
230
|
+
type?: "dataset" | "model" | "space" | undefined;
|
|
231
|
+
organization?: string | undefined;
|
|
232
|
+
isPrivate?: boolean | undefined;
|
|
233
|
+
huggingFaceToken?: string | undefined;
|
|
234
|
+
sdk?: "gradio" | "streamlit" | "docker" | "static" | undefined;
|
|
235
|
+
}, any>;
|
|
236
|
+
requiredAuth: "huggingFaceToken";
|
|
237
|
+
scope: "write";
|
|
238
|
+
} | {
|
|
239
|
+
name: string;
|
|
240
|
+
description: string;
|
|
241
|
+
tool: import("ai").Tool<{
|
|
242
|
+
repo: string;
|
|
243
|
+
key: string;
|
|
244
|
+
namespace: string;
|
|
245
|
+
value?: string | undefined;
|
|
246
|
+
description?: string | undefined;
|
|
247
|
+
huggingFaceToken?: string | undefined;
|
|
248
|
+
}, any>;
|
|
249
|
+
requiredAuth: "huggingFaceToken";
|
|
250
|
+
scope: "write";
|
|
251
|
+
} | {
|
|
252
|
+
name: string;
|
|
253
|
+
description: string;
|
|
254
|
+
tool: import("ai").Tool<{
|
|
255
|
+
title: string;
|
|
256
|
+
repo: string;
|
|
257
|
+
namespace: string;
|
|
258
|
+
sql: string;
|
|
259
|
+
views: Record<string, any>[];
|
|
260
|
+
isPrivate?: boolean | undefined;
|
|
261
|
+
huggingFaceToken?: string | undefined;
|
|
262
|
+
repoType?: "datasets" | undefined;
|
|
263
|
+
}, any>;
|
|
264
|
+
requiredAuth: "huggingFaceToken";
|
|
265
|
+
scope: "write";
|
|
266
|
+
} | {
|
|
267
|
+
name: string;
|
|
268
|
+
description: string;
|
|
269
|
+
tool: import("ai").Tool<{
|
|
270
|
+
url: string;
|
|
271
|
+
domains: string[];
|
|
272
|
+
watched: Record<string, any>[];
|
|
273
|
+
secret?: string | undefined;
|
|
274
|
+
huggingFaceToken?: string | undefined;
|
|
275
|
+
jobSourceId?: string | undefined;
|
|
276
|
+
}, any>;
|
|
277
|
+
requiredAuth: "huggingFaceToken";
|
|
278
|
+
scope: "write";
|
|
279
|
+
} | {
|
|
280
|
+
name: string;
|
|
281
|
+
description: string;
|
|
282
|
+
tool: import("ai").Tool<{
|
|
283
|
+
repo: string;
|
|
284
|
+
namespace: string;
|
|
285
|
+
rev: string;
|
|
286
|
+
huggingFaceToken?: string | undefined;
|
|
287
|
+
}, any>;
|
|
288
|
+
requiredAuth: "huggingFaceToken";
|
|
289
|
+
scope: "delete";
|
|
290
|
+
} | {
|
|
291
|
+
name: string;
|
|
292
|
+
description: string;
|
|
293
|
+
tool: import("ai").Tool<{
|
|
294
|
+
repo: string;
|
|
295
|
+
namespace: string;
|
|
296
|
+
num: string;
|
|
297
|
+
repoType: "models" | "spaces" | "datasets";
|
|
298
|
+
huggingFaceToken?: string | undefined;
|
|
299
|
+
}, any>;
|
|
300
|
+
requiredAuth: "huggingFaceToken";
|
|
301
|
+
scope: "delete";
|
|
302
|
+
} | {
|
|
303
|
+
name: string;
|
|
304
|
+
description: string;
|
|
305
|
+
tool: import("ai").Tool<{
|
|
306
|
+
namespace: string;
|
|
307
|
+
cidrId: string;
|
|
308
|
+
huggingFaceToken?: string | undefined;
|
|
309
|
+
}, any>;
|
|
310
|
+
requiredAuth: "huggingFaceToken";
|
|
311
|
+
scope: "delete";
|
|
312
|
+
} | {
|
|
313
|
+
name: string;
|
|
314
|
+
description: string;
|
|
315
|
+
tool: import("ai").Tool<{
|
|
316
|
+
huggingFaceToken?: string | undefined;
|
|
317
|
+
repoType?: "dataset" | "model" | "space" | "bucket" | undefined;
|
|
318
|
+
paperId?: string | undefined;
|
|
319
|
+
p?: number | undefined;
|
|
320
|
+
mention?: "all" | "participating" | "mentions" | undefined;
|
|
321
|
+
repoName?: string | undefined;
|
|
322
|
+
articleId?: string | undefined;
|
|
323
|
+
lastUpdate?: string | undefined;
|
|
324
|
+
postAuthor?: string | undefined;
|
|
325
|
+
readStatus?: "all" | "unread" | undefined;
|
|
326
|
+
applyToAll?: boolean | undefined;
|
|
327
|
+
discussionIds?: string[] | undefined;
|
|
328
|
+
}, any>;
|
|
329
|
+
requiredAuth: "huggingFaceToken";
|
|
330
|
+
scope: "delete";
|
|
331
|
+
} | {
|
|
332
|
+
name: string;
|
|
333
|
+
description: string;
|
|
334
|
+
tool: import("ai").Tool<{
|
|
335
|
+
webhookId: string;
|
|
336
|
+
huggingFaceToken?: string | undefined;
|
|
337
|
+
}, any>;
|
|
338
|
+
requiredAuth: "huggingFaceToken";
|
|
339
|
+
scope: "delete";
|
|
340
|
+
} | {
|
|
341
|
+
name: string;
|
|
342
|
+
description: string;
|
|
343
|
+
tool: import("ai").Tool<{
|
|
344
|
+
repo: string;
|
|
345
|
+
key: string;
|
|
346
|
+
namespace: string;
|
|
347
|
+
huggingFaceToken?: string | undefined;
|
|
348
|
+
}, any>;
|
|
349
|
+
requiredAuth: "huggingFaceToken";
|
|
350
|
+
scope: "delete";
|
|
351
|
+
} | {
|
|
352
|
+
name: string;
|
|
353
|
+
description: string;
|
|
354
|
+
tool: import("ai").Tool<{
|
|
355
|
+
messages: Record<string, any>[];
|
|
356
|
+
model: string;
|
|
357
|
+
stream?: boolean | undefined;
|
|
358
|
+
huggingFaceToken?: string | undefined;
|
|
359
|
+
seed?: number | undefined;
|
|
360
|
+
stop?: string[] | undefined;
|
|
361
|
+
tools?: Record<string, any>[] | undefined;
|
|
362
|
+
top_p?: number | undefined;
|
|
363
|
+
logprobs?: boolean | undefined;
|
|
364
|
+
max_tokens?: number | undefined;
|
|
365
|
+
temperature?: number | undefined;
|
|
366
|
+
tool_choice?: Record<string, any> | undefined;
|
|
367
|
+
tool_prompt?: string | undefined;
|
|
368
|
+
top_logprobs?: number | undefined;
|
|
369
|
+
stream_options?: Record<string, any> | undefined;
|
|
370
|
+
response_format?: Record<string, any> | undefined;
|
|
371
|
+
presence_penalty?: number | undefined;
|
|
372
|
+
frequency_penalty?: number | undefined;
|
|
373
|
+
}, any>;
|
|
374
|
+
requiredAuth: "huggingFaceToken";
|
|
375
|
+
scope: "write";
|
|
376
|
+
} | {
|
|
377
|
+
name: string;
|
|
378
|
+
description: string;
|
|
379
|
+
tool: import("ai").Tool<{
|
|
380
|
+
inputs: string[];
|
|
381
|
+
huggingFaceToken?: string | undefined;
|
|
382
|
+
model?: string | undefined;
|
|
383
|
+
}, any>;
|
|
384
|
+
requiredAuth: "huggingFaceToken";
|
|
385
|
+
scope: "write";
|
|
386
|
+
} | {
|
|
387
|
+
name: string;
|
|
388
|
+
description: any;
|
|
389
|
+
tool: any;
|
|
390
|
+
requiredAuth: "huggingFaceToken";
|
|
391
|
+
scope: "read";
|
|
392
|
+
} | {
|
|
393
|
+
name: string;
|
|
394
|
+
description: string;
|
|
395
|
+
tool: import("ai").Tool<{
|
|
396
|
+
status: "pending" | "accepted" | "rejected";
|
|
397
|
+
repo: string;
|
|
398
|
+
namespace: string;
|
|
399
|
+
user?: string | undefined;
|
|
400
|
+
userId?: string | undefined;
|
|
401
|
+
huggingFaceToken?: string | undefined;
|
|
402
|
+
rejectionReason?: string | undefined;
|
|
403
|
+
}, any>;
|
|
404
|
+
requiredAuth: "huggingFaceToken";
|
|
405
|
+
scope: "write";
|
|
406
|
+
} | {
|
|
407
|
+
name: string;
|
|
408
|
+
description: string;
|
|
409
|
+
tool: import("ai").Tool<{
|
|
410
|
+
repo: string;
|
|
411
|
+
namespace: string;
|
|
412
|
+
rev: string;
|
|
413
|
+
message?: string | undefined;
|
|
414
|
+
huggingFaceToken?: string | undefined;
|
|
415
|
+
}, any>;
|
|
416
|
+
requiredAuth: "huggingFaceToken";
|
|
417
|
+
scope: "write";
|
|
418
|
+
} | {
|
|
419
|
+
name: string;
|
|
420
|
+
description: string;
|
|
421
|
+
tool: import("ai").Tool<{
|
|
422
|
+
repo: string;
|
|
423
|
+
namespace: string;
|
|
424
|
+
isPrivate?: boolean | undefined;
|
|
425
|
+
huggingFaceToken?: string | undefined;
|
|
426
|
+
gated?: Record<string, any> | undefined;
|
|
427
|
+
discussionsSorting?: "reactions" | "trending" | "recently-created" | undefined;
|
|
428
|
+
discussionsDisabled?: boolean | undefined;
|
|
429
|
+
gatedNotificationsMode?: "bulk" | "real-time" | undefined;
|
|
430
|
+
gatedNotificationsEmail?: string | undefined;
|
|
431
|
+
}, any>;
|
|
432
|
+
requiredAuth: "huggingFaceToken";
|
|
433
|
+
scope: "write";
|
|
434
|
+
} | {
|
|
435
|
+
name: string;
|
|
436
|
+
description: string;
|
|
437
|
+
tool: import("ai").Tool<{
|
|
438
|
+
title: string;
|
|
439
|
+
repo: string;
|
|
440
|
+
namespace: string;
|
|
441
|
+
num: string;
|
|
442
|
+
repoType: "models" | "spaces" | "datasets";
|
|
443
|
+
huggingFaceToken?: string | undefined;
|
|
444
|
+
}, any>;
|
|
445
|
+
requiredAuth: "huggingFaceToken";
|
|
446
|
+
scope: "write";
|
|
447
|
+
} | {
|
|
448
|
+
name: string;
|
|
449
|
+
description: string;
|
|
450
|
+
tool: import("ai").Tool<{
|
|
451
|
+
repo: string;
|
|
452
|
+
namespace: string;
|
|
453
|
+
isPrivate?: boolean | undefined;
|
|
454
|
+
huggingFaceToken?: string | undefined;
|
|
455
|
+
discussionsSorting?: "reactions" | "trending" | "recently-created" | undefined;
|
|
456
|
+
discussionsDisabled?: boolean | undefined;
|
|
457
|
+
gatedNotificationsMode?: "bulk" | "real-time" | undefined;
|
|
458
|
+
gatedNotificationsEmail?: string | undefined;
|
|
459
|
+
}, any>;
|
|
460
|
+
requiredAuth: "huggingFaceToken";
|
|
461
|
+
scope: "write";
|
|
462
|
+
} | {
|
|
463
|
+
name: string;
|
|
464
|
+
description: string;
|
|
465
|
+
tool: import("ai").Tool<{
|
|
466
|
+
notifications: Record<string, any>;
|
|
467
|
+
huggingFaceToken?: string | undefined;
|
|
468
|
+
prepaidAmount?: string | undefined;
|
|
469
|
+
}, any>;
|
|
470
|
+
requiredAuth: "huggingFaceToken";
|
|
471
|
+
scope: "write";
|
|
472
|
+
} | {
|
|
473
|
+
name: string;
|
|
474
|
+
description: string;
|
|
475
|
+
tool: import("ai").Tool<{
|
|
476
|
+
huggingFaceToken?: string | undefined;
|
|
477
|
+
add?: Record<string, any>[] | undefined;
|
|
478
|
+
deleteList?: Record<string, any>[] | undefined;
|
|
479
|
+
}, any>;
|
|
480
|
+
requiredAuth: "huggingFaceToken";
|
|
481
|
+
scope: "write";
|
|
482
|
+
} | {
|
|
483
|
+
name: string;
|
|
484
|
+
description: string;
|
|
485
|
+
tool: import("ai").Tool<{
|
|
486
|
+
webhookId: string;
|
|
487
|
+
domains: string[];
|
|
488
|
+
watched: Record<string, any>[];
|
|
489
|
+
url?: string | undefined;
|
|
490
|
+
job?: Record<string, any> | undefined;
|
|
491
|
+
secret?: string | undefined;
|
|
492
|
+
huggingFaceToken?: string | undefined;
|
|
493
|
+
jobSourceId?: string | undefined;
|
|
494
|
+
}, any>;
|
|
495
|
+
requiredAuth: "huggingFaceToken";
|
|
496
|
+
scope: "write";
|
|
497
|
+
} | {
|
|
498
|
+
name: string;
|
|
499
|
+
description: string;
|
|
500
|
+
tool: import("ai").Tool<{
|
|
501
|
+
id: string;
|
|
502
|
+
repo: string;
|
|
503
|
+
namespace: string;
|
|
504
|
+
repoType: "datasets";
|
|
505
|
+
title?: string | undefined;
|
|
506
|
+
isPrivate?: boolean | undefined;
|
|
507
|
+
huggingFaceToken?: string | undefined;
|
|
508
|
+
sql?: string | undefined;
|
|
509
|
+
}, any>;
|
|
510
|
+
requiredAuth: "huggingFaceToken";
|
|
511
|
+
scope: "write";
|
|
512
|
+
} | {
|
|
513
|
+
name: string;
|
|
514
|
+
description: string;
|
|
515
|
+
tool: import("ai").Tool<{
|
|
516
|
+
action: "enable" | "disable";
|
|
517
|
+
webhookId: string;
|
|
518
|
+
huggingFaceToken?: string | undefined;
|
|
519
|
+
}, any>;
|
|
520
|
+
requiredAuth: "huggingFaceToken";
|
|
521
|
+
scope: "write";
|
|
522
|
+
})[];
|
|
523
|
+
//# sourceMappingURL=index.d.ts.map
|