refactor: delete _internal

remove deprecated API modules and example scripts; update core modules
(agents, providers, tools, platform adapters, utils), dashboard package
and components, and unit tests.
This commit is contained in:
LIghtJUNction
2026-04-23 04:16:30 +08:00
parent 33ec7bbf9c
commit c4048bb8eb
72 changed files with 5906 additions and 6453 deletions

View File

@@ -73,8 +73,8 @@ export function getProviderIcon(type) {
"https://cdn.jsdelivr.net/npm/@lobehub/icons-static-svg@latest/icons/bailian-color.svg",
volcengine:
"https://cdn.jsdelivr.net/npm/@lobehub/icons-static-svg@latest/icons/volcengine-color.svg",
}
};
return icons[type] || "";
}