Duplicated from XiangJinYu/SPO
fe5c39d
1
2
3
#!/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)"