xpander-sdk 2.0.227__tar.gz → 2.0.229__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.227 → xpander_sdk-2.0.229}/PKG-INFO +1 -1
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/setup.py +1 -1
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/frameworks/agno.py +42 -3
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk.egg-info/PKG-INFO +1 -1
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/LICENSE +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/README.md +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/pyproject.toml +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/setup.cfg +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/consts/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/consts/api_routes.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/core/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/core/module_base.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/core/state.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/core/xpander_api_client.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/exceptions/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/exceptions/module_exception.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/activity.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/compactization.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/configuration.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/deep_planning.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/events.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/frameworks.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/generic.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/notifications.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/orchestrations.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/shared.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/models/user.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/agents_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/models/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/models/agent.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/models/agent_list.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/sub_modules/agent.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/utils/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/utils/generic.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/backend_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/decorators/on_auth_event.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/events_registry.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/frameworks/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/frameworks/dispatch.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/utils/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/on_boot.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/on_shutdown.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/on_task.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/on_tool.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/events_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/models/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/models/deployments.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/models/events.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/utils/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/utils/generic.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/utils/git_init.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/knowledge_bases/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/knowledge_bases/knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/knowledge_bases/models/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/knowledge_bases/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/knowledge_bases/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base_document_item.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/knowledge_bases/utils/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/models/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/models/task.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/models/tasks_list.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/sub_modules/task.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/tasks_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/utils/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/utils/files.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/decorators/register_tool.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/models/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/models/mcp.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/models/tool_invocation_result.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/sub_modules/tool.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/tools_repository_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/utils/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/utils/generic.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/utils/local_tools.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tools_repository/utils/schemas.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/utils/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/utils/agents/__init__.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/utils/agents/compactization_agent.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/utils/env.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/utils/event_loop.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/utils/generic.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/utils/tools.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk.egg-info/SOURCES.txt +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk.egg-info/dependency_links.txt +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk.egg-info/requires.txt +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk.egg-info/top_level.txt +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_agents_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_api_client.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_backend_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_boot_shutdown_handlers.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_configuration.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_final_validation.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_tasks_module.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_tool_schema_enhancements.py +0 -0
- {xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/tests/test_tools_repository.py +0 -0
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/frameworks/agno.py
RENAMED
|
@@ -689,6 +689,8 @@ def _load_llm_model(agent: Agent, override: Optional[Dict[str, Any]] = {}, task:
|
|
|
689
689
|
api_key=get_llm_key("AGENTS_OPENAI_API_KEY")
|
|
690
690
|
or get_llm_key("OPENAI_API_KEY"),
|
|
691
691
|
temperature=0.0,
|
|
692
|
+
retries=3,
|
|
693
|
+
exponential_backoff=True,
|
|
692
694
|
**llm_args
|
|
693
695
|
)
|
|
694
696
|
# Helicone
|
|
@@ -700,6 +702,8 @@ def _load_llm_model(agent: Agent, override: Optional[Dict[str, Any]] = {}, task:
|
|
|
700
702
|
# Try xpander.ai-specific key first, fallback to standard OpenAI key
|
|
701
703
|
api_key=get_llm_key("HELICONE_API_KEY"),
|
|
702
704
|
base_url="https://ai-gateway.helicone.ai/v1",
|
|
705
|
+
retries=3,
|
|
706
|
+
exponential_backoff=True,
|
|
703
707
|
**llm_args
|
|
704
708
|
)
|
|
705
709
|
# Nebius
|
|
@@ -710,6 +714,8 @@ def _load_llm_model(agent: Agent, override: Optional[Dict[str, Any]] = {}, task:
|
|
|
710
714
|
id=agent.model_name,
|
|
711
715
|
# Try xpander.ai-specific key first, fallback to standard OpenAI key
|
|
712
716
|
api_key=get_llm_key("NEBIUS_API_KEY"),
|
|
717
|
+
retries=3,
|
|
718
|
+
exponential_backoff=True,
|
|
713
719
|
**llm_args
|
|
714
720
|
)
|
|
715
721
|
# OpenRouter
|
|
@@ -720,6 +726,8 @@ def _load_llm_model(agent: Agent, override: Optional[Dict[str, Any]] = {}, task:
|
|
|
720
726
|
id=agent.model_name,
|
|
721
727
|
# Try xpander.ai-specific key first, fallback to standard OpenAI key
|
|
722
728
|
api_key=get_llm_key("OPENROUTER_API_KEY"),
|
|
729
|
+
retries=3,
|
|
730
|
+
exponential_backoff=True,
|
|
723
731
|
**llm_args
|
|
724
732
|
)
|
|
725
733
|
# Google AI Studio - supports gemini models
|
|
@@ -730,6 +738,8 @@ def _load_llm_model(agent: Agent, override: Optional[Dict[str, Any]] = {}, task:
|
|
|
730
738
|
id=agent.model_name,
|
|
731
739
|
# Try xpander.ai-specific key first, fallback to standard OpenAI key
|
|
732
740
|
api_key=get_llm_key("GOOGLE_API_KEY"),
|
|
741
|
+
retries=3,
|
|
742
|
+
exponential_backoff=True,
|
|
733
743
|
**llm_args
|
|
734
744
|
)
|
|
735
745
|
# Fireworks AI Provider
|
|
@@ -740,6 +750,8 @@ def _load_llm_model(agent: Agent, override: Optional[Dict[str, Any]] = {}, task:
|
|
|
740
750
|
id=agent.model_name,
|
|
741
751
|
# Try xpander.ai-specific key first, fallback to standard OpenAI key
|
|
742
752
|
api_key=get_llm_key("FIREWORKS_API_KEY"),
|
|
753
|
+
retries=3,
|
|
754
|
+
exponential_backoff=True,
|
|
743
755
|
**llm_args
|
|
744
756
|
)
|
|
745
757
|
# NVIDIA NIM Provider - supports NVIDIA's inference microservices
|
|
@@ -750,6 +762,8 @@ def _load_llm_model(agent: Agent, override: Optional[Dict[str, Any]] = {}, task:
|
|
|
750
762
|
id=agent.model_name,
|
|
751
763
|
api_key=get_llm_key("NVIDIA_API_KEY"),
|
|
752
764
|
temperature=0.0,
|
|
765
|
+
retries=3,
|
|
766
|
+
exponential_backoff=True,
|
|
753
767
|
**llm_args
|
|
754
768
|
)
|
|
755
769
|
# Amazon Bedrock Provider
|
|
@@ -760,6 +774,8 @@ def _load_llm_model(agent: Agent, override: Optional[Dict[str, Any]] = {}, task:
|
|
|
760
774
|
return AwsBedrock(
|
|
761
775
|
id=agent.model_name,
|
|
762
776
|
temperature=0.0,
|
|
777
|
+
retries=3,
|
|
778
|
+
exponential_backoff=True,
|
|
763
779
|
**llm_args
|
|
764
780
|
)
|
|
765
781
|
|
|
@@ -772,6 +788,8 @@ def _load_llm_model(agent: Agent, override: Optional[Dict[str, Any]] = {}, task:
|
|
|
772
788
|
id=agent.model_name,
|
|
773
789
|
api_key=get_llm_key("ANTHROPIC_API_KEY"),
|
|
774
790
|
temperature=0.0,
|
|
791
|
+
retries=3,
|
|
792
|
+
exponential_backoff=True,
|
|
775
793
|
)
|
|
776
794
|
|
|
777
795
|
raise NotImplementedError(
|
|
@@ -1005,8 +1023,19 @@ async def _resolve_agent_tools(agent: Agent, task: Optional[Task] = None, auth_e
|
|
|
1005
1023
|
# check if we have user tokens for this mcp
|
|
1006
1024
|
graph_item = next((gi for gi in agent.graph.items if gi.type == AgentGraphItemType.MCP and gi.settings and gi.settings.mcp_settings and gi.settings.mcp_settings.url and gi.settings.mcp_settings.url == mcp.url), None)
|
|
1007
1025
|
if graph_item and task.user_tokens and isinstance(task.user_tokens, dict) and graph_item.id in task.user_tokens:
|
|
1008
|
-
|
|
1009
|
-
|
|
1026
|
+
if isinstance(task.user_tokens[graph_item.id], dict):
|
|
1027
|
+
graph_item_headers = task.user_tokens[graph_item.id]
|
|
1028
|
+
if "Authorization" in graph_item_headers:
|
|
1029
|
+
mcp.api_key = graph_item_headers["Authorization"]
|
|
1030
|
+
for k in graph_item_headers:
|
|
1031
|
+
if k != "Authorization":
|
|
1032
|
+
if not mcp.headers or not isinstance(mcp.headers, dict):
|
|
1033
|
+
mcp.headers = {}
|
|
1034
|
+
mcp.headers[k] = graph_item_headers[k]
|
|
1035
|
+
else:
|
|
1036
|
+
mcp.api_key = task.user_tokens[graph_item.id]
|
|
1037
|
+
|
|
1038
|
+
if not mcp.api_key:
|
|
1010
1039
|
if not task.input.user or not task.input.user.id:
|
|
1011
1040
|
raise ValueError("MCP server with OAuth authentication detected but user id not set on the task (task.input.user.id)")
|
|
1012
1041
|
|
|
@@ -1024,7 +1053,17 @@ async def _resolve_agent_tools(agent: Agent, task: Optional[Task] = None, auth_e
|
|
|
1024
1053
|
# check if we have user tokens for this mcp
|
|
1025
1054
|
graph_item = next((gi for gi in agent.graph.items if gi.type == AgentGraphItemType.MCP and gi.settings and gi.settings.mcp_settings and gi.settings.mcp_settings.url and gi.settings.mcp_settings.url == mcp.url), None)
|
|
1026
1055
|
if graph_item and task.user_tokens and isinstance(task.user_tokens, dict) and graph_item.id in task.user_tokens:
|
|
1027
|
-
|
|
1056
|
+
if isinstance(task.user_tokens[graph_item.id], dict):
|
|
1057
|
+
graph_item_headers = task.user_tokens[graph_item.id]
|
|
1058
|
+
if "Authorization" in graph_item_headers:
|
|
1059
|
+
mcp.api_key = graph_item_headers["Authorization"]
|
|
1060
|
+
for k in graph_item_headers:
|
|
1061
|
+
if k != "Authorization":
|
|
1062
|
+
if not mcp.headers or not isinstance(mcp.headers, dict):
|
|
1063
|
+
mcp.headers = {}
|
|
1064
|
+
mcp.headers[k] = graph_item_headers[k]
|
|
1065
|
+
else:
|
|
1066
|
+
mcp.api_key = task.user_tokens[graph_item.id]
|
|
1028
1067
|
|
|
1029
1068
|
if not mcp.headers:
|
|
1030
1069
|
mcp.headers = {}
|
|
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
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/models/agent_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/models/knowledge_bases.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/sub_modules/agent.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/agents/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/backend_module.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/decorators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/events_registry.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/frameworks/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/frameworks/dispatch.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/utils/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/on_boot.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/on_shutdown.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/on_task.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/decorators/on_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/models/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/models/deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/events/utils/git_init.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/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.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/models/tasks_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/modules/tasks/sub_modules/task.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/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.227 → xpander_sdk-2.0.229}/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
|
{xpander_sdk-2.0.227 → xpander_sdk-2.0.229}/src/xpander_sdk/utils/agents/compactization_agent.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
|