agi-med-common 4.2.7__tar.gz → 4.2.9__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.
Files changed (31) hide show
  1. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/PKG-INFO +1 -1
  2. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/__init__.py +3 -3
  3. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/chat_item/replica_item.py +1 -1
  4. agi_med_common-4.2.9/src/agi_med_common/utils.py +33 -0
  5. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common.egg-info/PKG-INFO +1 -1
  6. agi_med_common-4.2.7/src/agi_med_common/utils.py +0 -14
  7. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/README.md +0 -0
  8. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/pyproject.toml +0 -0
  9. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/requirements.txt +0 -0
  10. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/setup.cfg +0 -0
  11. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/file_storage.py +0 -0
  12. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/logger/__init__.py +0 -0
  13. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/logger/log_level_enum.py +0 -0
  14. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/logger/logger.py +0 -0
  15. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/__init__.py +0 -0
  16. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/_base.py +0 -0
  17. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/base_config_models/__init__.py +0 -0
  18. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/base_config_models/gigachat_config.py +0 -0
  19. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/chat_item/__init__.py +0 -0
  20. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/chat_item/chat_item.py +0 -0
  21. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/chat_item/inner_context_item.py +0 -0
  22. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/chat_item/outer_context_item.py +0 -0
  23. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/enums.py +0 -0
  24. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/models/widget.py +0 -0
  25. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/parallel_map.py +0 -0
  26. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/validators.py +0 -0
  27. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common/xml_parser.py +0 -0
  28. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common.egg-info/SOURCES.txt +0 -0
  29. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common.egg-info/dependency_links.txt +0 -0
  30. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common.egg-info/requires.txt +0 -0
  31. {agi_med_common-4.2.7 → agi_med_common-4.2.9}/src/agi_med_common.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agi_med_common
3
- Version: 4.2.7
3
+ Version: 4.2.9
4
4
  Summary: Сommon for agi-med team
5
5
  Author: AGI-MED-TEAM
6
6
  Requires-Python: >=3.11
@@ -1,4 +1,4 @@
1
- __version__ = "4.2.7"
1
+ __version__ = "4.2.9"
2
2
 
3
3
  from .logger import LogLevelEnum, logger_init, log_llm_error
4
4
  from .models import (
@@ -13,9 +13,9 @@ from .models import (
13
13
  ReplicaItemPair,
14
14
  )
15
15
  from .models.widget import Widget
16
- from .file_storage import FileStorage
16
+ from .file_storage import FileStorage, ResourceId
17
17
  from .models import DiagnosticsXMLTagEnum, MTRSXMLTagEnum, DoctorChoiceXMLTagEnum
18
- from .utils import make_session_id, read_json
18
+ from .utils import make_session_id, read_json, try_parse_json, try_parse_int
19
19
  from .validators import ExistingPath, ExistingFile, ExistingDir, StrNotEmpty, SecretStrNotEmpty, Prompt, Message
20
20
  from .xml_parser import XMLParser
21
21
  from .parallel_map import parallel_map
@@ -16,7 +16,7 @@ class ReplicaItem(_Base):
16
16
  body: str = Field("", alias="Body", examples=["Привет"])
17
17
  resource_id: str | None = Field(None, alias="ResourceId", examples=["<link-id>"])
18
18
  widget: Widget | None = Field(None, alias="Widget", examples=[None])
19
- command: str | None = Field(None, alias="Command", examples=[None])
19
+ command: dict | None = Field(None, alias="Command", examples=[None])
20
20
  role: bool = Field(False, alias="Role", description="True = ai, False = client", examples=[False])
21
21
  date_time: str = Field(
22
22
  _EXAMPLE_DATETIME,
@@ -0,0 +1,33 @@
1
+ import codecs
2
+ import json
3
+ import os
4
+ from datetime import datetime
5
+ from pathlib import Path
6
+
7
+
8
+ def make_session_id() -> str:
9
+ return f"{datetime.now():%y%m%d%H%M%S}"
10
+
11
+
12
+ def read_json(path: Path | os.PathLike[str] | str) -> list | dict:
13
+ with codecs.open(path, "r", encoding="utf8") as file:
14
+ return json.load(file)
15
+
16
+
17
+ def try_parse_json(text: str | None) -> str | None:
18
+ if not text:
19
+ return None
20
+ if not text.startswith('{'):
21
+ return None
22
+ if not text.endswith('}'):
23
+ return None
24
+ try:
25
+ return json.loads(text)
26
+ except Exception:
27
+ return None
28
+
29
+ def try_parse_int(text: str) -> int | None:
30
+ try:
31
+ return int(text)
32
+ except ValueError:
33
+ return None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agi_med_common
3
- Version: 4.2.7
3
+ Version: 4.2.9
4
4
  Summary: Сommon for agi-med team
5
5
  Author: AGI-MED-TEAM
6
6
  Requires-Python: >=3.11
@@ -1,14 +0,0 @@
1
- import codecs
2
- import json
3
- import os
4
- from datetime import datetime
5
- from pathlib import Path
6
-
7
-
8
- def make_session_id() -> str:
9
- return f"{datetime.now():%y%m%d%H%M%S}"
10
-
11
-
12
- def read_json(path: Path | os.PathLike[str] | str) -> list | dict:
13
- with codecs.open(path, "r", encoding="utf8") as file:
14
- return json.load(file)
File without changes
File without changes