refactor: shatter the eld*n ring

This commit is contained in:
Timothy
2026-04-09 16:57:43 -07:00
parent df43f36385
commit 4be61ebfc7
50 changed files with 2743 additions and 2618 deletions
-4
View File
@@ -166,7 +166,6 @@ def discover_agents() -> dict[str, list[AgentEntry]]:
"""Discover agents from all known sources grouped by category."""
from framework.loader.cli import (
_extract_python_agent_metadata,
_get_framework_agents_dir,
_is_valid_agent_dir,
)
@@ -175,9 +174,6 @@ def discover_agents() -> dict[str, list[AgentEntry]]:
groups: dict[str, list[AgentEntry]] = {}
sources = [
("Your Agents", COLONIES_DIR),
("Your Agents", Path("exports")), # compat fallback
("Framework", _get_framework_agents_dir()),
("Examples", Path("examples/templates")),
]
# Track seen agent directory names to avoid duplicates when the same