Spaces:
Sleeping
Sleeping
refine
Browse files
msr.py
CHANGED
|
@@ -654,7 +654,6 @@ def load_agents_from_hf():
|
|
| 654 |
|
| 655 |
# Only process agents with status == "public"
|
| 656 |
if agent_data.get('status') != 'public':
|
| 657 |
-
print(f"Skipping {json_file}: status is not 'public'")
|
| 658 |
continue
|
| 659 |
|
| 660 |
# Extract github_identifier from filename (remove .json extension)
|
|
|
|
| 654 |
|
| 655 |
# Only process agents with status == "public"
|
| 656 |
if agent_data.get('status') != 'public':
|
|
|
|
| 657 |
continue
|
| 658 |
|
| 659 |
# Extract github_identifier from filename (remove .json extension)
|