agently 4.0.6__tar.gz → 4.0.6.1__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 → agently-4.0.6.1}/PKG-INFO +2 -2
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/Storage.py +8 -3
- {agently-4.0.6 → agently-4.0.6.1}/pyproject.toml +3 -3
- {agently-4.0.6 → agently-4.0.6.1}/LICENSE +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/README.md +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/_default_init.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/_default_settings.yaml +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/base.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/agent_extensions/AutoFuncExtension.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/agent_extensions/ChatSessionExtension.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/agent_extensions/ConfigurePromptExtension.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/agent_extensions/KeyWaiterExtension.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/agent_extensions/ToolExtension.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/agent_extensions/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/hookers/ConsoleHooker.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/hookers/PureLoggerHooker.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/hookers/SystemMessageHooker.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/plugins/ModelRequester/OpenAICompatible.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/plugins/PromptGenerator/AgentlyPromptGenerator.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/plugins/ResponseParser/AgentlyResponseParser.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/plugins/ToolManager/AgentlyToolManager.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/plugins/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/tools/Browse.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/tools/Search.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/builtins/tools/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/Agent.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/EventCenter.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/ExtensionHandlers.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/ModelRequest.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/PluginManager.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/Prompt.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/Tool.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/BluePrint.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/Chunk.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/Execution.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/Process.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/TriggerFlow.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/process/BaseProcess.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/process/ForEachProcess.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/process/MatchCaseProcess.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/TriggerFlow/process/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/core/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/integrations/chromadb.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/data/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/data/event.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/data/prompt.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/data/request.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/data/response.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/data/serializable.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/data/tool.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/plugins/EventHooker.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/plugins/ModelRequester.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/plugins/PromptGenerator.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/plugins/ResponseParser.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/plugins/ToolManager.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/plugins/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/plugins/base.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/trigger_flow/__init__.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/types/trigger_flow/trigger_flow.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/DataFormatter.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/DataLocator.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/DataPathBuilder.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/FunctionShifter.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/GeneratorConsumer.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/LazyImport.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/Logger.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/Messenger.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/RuntimeData.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/SerializableRuntimeData.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/Settings.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/StreamingJSONCompleter.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/StreamingJSONParser.py +0 -0
- {agently-4.0.6 → agently-4.0.6.1}/agently/utils/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agently
|
|
3
|
-
Version: 4.0.6
|
|
3
|
+
Version: 4.0.6.1
|
|
4
4
|
Summary:
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
@@ -19,9 +19,9 @@ Requires-Dist: greenlet (>=3.2.3,<4.0.0)
|
|
|
19
19
|
Requires-Dist: httpx (>=0.28.1,<0.29.0)
|
|
20
20
|
Requires-Dist: httpx-sse (>=0.4.1,<0.5.0)
|
|
21
21
|
Requires-Dist: json5 (>=0.12.0,<0.13.0)
|
|
22
|
+
Requires-Dist: packaging (>=25.0,<26.0)
|
|
22
23
|
Requires-Dist: pydantic (>=2.11.7,<3.0.0)
|
|
23
24
|
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
|
|
24
|
-
Requires-Dist: sqlmodel (>=0.0.24,<0.0.25)
|
|
25
25
|
Requires-Dist: stamina (>=25.1.0,<26.0.0)
|
|
26
26
|
Requires-Dist: toml (>=0.10.2,<0.11.0)
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
@@ -25,9 +25,14 @@ from typing import (
|
|
|
25
25
|
)
|
|
26
26
|
from contextlib import asynccontextmanager
|
|
27
27
|
|
|
28
|
-
from
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
from agently.utils import LazyImport
|
|
29
|
+
|
|
30
|
+
LazyImport.import_package("sqlmodel")
|
|
31
|
+
LazyImport.import_package("sqlalchemy")
|
|
32
|
+
|
|
33
|
+
from sqlmodel import SQLModel, select, inspect, create_engine, Session # type: ignore
|
|
34
|
+
from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession, async_sessionmaker # type: ignore
|
|
35
|
+
from sqlalchemy.sql import ColumnElement # type: ignore
|
|
31
36
|
|
|
32
37
|
from .RuntimeData import RuntimeData
|
|
33
38
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "agently"
|
|
3
|
-
version = "4.0.6"
|
|
3
|
+
version = "4.0.6.1"
|
|
4
4
|
description = ""
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "Agently Team",email = "developer@agently.tech"},
|
|
@@ -10,7 +10,6 @@ license = {text = "Apache-2.0"}
|
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
requires-python = ">=3.10"
|
|
12
12
|
dependencies = [
|
|
13
|
-
"sqlmodel (>=0.0.24,<0.0.25)",
|
|
14
13
|
"pydantic (>=2.11.7,<3.0.0)",
|
|
15
14
|
"toml (>=0.10.2,<0.11.0)",
|
|
16
15
|
"httpx (>=0.28.1,<0.29.0)",
|
|
@@ -19,7 +18,8 @@ dependencies = [
|
|
|
19
18
|
"httpx-sse (>=0.4.1,<0.5.0)",
|
|
20
19
|
"json5 (>=0.12.0,<0.13.0)",
|
|
21
20
|
"aiosqlite (>=0.21.0,<0.22.0)",
|
|
22
|
-
"greenlet (>=3.2.3,<4.0.0)"
|
|
21
|
+
"greenlet (>=3.2.3,<4.0.0)",
|
|
22
|
+
"packaging (>=25.0,<26.0)"
|
|
23
23
|
]
|
|
24
24
|
|
|
25
25
|
|
|
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 → agently-4.0.6.1}/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
|
{agently-4.0.6 → agently-4.0.6.1}/agently/builtins/plugins/ModelRequester/OpenAICompatible.py
RENAMED
|
File without changes
|
{agently-4.0.6 → agently-4.0.6.1}/agently/builtins/plugins/PromptGenerator/AgentlyPromptGenerator.py
RENAMED
|
File without changes
|
{agently-4.0.6 → agently-4.0.6.1}/agently/builtins/plugins/ResponseParser/AgentlyResponseParser.py
RENAMED
|
File without changes
|
{agently-4.0.6 → agently-4.0.6.1}/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
|