We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f1af1 commit de52b78Copy full SHA for de52b78
1 file changed
src/gaia/agents/registry.py
@@ -61,18 +61,17 @@
61
# "-lite" / ``gaia-lite`` aliases — those no longer register their own card
62
# (#1162) but remain reserved so a custom agent can't claim the old ID and
63
# shadow the alias resolution in ``_LEGACY_ID_ALIASES``.
64
+# Only ids that resolve to a framework *builtin* belong here. data/web (and
65
+# their -lite aliases) migrated to standalone hub wheels (#1102), so they are
66
+# no longer reserved builtins — they register via the gaia.agent entry point.
67
_RESERVED_BUILTIN_IDS: frozenset[str] = frozenset(
68
{
69
"chat",
70
"doc",
71
"file",
- "data",
- "web",
72
"chat-lite",
73
"doc-lite",
74
"file-lite",
- "data-lite",
75
- "web-lite",
76
"gaia-lite",
77
"builder",
78
"email",
0 commit comments