Skip to content

Commit de52b78

Browse files
author
Ovtcharov
committed
fix(registry): drop data/web from reserved builtin ids after hub migration (#1102)
1 parent 16f1af1 commit de52b78

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/gaia/agents/registry.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,17 @@
6161
# "-lite" / ``gaia-lite`` aliases — those no longer register their own card
6262
# (#1162) but remain reserved so a custom agent can't claim the old ID and
6363
# 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.
6467
_RESERVED_BUILTIN_IDS: frozenset[str] = frozenset(
6568
{
6669
"chat",
6770
"doc",
6871
"file",
69-
"data",
70-
"web",
7172
"chat-lite",
7273
"doc-lite",
7374
"file-lite",
74-
"data-lite",
75-
"web-lite",
7675
"gaia-lite",
7776
"builder",
7877
"email",

0 commit comments

Comments
 (0)