agently 4.0.6.3__tar.gz → 4.0.6.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.
- {agently-4.0.6.3 → agently-4.0.6.4}/PKG-INFO +1 -1
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/plugins/ModelRequester/OpenAICompatible.py +6 -2
- {agently-4.0.6.3 → agently-4.0.6.4}/pyproject.toml +1 -1
- {agently-4.0.6.3 → agently-4.0.6.4}/LICENSE +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/README.md +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/_default_init.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/_default_settings.yaml +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/base.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/agent_extensions/AutoFuncExtension.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/agent_extensions/ChatSessionExtension.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/agent_extensions/ConfigurePromptExtension.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/agent_extensions/KeyWaiterExtension.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/agent_extensions/ToolExtension.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/agent_extensions/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/hookers/ConsoleHooker.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/hookers/PureLoggerHooker.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/hookers/SystemMessageHooker.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/plugins/PromptGenerator/AgentlyPromptGenerator.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/plugins/ResponseParser/AgentlyResponseParser.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/plugins/ToolManager/AgentlyToolManager.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/plugins/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/tools/Browse.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/tools/Search.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/tools/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/Agent.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/EventCenter.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/ExtensionHandlers.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/ModelRequest.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/PluginManager.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/Prompt.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/Tool.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/BluePrint.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/Chunk.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/Execution.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/Process.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/TriggerFlow.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/process/BaseProcess.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/process/ForEachProcess.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/process/MatchCaseProcess.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/TriggerFlow/process/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/core/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/integrations/chromadb.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/data/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/data/event.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/data/prompt.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/data/request.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/data/response.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/data/serializable.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/data/tool.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/plugins/EventHooker.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/plugins/ModelRequester.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/plugins/PromptGenerator.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/plugins/ResponseParser.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/plugins/ToolManager.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/plugins/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/plugins/base.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/trigger_flow/__init__.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/types/trigger_flow/trigger_flow.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/DataFormatter.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/DataLocator.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/DataPathBuilder.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/FunctionShifter.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/GeneratorConsumer.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/LazyImport.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/Logger.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/Messenger.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/RuntimeData.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/SerializableRuntimeData.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/Settings.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/Storage.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/StreamingJSONCompleter.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/StreamingJSONParser.py +0 -0
- {agently-4.0.6.3 → agently-4.0.6.4}/agently/utils/__init__.py +0 -0
{agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/plugins/ModelRequester/OpenAICompatible.py
RENAMED
|
@@ -391,7 +391,9 @@ class OpenAICompatible(ModelRequester):
|
|
|
391
391
|
# Raise status code >= 400
|
|
392
392
|
if response.status_code >= 400:
|
|
393
393
|
e = RequestError(
|
|
394
|
-
f"Status Code: { response.status_code }\n"
|
|
394
|
+
f"Status Code: { response.status_code }\n"
|
|
395
|
+
f"Detail: { response.text }\n"
|
|
396
|
+
f"Request Data: {full_request_data}"
|
|
395
397
|
)
|
|
396
398
|
self._messenger.error(
|
|
397
399
|
e,
|
|
@@ -461,7 +463,9 @@ class OpenAICompatible(ModelRequester):
|
|
|
461
463
|
)
|
|
462
464
|
if response.status_code >= 400:
|
|
463
465
|
e = RequestError(
|
|
464
|
-
f"Status Code: { response.status_code }\n"
|
|
466
|
+
f"Status Code: { response.status_code }\n"
|
|
467
|
+
f"Detail: { response.text }\n"
|
|
468
|
+
f"Request Data: {full_request_data}"
|
|
465
469
|
)
|
|
466
470
|
self._messenger.error(
|
|
467
471
|
e,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/agent_extensions/ChatSessionExtension.py
RENAMED
|
File without changes
|
{agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/agent_extensions/ConfigurePromptExtension.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
|
{agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/plugins/ResponseParser/AgentlyResponseParser.py
RENAMED
|
File without changes
|
{agently-4.0.6.3 → agently-4.0.6.4}/agently/builtins/plugins/ToolManager/AgentlyToolManager.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|