refine
Browse files
msr.py
CHANGED
|
@@ -611,7 +611,6 @@ def load_agents_from_hf():
|
|
| 611 |
|
| 612 |
# Only process agents with status == "public"
|
| 613 |
if agent_data.get('status') != 'public':
|
| 614 |
-
print(f"Skipping {json_file}: status is not 'public'")
|
| 615 |
continue
|
| 616 |
|
| 617 |
# Extract github_identifier from filename (remove .json extension)
|
|
|
|
| 611 |
|
| 612 |
# Only process agents with status == "public"
|
| 613 |
if agent_data.get('status') != 'public':
|
|
|
|
| 614 |
continue
|
| 615 |
|
| 616 |
# Extract github_identifier from filename (remove .json extension)
|