langbot-plugin 0.3.7__tar.gz → 0.3.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/PKG-INFO +1 -1
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/pyproject.toml +1 -1
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/proxies/langbot_api.py +3 -1
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/handlers/plugin.py +2 -2
- langbot_plugin-0.3.8/src/langbot_plugin/version.py +1 -0
- langbot_plugin-0.3.7/src/langbot_plugin/version.py +0 -1
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/.github/workflows/publish-pypi.yaml +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/.gitignore +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/.python-version +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/AGENTS.md +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/CLAUDE.md +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/LICENSE +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/README.md +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/data/.env.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/docs/Message.md +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/docs/communication/apis/lb2rt.md +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/docs/communication/runtime_plugin.md +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/docs/dependency-management.md +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/docs/langbot-plugin-social.png +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/abstract/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/abstract/platform/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/abstract/platform/adapter.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/abstract/platform/event_logger.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/base.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/command/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/command/command.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/common/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/common/event_listener.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/knowledge_engine/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/knowledge_engine/engine.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/manifest.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/parser/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/parser/parser.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/tool/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/tool/tool.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/plugin.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/command/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/command/context.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/command/errors.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/pipeline/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/pipeline/query.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/platform/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/platform/entities.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/platform/events.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/platform/logger.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/platform/message.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/provider/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/provider/message.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/provider/prompt.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/provider/session.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/rag/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/rag/context.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/rag/enums.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/rag/errors.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/rag/models.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/resource/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/resource/tool.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/context.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/events.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/proxies/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/proxies/base.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/proxies/event_context.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/proxies/execute_context.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/proxies/query_based_api.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/.env.example.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/.gitignore.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/.vscode/launch.json.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/README.md.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/assets/icon.svg.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/commands/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/commands/{cmd_name}.py.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/commands/{cmd_name}.yaml.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/event_listener/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/event_listener/default.py.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/event_listener/default.yaml.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/knowledge_engine/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/knowledge_engine/{knowledge_engine_name}.py.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/knowledge_engine/{knowledge_engine_name}.yaml.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/parser/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/parser/{parser_name}.py.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/parser/{parser_name}.yaml.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/tools/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/tools/{tool_name}.py.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/components/tools/{tool_name}.yaml.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/main.py.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/manifest.yaml.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/requirements.txt.example +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/__main__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/buildplugin.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/gencomponent.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/initplugin.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/login.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/logout.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/publish.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/runplugin.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/gen/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/gen/renderer.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/i18n.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/locales/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/locales/en_US.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/locales/es_ES.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/locales/ja_JP.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/locales/th_TH.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/locales/vi_VN.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/locales/zh_Hans.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/locales/zh_Hant.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/run/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/run/controller.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/run/handler.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/run/hotreload.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/utils/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/utils/cloudsv.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/utils/form.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/io/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/io/actions/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/io/actions/enums.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/io/errors.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/io/req.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/io/resp.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/marketplace.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/LICENSE +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/README.md +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/app.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/context.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/helper/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/helper/marketplace.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/helper/pkgmgr.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/connection.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/connections/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/connections/stdio.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/connections/ws.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controller.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/stdio/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/stdio/client.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/stdio/server.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/ws/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/ws/client.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/ws/server.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/handler.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/handlers/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/handlers/control.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/plugin/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/plugin/container.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/plugin/mgr.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/settings.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/utils/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/utils/discover/__init__.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/utils/discover/engine.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/utils/importutil.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/utils/log.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/utils/platform.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/tests/api/entities/test_events.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/tests/test_log.py +0 -0
- {langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/tests/test_message.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langbot-plugin
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8
|
|
4
4
|
Summary: This package contains the SDK, CLI for building plugins for LangBot, plus the runtime for hosting LangBot plugins
|
|
5
5
|
Project-URL: Homepage, https://langbot.app
|
|
6
6
|
Project-URL: Repository, https://github.com/langbot-app/langbot-plugin-sdk
|
|
@@ -84,6 +84,7 @@ class LangBotAPIProxy:
|
|
|
84
84
|
timeout: float | None = None,
|
|
85
85
|
) -> provider_message.Message:
|
|
86
86
|
"""Invoke an LLM model"""
|
|
87
|
+
effective_timeout = timeout if timeout is not None else 120.0
|
|
87
88
|
resp = (
|
|
88
89
|
await self.plugin_runtime_handler.call_action(
|
|
89
90
|
PluginToRuntimeAction.INVOKE_LLM,
|
|
@@ -92,8 +93,9 @@ class LangBotAPIProxy:
|
|
|
92
93
|
"messages": [m.model_dump() for m in messages],
|
|
93
94
|
"funcs": [f.model_dump() for f in funcs],
|
|
94
95
|
"extra_args": extra_args,
|
|
96
|
+
"timeout": effective_timeout,
|
|
95
97
|
},
|
|
96
|
-
timeout=
|
|
98
|
+
timeout=effective_timeout,
|
|
97
99
|
)
|
|
98
100
|
)["message"]
|
|
99
101
|
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/handlers/plugin.py
RENAMED
|
@@ -208,9 +208,9 @@ class PluginConnectionHandler(handler.Handler):
|
|
|
208
208
|
|
|
209
209
|
@self.action(PluginToRuntimeAction.INVOKE_LLM)
|
|
210
210
|
async def invoke_llm(data: dict[str, Any]) -> handler.ActionResponse:
|
|
211
|
-
timeout = data.pop("timeout",
|
|
211
|
+
timeout = data.pop("timeout", 120.0)
|
|
212
212
|
if not isinstance(timeout, (int, float)) or timeout <= 0:
|
|
213
|
-
timeout =
|
|
213
|
+
timeout = 120.0
|
|
214
214
|
|
|
215
215
|
result = await self.context.control_handler.call_action(
|
|
216
216
|
PluginToRuntimeAction.INVOKE_LLM,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.3.8"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.3.6"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/abstract/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/definition/components/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/rag/context.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/rag/enums.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/rag/errors.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/entities/builtin/rag/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/proxies/event_context.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/proxies/execute_context.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/api/proxies/query_based_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/.gitignore.example
RENAMED
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/README.md.example
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/assets/templates/main.py.example
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/buildplugin.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/cli/commands/gencomponent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/io/actions/__init__.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/entities/io/actions/enums.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/helper/marketplace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/connections/__init__.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/connections/stdio.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/connections/ws.py
RENAMED
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/ws/client.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/controllers/ws/server.py
RENAMED
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/handlers/__init__.py
RENAMED
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/io/handlers/control.py
RENAMED
|
File without changes
|
|
File without changes
|
{langbot_plugin-0.3.7 → langbot_plugin-0.3.8}/src/langbot_plugin/runtime/plugin/container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|