Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Snapkitty
/
agentscope-sift
like
0
Follow
Snapkitty Collective LLC
6
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
agentscope-sift
/
node_modules
/
@hono
/
node-server
/
dist
/
globals.mjs
SNAPKITTYWEST
push from SNAPKITTYWEST/agentscope-sift
a5d718a
verified
6 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
124 Bytes
// src/globals.ts
import
crypto
from
"crypto"
;
if
(
typeof
global
.
crypto
===
"undefined"
) {
global
.
crypto
= crypto;
}