Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ioris
/
MG
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MG
/
docs
/
scripts
/
get_all_classes_and_funcs.sh
莘权 马
feat: base on metagpt v0.6.1
3bb4c79
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
#!/usr/bin/env bash
find metagpt | grep
"\.py"
| grep -Ev
"(__init__|pyc)"
| xargs grep -E
"(^class| def )"
2>/dev/null | grep -v -E
"(grep|tests|examples)"