xpander-sdk 2.0.387__tar.gz → 2.0.388__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.
- {xpander_sdk-2.0.387/src/xpander_sdk.egg-info → xpander_sdk-2.0.388}/PKG-INFO +1 -1
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/setup.py +1 -1
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/__init__.py +1 -1
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/frameworks/agno.py +2 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388/src/xpander_sdk.egg-info}/PKG-INFO +1 -1
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/LICENSE +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/README.md +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/pyproject.toml +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/setup.cfg +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/consts/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/consts/api_routes.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/action_ledger.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/compact_retry_result.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/completion_evidence.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/constants.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/context_optimizer.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/encryption.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/error_patterns.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/finalize_mode.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/helpers/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/helpers/chunking.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/helpers/recent_actions.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/helpers/secrets.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/helpers/tool_result.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/helpers/xml_safety.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/mixins/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/mixins/map_reduce.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/multimodal_error_patterns.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/prompts.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/search.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/workspace_cache.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/module_base.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/state.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/xpander_api_client.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/exceptions/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/exceptions/module_exception.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/action_ledger.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/activity.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/compactization.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/configuration.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/context_status.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/deep_planning.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/events.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/frameworks.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/generic.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/notifications.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/orchestrations.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/shared.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/models/user.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/agents_module.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/models/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/models/agent.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/models/agent_list.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/sub_modules/agent.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/utils/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/utils/generic.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/backend_module.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/decorators/on_auth_event.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/events_registry.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/frameworks/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/frameworks/_anthropic_cache.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/frameworks/_bedrock_cache.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/frameworks/dispatch.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/utils/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/utils/extra_headers.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/utils/mcp_connect.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/utils/tool_call_events.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/on_boot.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/on_shutdown.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/on_task.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/on_tool.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/events_module.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/models/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/models/deployments.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/models/events.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/streaming_server.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/utils/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/utils/generic.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/utils/git_init.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/knowledge_bases/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/knowledge_bases/knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/knowledge_bases/models/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/knowledge_bases/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/knowledge_bases/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base_document_item.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/knowledge_bases/utils/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/models/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/models/task.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/models/tasks_list.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/sub_modules/task.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/tasks_module.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/utils/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/utils/files.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/utils/media.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/utils/model_capabilities.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/decorators/register_tool.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/models/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/models/mcp.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/models/tool_invocation_result.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/sub_modules/dynamic_tools.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/sub_modules/tool.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/tools_repository_module.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/utils/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/utils/generic.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/utils/local_tools.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/utils/schemas.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/utils/workspace_payload.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/utils/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/utils/agents/__init__.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/utils/cache.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/utils/env.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/utils/event_loop.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/utils/generic.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/utils/tools.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk.egg-info/SOURCES.txt +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk.egg-info/dependency_links.txt +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk.egg-info/requires.txt +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk.egg-info/top_level.txt +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_action_ledger_dedup.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_anthropic_prompt_cache.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_auto_context_management_toggle.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_bedrock_prompt_cache.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_boot_shutdown_handlers.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_context_optimizer_chunked.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_context_optimizer_perf.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_context_optimizer_recent_actions.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_context_optimizer_status_events.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_context_optimizer_unwrap.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_context_optimizer_window.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_context_retrieve_reoffload.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_context_search.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_context_window_detection.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_cross_subexec_decrypt.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_headroom_l0.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_layer_1_cache_integration.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_mcp_connect_probe.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_parent_update_deep_planning.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_planning_tools_visibility.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_reasoning_inline_gateway.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_reasoning_plan_task_id.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_skills_instructions.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_spawn_bg.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_tool_call_events.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_workspace_cache.py +0 -0
- {xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/tests/test_workspace_tools_toggle.py +0 -0
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/frameworks/agno.py
RENAMED
|
@@ -799,6 +799,8 @@ async def build_agent_args(
|
|
|
799
799
|
should_use_reasoning_tools = _should_use_reasoning_tools(
|
|
800
800
|
agent=xpander_agent, task=task
|
|
801
801
|
)
|
|
802
|
+
|
|
803
|
+
should_use_reasoning_tools = False # temp disable reasoning tools (PRO-1875)
|
|
802
804
|
|
|
803
805
|
if not xpander_agent.is_a_team and should_use_reasoning_tools:
|
|
804
806
|
from agno.tools.reasoning import ReasoningTools
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/action_ledger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/encryption.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/error_patterns.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/finalize_mode.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
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/prompts.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/core/context_optimizer/search.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
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/models/agent_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/models/knowledge_bases.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/sub_modules/agent.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/agents/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/backend_module.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/decorators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/events_registry.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/frameworks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/frameworks/dispatch.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/utils/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/utils/extra_headers.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/utils/mcp_connect.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/on_boot.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/on_shutdown.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/on_task.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/decorators/on_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/models/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/models/deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/streaming_server.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/events/utils/git_init.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/knowledge_bases/__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
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/models/tasks_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tasks/sub_modules/task.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.387 → xpander_sdk-2.0.388}/src/xpander_sdk/modules/tools_repository/models/mcp.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
|
|
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
|