praisonaiagents 0.0.74__py3-none-any.whl → 0.0.75__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.
- praisonaiagents/knowledge/knowledge.py +1 -1
- {praisonaiagents-0.0.74.dist-info → praisonaiagents-0.0.75.dist-info}/METADATA +1 -1
- {praisonaiagents-0.0.74.dist-info → praisonaiagents-0.0.75.dist-info}/RECORD +5 -5
- {praisonaiagents-0.0.74.dist-info → praisonaiagents-0.0.75.dist-info}/WHEEL +0 -0
- {praisonaiagents-0.0.74.dist-info → praisonaiagents-0.0.75.dist-info}/top_level.txt +0 -0
@@ -17,7 +17,7 @@ class CustomMemory:
|
|
17
17
|
}).from_config(config)
|
18
18
|
|
19
19
|
@staticmethod
|
20
|
-
def _add_to_vector_store(self, messages, metadata, filters):
|
20
|
+
def _add_to_vector_store(self, messages, metadata, filters, infer):
|
21
21
|
# Custom implementation that doesn't use LLM
|
22
22
|
parsed_messages = "\n".join([msg["content"] for msg in messages])
|
23
23
|
|
@@ -8,7 +8,7 @@ praisonaiagents/agents/agents.py,sha256=uAOHyn77noFvg3sYVFRhQUuc1LDpCMpfLND8CKOX
|
|
8
8
|
praisonaiagents/agents/autoagents.py,sha256=olYDn--rlJp-SckxILqmREkkgNlzCgEEcAUzfMj-54E,13518
|
9
9
|
praisonaiagents/knowledge/__init__.py,sha256=xL1Eh-a3xsHyIcU4foOWF-JdWYIYBALJH9bge0Ujuto,246
|
10
10
|
praisonaiagents/knowledge/chunking.py,sha256=G6wyHa7_8V0_7VpnrrUXbEmUmptlT16ISJYaxmkSgmU,7678
|
11
|
-
praisonaiagents/knowledge/knowledge.py,sha256=
|
11
|
+
praisonaiagents/knowledge/knowledge.py,sha256=Po0JZsgjYJrXdNSggmUGOWidZEF0f8xo4nhsZZfh8tY,13217
|
12
12
|
praisonaiagents/llm/__init__.py,sha256=ttPQQJQq6Tah-0updoEXDZFKWtJAM93rBWRoIgxRWO8,689
|
13
13
|
praisonaiagents/llm/llm.py,sha256=1WjHumxzuc8sj81NQ4uVEIetUOrb-i58HYLQW7vjV3M,87921
|
14
14
|
praisonaiagents/mcp/__init__.py,sha256=IkYdrAK1bDQDm_0t3Wjt63Zwv3_IJgqz84Wqz9GH2iQ,111
|
@@ -39,7 +39,7 @@ praisonaiagents/tools/xml_tools.py,sha256=iYTMBEk5l3L3ryQ1fkUnNVYK-Nnua2Kx2S0dxN
|
|
39
39
|
praisonaiagents/tools/yaml_tools.py,sha256=uogAZrhXV9O7xvspAtcTfpKSQYL2nlOTvCQXN94-G9A,14215
|
40
40
|
praisonaiagents/tools/yfinance_tools.py,sha256=s2PBj_1v7oQnOobo2fDbQBACEHl61ftG4beG6Z979ZE,8529
|
41
41
|
praisonaiagents/tools/train/data/generatecot.py,sha256=H6bNh-E2hqL5MW6kX3hqZ05g9ETKN2-kudSjiuU_SD8,19403
|
42
|
-
praisonaiagents-0.0.
|
43
|
-
praisonaiagents-0.0.
|
44
|
-
praisonaiagents-0.0.
|
45
|
-
praisonaiagents-0.0.
|
42
|
+
praisonaiagents-0.0.75.dist-info/METADATA,sha256=W_pP1usXRpkpeKYkNCLxhdRrSRNDtsIxydlwLKL3xmw,977
|
43
|
+
praisonaiagents-0.0.75.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
44
|
+
praisonaiagents-0.0.75.dist-info/top_level.txt,sha256=_HsRddrJ23iDx5TTqVUVvXG2HeHBL5voshncAMDGjtA,16
|
45
|
+
praisonaiagents-0.0.75.dist-info/RECORD,,
|
File without changes
|
File without changes
|