xpander-sdk 2.0.210__py3-none-any.whl → 2.0.212__py3-none-any.whl
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/models/orchestrations.py +4 -0
- xpander_sdk/modules/agents/models/agent.py +4 -0
- {xpander_sdk-2.0.210.dist-info → xpander_sdk-2.0.212.dist-info}/METADATA +1 -1
- {xpander_sdk-2.0.210.dist-info → xpander_sdk-2.0.212.dist-info}/RECORD +7 -7
- {xpander_sdk-2.0.210.dist-info → xpander_sdk-2.0.212.dist-info}/WHEEL +0 -0
- {xpander_sdk-2.0.210.dist-info → xpander_sdk-2.0.212.dist-info}/licenses/LICENSE +0 -0
- {xpander_sdk-2.0.210.dist-info → xpander_sdk-2.0.212.dist-info}/top_level.txt +0 -0
|
@@ -276,6 +276,8 @@ class OrchestrationNode(XPanderSharedModel):
|
|
|
276
276
|
input_type: Expected input format. Defaults to Text.
|
|
277
277
|
input_schema: JSON schema for structured input validation.
|
|
278
278
|
input_instructions: Instructions to use for structured input.
|
|
279
|
+
agentic_context_input_instructions: Instructions to use for agentic context injection.
|
|
280
|
+
agentic_context_output_instructions: Instructions to use for agentic context update.
|
|
279
281
|
"""
|
|
280
282
|
|
|
281
283
|
type: OrchestrationNodeType
|
|
@@ -304,3 +306,5 @@ class OrchestrationNode(XPanderSharedModel):
|
|
|
304
306
|
input_type: Optional[OutputFormat] = OutputFormat.Text
|
|
305
307
|
input_schema: Optional[Dict] = None
|
|
306
308
|
input_instructions: Optional[str] = None
|
|
309
|
+
agentic_context_input_instructions: Optional[str] = None
|
|
310
|
+
agentic_context_output_instructions: Optional[str] = None
|
|
@@ -498,9 +498,13 @@ class TaskLevelStrategies(XPanderSharedModel):
|
|
|
498
498
|
max_runs_per_day:
|
|
499
499
|
Optional limit on how many times the task is allowed to run within a
|
|
500
500
|
24-hour period. If not set, no explicit daily limit is enforced.
|
|
501
|
+
|
|
502
|
+
agentic_context_enabled:
|
|
503
|
+
if agentic memory is enabled and accesible to the executor.
|
|
501
504
|
"""
|
|
502
505
|
|
|
503
506
|
retry_strategy: Optional[OrchestrationRetryStrategy] = None
|
|
504
507
|
iterative_strategy: Optional[OrchestrationIterativeStrategy] = None
|
|
505
508
|
stop_strategy: Optional[OrchestrationStopStrategy] = None
|
|
506
509
|
max_runs_per_day: Optional[int] = None
|
|
510
|
+
agentic_context_enabled: Optional[bool] = False
|
|
@@ -16,14 +16,14 @@ xpander_sdk/models/events.py,sha256=HnootQSUIIRM4BIdaTbuPUEJ55hLVtA7KDCSsnHeBKw,
|
|
|
16
16
|
xpander_sdk/models/frameworks.py,sha256=-7W_m5cvgS1qLp0gGAFP4noNWT82IT1ZqtQv5WuOC2k,2939
|
|
17
17
|
xpander_sdk/models/generic.py,sha256=yw5rBRdZ-6ucTI4AwtskenddepOooiFRM--9xx5jrL8,681
|
|
18
18
|
xpander_sdk/models/notifications.py,sha256=3tK4Z2gmA6YxRtqsWgzjiVISgJyHvmjTooiRgzrj5zY,3373
|
|
19
|
-
xpander_sdk/models/orchestrations.py,sha256=
|
|
19
|
+
xpander_sdk/models/orchestrations.py,sha256=c-A6GHGfAneWUKniIFiwTP9f4mBo27rKcNlcgHJ8TxQ,11957
|
|
20
20
|
xpander_sdk/models/shared.py,sha256=gW88kA_UslNinUjtQKpLVF0sHDZnckwLWexRapxPivU,3125
|
|
21
21
|
xpander_sdk/models/user.py,sha256=_FTG0JO6iTrbcvJp-BBJ6nuj281zhyQB5ldQkBCyYDU,749
|
|
22
22
|
xpander_sdk/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
23
|
xpander_sdk/modules/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
xpander_sdk/modules/agents/agents_module.py,sha256=3EhKOIPb4c39GOrNt4zU4V6WbsGj7W_yWwRNSJBKmfc,6419
|
|
25
25
|
xpander_sdk/modules/agents/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
|
-
xpander_sdk/modules/agents/models/agent.py,sha256=
|
|
26
|
+
xpander_sdk/modules/agents/models/agent.py,sha256=9foTMH4UOfgT9mPfObpeRxHEJButyQsRUME7Q_qg6Pk,16593
|
|
27
27
|
xpander_sdk/modules/agents/models/agent_list.py,sha256=byEayS2uLwDKaVT3lAHltrFocQFKpr8XEwQ6NTEEEMo,4081
|
|
28
28
|
xpander_sdk/modules/agents/models/knowledge_bases.py,sha256=YimpjVJxWe8YTbGMD6oGQOA_YV8ztHQHTTBOaBB44ZM,1037
|
|
29
29
|
xpander_sdk/modules/agents/sub_modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -90,8 +90,8 @@ xpander_sdk/utils/generic.py,sha256=XrRj2-L8c0YWpfPdDyXE-pVL-6lKF9VpyZzKHQ4wuCc,
|
|
|
90
90
|
xpander_sdk/utils/tools.py,sha256=lyFkq2yP7DxBkyXYVlnFRwDhQCvf0fZZMDm5fBycze4,1244
|
|
91
91
|
xpander_sdk/utils/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
92
|
xpander_sdk/utils/agents/compactization_agent.py,sha256=S_U1dSmDC7I0JUsp_THUYjfutEI5QMBaMPJEXGp0_Sw,14389
|
|
93
|
-
xpander_sdk-2.0.
|
|
94
|
-
xpander_sdk-2.0.
|
|
95
|
-
xpander_sdk-2.0.
|
|
96
|
-
xpander_sdk-2.0.
|
|
97
|
-
xpander_sdk-2.0.
|
|
93
|
+
xpander_sdk-2.0.212.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
94
|
+
xpander_sdk-2.0.212.dist-info/METADATA,sha256=BDphLeF7afLpmZWTIguWrtlgRmdBAhrgbz6AMUdUjXk,17952
|
|
95
|
+
xpander_sdk-2.0.212.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
96
|
+
xpander_sdk-2.0.212.dist-info/top_level.txt,sha256=UCjnxQpsMy5Zoe7lmRuVDO6DI2V_6PgRFfm4oizRbVs,12
|
|
97
|
+
xpander_sdk-2.0.212.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|