aiecs 1.2.1__py3-none-any.whl → 1.2.2__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.

Potentially problematic release.


This version of aiecs might be problematic. Click here for more details.

aiecs/__init__.py CHANGED
@@ -5,7 +5,7 @@ A powerful Python middleware framework for building AI-powered applications
5
5
  with tool orchestration, task execution, and multi-provider LLM support.
6
6
  """
7
7
 
8
- __version__ = "1.2.1"
8
+ __version__ = "1.2.2"
9
9
  __author__ = "AIECS Team"
10
10
  __email__ = "iretbl@gmail.com"
11
11
 
aiecs/config/config.py CHANGED
@@ -54,7 +54,7 @@ class Settings(BaseSettings):
54
54
  reload: bool = Field(default=False, alias="RELOAD")
55
55
  port: int = Field(default=8000, alias="PORT")
56
56
 
57
- model_config = ConfigDict(env_file=".env", env_file_encoding="utf-8")
57
+ model_config = ConfigDict(env_file=".env", env_file_encoding="utf-8", extra="allow")
58
58
 
59
59
  @property
60
60
  def database_config(self) -> dict:
@@ -77,6 +77,7 @@ class Settings(BaseSettings):
77
77
  "enable_local_fallback": True,
78
78
  "local_storage_path": "./storage"
79
79
  }
80
+
80
81
 
81
82
  def validate_llm_models_config(self) -> bool:
82
83
  """
aiecs/main.py CHANGED
@@ -142,7 +142,7 @@ async def lifespan(app: FastAPI):
142
142
  app = FastAPI(
143
143
  title="AIECS - AI Execute Services",
144
144
  description="Middleware service for AI-powered task execution and tool orchestration",
145
- version="1.2.1",
145
+ version="1.2.2",
146
146
  lifespan=lifespan
147
147
  )
148
148
 
@@ -167,7 +167,7 @@ async def health_check():
167
167
  return {
168
168
  "status": "healthy",
169
169
  "service": "aiecs",
170
- "version": "1.2.1"
170
+ "version": "1.2.2"
171
171
  }
172
172
 
173
173
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiecs
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: AI Execute Services - A middleware framework for AI-powered task execution and tool orchestration
5
5
  Author-email: AIECS Team <iretbl@gmail.com>
6
6
  License-Expression: MIT
@@ -1,12 +1,12 @@
1
- aiecs/__init__.py,sha256=9LODHD_VZiclcpIq8JJjkczzqdNQeVvBW5JuMkJo-eQ,1859
1
+ aiecs/__init__.py,sha256=j7nUkV4w38idj8EIJXaTfkFWstU-oYs-WfNnRjT6-Xo,1859
2
2
  aiecs/__main__.py,sha256=AfQpzy3SgwWuP4DuymYcm4MISMuzqwhxxGSYo53PBvY,1035
3
3
  aiecs/aiecs_client.py,sha256=gIqecRBBH_bYIWhqiHCemdVgmGb9Jqdxf1b6RoqXWlQ,17276
4
- aiecs/main.py,sha256=ajP-CaHyoBH3tCp65x9zyB8oCrktvcyStpBHv7mD6_4,10837
4
+ aiecs/main.py,sha256=jgn6K3H28tKK5z1CPGh-GcswcISh0bhtRaL1yAhtmlg,10837
5
5
  aiecs/application/__init__.py,sha256=NkmrUH1DqxJ3vaVC8QwscNdlWqHfC7ZagL4k3nZ_qz4,192
6
6
  aiecs/application/executors/__init__.py,sha256=WIl7L9HBsEhNfbNtJdvBvFUJXzESvNZVaiAA6tdtJcs,191
7
7
  aiecs/application/executors/operation_executor.py,sha256=-7mFo1hUnWdehVPg0fnSiRhW3LACpIiyLSH-iu7bX4U,13818
8
8
  aiecs/config/__init__.py,sha256=HykU6FgZrUx0w8V1_kAjP9NpXZTddZ9M3xo0fmBwMU8,336
9
- aiecs/config/config.py,sha256=ukLiWgNSUv6PvDl7PnKg0UvdpPjZ51qJqAtIHIMRg1k,6512
9
+ aiecs/config/config.py,sha256=qjuvD7ew0RKtTftTL4PORwgmridBwS4tAep5llSNUSU,6528
10
10
  aiecs/config/registry.py,sha256=5CPJcjeMu3FLc_keuCtJT60DtUxF6w-I68uIoxpcdq8,637
11
11
  aiecs/core/__init__.py,sha256=H0ZIk96q0KHKivcobnUCVJdJZmewucVJ9MKhRgUxmk0,1037
12
12
  aiecs/core/interface/__init__.py,sha256=soI7zdoN3eQynVb9uiwmgXkM5E75JYffTILktHb48x8,688
@@ -136,9 +136,9 @@ aiecs/utils/prompt_loader.py,sha256=cBS2bZXpYQOWSiOGkhwIzyy3_bETqwIblRi_9qQT9iQ,
136
136
  aiecs/utils/token_usage_repository.py,sha256=1xjenLYwC0YT6lKZFEGO4scRCXLuWdec2MWjzih5SZY,10210
137
137
  aiecs/ws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
138
  aiecs/ws/socket_server.py,sha256=j_9idVY_rWlTsF51FgmuhWCWFVt7_gAHL8vNg3IxV5g,1476
139
- aiecs-1.2.1.dist-info/licenses/LICENSE,sha256=_1YRaIS0eZu1pv6xfz245UkU0i1Va2B841hv3OWRwqg,12494
140
- aiecs-1.2.1.dist-info/METADATA,sha256=w-7dL0XMyE_auT7Mme2dMEjUzUwPYYOxDuuFm5uKwx0,16635
141
- aiecs-1.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
142
- aiecs-1.2.1.dist-info/entry_points.txt,sha256=TfLBuwLOfgQqKvnoF1sgTS19-Hgl0aWvCZjIdblIiig,667
143
- aiecs-1.2.1.dist-info/top_level.txt,sha256=22IlUlOqh9Ni3jXlQNMNUqzbW8dcxXPeR_EQ-BJVcV8,6
144
- aiecs-1.2.1.dist-info/RECORD,,
139
+ aiecs-1.2.2.dist-info/licenses/LICENSE,sha256=_1YRaIS0eZu1pv6xfz245UkU0i1Va2B841hv3OWRwqg,12494
140
+ aiecs-1.2.2.dist-info/METADATA,sha256=ibzbDBa2h5RjgtWcUybkj25ex60eXekm92K0tVWCPOs,16635
141
+ aiecs-1.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
142
+ aiecs-1.2.2.dist-info/entry_points.txt,sha256=TfLBuwLOfgQqKvnoF1sgTS19-Hgl0aWvCZjIdblIiig,667
143
+ aiecs-1.2.2.dist-info/top_level.txt,sha256=22IlUlOqh9Ni3jXlQNMNUqzbW8dcxXPeR_EQ-BJVcV8,6
144
+ aiecs-1.2.2.dist-info/RECORD,,
File without changes