Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AUXteam
/
Plandex
like
0
Paused
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/2
Plandex
/
cli
/
src
/
adapters
/
process
/
format-event.ts
AUXteam
Upload folder using huggingface_hub
cf9339a
verified
28 days ago
raw
Copy download link
history
blame
138 Bytes
export
function
printProcessStdoutEvent
(
raw:
string
, _debug:
boolean
):
void
{
const
line = raw.
trim
();
if
(line)
console
.
log
(line);
}