aidev-bkplugin 2.2.3__tar.gz → 2.2.4__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.
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/PKG-INFO +2 -2
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/settings.py +0 -10
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/pyproject.toml +2 -2
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/apps.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/constants.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/enums.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/management/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/management/commands/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/management/commands/upgrade_sessions.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/migrations/0001_initial.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/migrations/0002_event_delivery.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/migrations/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/models.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/openapi/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/openapi/urls.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/openapi/views.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/apigw/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/apigw/permissions.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/checkpoint/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/checkpoint/bk_django_saver.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/drf/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/drf/authentication.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/drf/decorators.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/drf/exception.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/drf/renderers.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/permissions.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/private/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/private/permissions.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/private/urls.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/private/views.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/serializers/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/serializers/agent.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/serializers/chat_completion.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/serializers/llm.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/serializers/user_operation.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/agent_bkplugin.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/agent_builder.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/agent_config.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/agent_execution.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/agent_helpers.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/agent_session.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/approval_resume.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/chat_tracing.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/database_event_bus.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/event_resource_manager.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/event_tracing.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/execution.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/llm.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/metric_runtime.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/otel_metrics.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/user_operation.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/tasks.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/urls.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/utils.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/views/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/views/agent.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/views/base.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/views/chat.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/views/chat_group.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/views/flow_agent.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/views/llm.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/views/session.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/views/user_operation.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/readme.md +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/apps.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/conftest.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/database_events/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/database_events/conftest.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/database_events/test_bus.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/database_events/test_resource_manager.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/database_events/test_tracing.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/packages/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/packages/drf/test_renderers_trace.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/packages/test_bk_django_saver.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/packages/test_bk_django_saver_async.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/private/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/private/test_private_views.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/agent/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/agent/conftest.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/agent/test_agent_config_fetcher.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/agent/test_builder.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/agent/test_session_manager.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_agent_completion.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_agui_handler.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_approval_resume.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_approval_resume_tracing.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_bkplugin.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_chat_tracing.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_event_tracing.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_execution.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_llm.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_otel_metrics.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_resume_consumer.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_thread_chat_completion.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_user_operation.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/settings.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/test_apps.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/test_constants.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/test_management_metrics.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/__init__.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/test_agent_view.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/test_chat_agent_code_propagation.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/test_chat_completion_serializer.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/test_chat_flow_agent.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/test_chat_stream_status.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/test_session_pv_files_views.py +0 -0
- {aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/test_session_view.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aidev-bkplugin
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.4
|
|
4
4
|
Summary: AiDev Agent Bkplugin builtin functions
|
|
5
5
|
Requires-Python: <3.12,>=3.11
|
|
6
|
-
Requires-Dist: aidev-agent>=2.2.
|
|
6
|
+
Requires-Dist: aidev-agent>=2.2.4
|
|
7
7
|
Requires-Dist: blueapps<5.0,>=4.15.1
|
|
8
8
|
Requires-Dist: django<5.0,>=4.2.28
|
|
9
9
|
Provides-Extra: opentelemetry
|
|
@@ -31,16 +31,6 @@ CHAT_GROUP_TYPE = os.environ.get("CHAT_GROUP_TYPE", "qyweixin_chat_group")
|
|
|
31
31
|
ENABLE_OTEL_TRACE = os.getenv("BKAPP_ENABLE_OTEL_TRACE", "1") == "1"
|
|
32
32
|
BK_APP_OTEL_INSTRUMENT_DB_API = os.getenv("BKAPP_OTEL_INSTRUMENT_DB_API", "1") == "1"
|
|
33
33
|
|
|
34
|
-
# OpenTelemetry 是可选 extras,未安装时不注册任何额外 instrumentor。
|
|
35
|
-
# 安装方式:pip install aidev-bkplugin[opentelemetry]
|
|
36
|
-
BK_APP_OTEL_ADDTIONAL_INSTRUMENTORS: list = []
|
|
37
|
-
try:
|
|
38
|
-
from opentelemetry.instrumentation.langchain import LangchainInstrumentor
|
|
39
|
-
|
|
40
|
-
BK_APP_OTEL_ADDTIONAL_INSTRUMENTORS = [LangchainInstrumentor()]
|
|
41
|
-
except ImportError:
|
|
42
|
-
pass
|
|
43
|
-
|
|
44
34
|
# SaaS运行版本
|
|
45
35
|
RUN_VER = "ieod" if os.environ.get("BKPAAS_ENGINE_REGION", "default") == "ieod" else "open"
|
|
46
36
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "aidev-bkplugin"
|
|
3
|
-
version = "2.2.
|
|
3
|
+
version = "2.2.4"
|
|
4
4
|
description = "AiDev Agent Bkplugin builtin functions"
|
|
5
5
|
readme = "readme.md"
|
|
6
6
|
requires-python = "<3.12,>=3.11"
|
|
7
7
|
dependencies = [
|
|
8
|
-
"aidev-agent>=2.2.
|
|
8
|
+
"aidev-agent>=2.2.4",
|
|
9
9
|
"blueapps>=4.15.1, <5.0",
|
|
10
10
|
"django>=4.2.28,<5.0",
|
|
11
11
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/management/commands/__init__.py
RENAMED
|
File without changes
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/management/commands/upgrade_sessions.py
RENAMED
|
File without changes
|
|
File without changes
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/migrations/0002_event_delivery.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
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/checkpoint/__init__.py
RENAMED
|
File without changes
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/packages/checkpoint/bk_django_saver.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
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/aidev_bkplugin/services/event_resource_manager.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
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/database_events/test_resource_manager.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
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/agent/test_agent_config_fetcher.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/services/test_approval_resume_tracing.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
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/test_chat_agent_code_propagation.py
RENAMED
|
File without changes
|
{aidev_bkplugin-2.2.3 → aidev_bkplugin-2.2.4}/tests/views/test_chat_completion_serializer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|