mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-08 13:28:43 +03:00
* refactor(cli): load bundled apps from catalog * feat(plugins): unify CLI and MCP settings * feat(plugins): add settings category filter * style(plugins): refine settings catalog * refactor(cli): load nanobot apps from repo catalog * feat(store): add capability store entry * feat(apps): rename capability store * fix(apps): verify clean app removal * fix(apps): keep main sidebar on apps view * feat(apps): add shared app manifest protocol * fix(apps): dismiss app status message * refactor(apps): move CLI adapter under apps * refactor(apps): drop legacy cli apps package
6 lines
155 B
Python
6 lines
155 B
Python
"""Shared app protocol helpers."""
|
|
|
|
from nanobot.apps.protocol import APP_PROTOCOL_SCHEMA, app_manifest
|
|
|
|
__all__ = ["APP_PROTOCOL_SCHEMA", "app_manifest"]
|