PikoAi 0.1.9__py3-none-any.whl → 0.1.10__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.
- Agents/Executor/executor.py +1 -1
- {pikoai-0.1.9.dist-info → pikoai-0.1.10.dist-info}/METADATA +1 -1
- {pikoai-0.1.9.dist-info → pikoai-0.1.10.dist-info}/RECORD +7 -7
- {pikoai-0.1.9.dist-info → pikoai-0.1.10.dist-info}/WHEEL +0 -0
- {pikoai-0.1.9.dist-info → pikoai-0.1.10.dist-info}/entry_points.txt +0 -0
- {pikoai-0.1.9.dist-info → pikoai-0.1.10.dist-info}/licenses/LICENSE +0 -0
- {pikoai-0.1.9.dist-info → pikoai-0.1.10.dist-info}/top_level.txt +0 -0
Agents/Executor/executor.py
CHANGED
@@ -15,7 +15,7 @@ from mistralai.models.sdkerror import SDKError # This might be an issue if LiteL
|
|
15
15
|
# We'll keep it for now and see if errors arise during testing.
|
16
16
|
# from Env import python_executor # Will be replaced by BaseEnv
|
17
17
|
# from Env.shell import ShellExecutor # Will be replaced by BaseEnv
|
18
|
-
from
|
18
|
+
from Env.base_env import create_environment, BaseEnv # Added
|
19
19
|
from Env import python_executor # Keep for type hint in the old execute method if needed, or remove if execute is fully removed
|
20
20
|
from llm_interface.llm import LiteLLMInterface # Import LiteLLMInterface
|
21
21
|
|
@@ -2,7 +2,7 @@ OpenCopilot.py,sha256=vBAuU6MNhYdnyIIrDWOBSlxa0iyjADJLq5eCxUhlffw,12240
|
|
2
2
|
cli.py,sha256=hY6KUxvKvJOFThZT--r6m2nzOEMIOVtiVptewsi9Z9w,13868
|
3
3
|
Agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
Agents/Executor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
Agents/Executor/executor.py,sha256=
|
5
|
+
Agents/Executor/executor.py,sha256=RGYh4bmG5-cvsQPrlCTGNYzQbsnZcQt7eoIpEH9g6OY,8808
|
6
6
|
Agents/Executor/prompts.py,sha256=bcVxBBCEda7JZtnA1KoMM8KayKAqFeQCP4lY6EbodzQ,3607
|
7
7
|
Env/__init__.py,sha256=KLe7UcNV5L395SxhMwbYGyu7KPrSNaoV_9QJo3mLop0,196
|
8
8
|
Env/base_env.py,sha256=K4PoWwPXn3pKeu7_-JOlUuyNbyYQ9itMhQybFOm-3K4,1563
|
@@ -27,9 +27,9 @@ Utils/executor_utils.py,sha256=WwK3TKgw_hG_crg7ijRaqfidYnnNXYbbs37vKZRYK-0,491
|
|
27
27
|
Utils/ter_interface.py,sha256=Zay9mwyAyKYTNQAKOWXHAa3upo9TWprSf26STiHXk0g,6255
|
28
28
|
llm_interface/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
29
|
llm_interface/llm.py,sha256=tI_KDOW14QLWowA7bB3GPe2qjlk0sjS5fBavs9XD1fo,5185
|
30
|
-
pikoai-0.1.
|
31
|
-
pikoai-0.1.
|
32
|
-
pikoai-0.1.
|
33
|
-
pikoai-0.1.
|
34
|
-
pikoai-0.1.
|
35
|
-
pikoai-0.1.
|
30
|
+
pikoai-0.1.10.dist-info/licenses/LICENSE,sha256=cELUVOboOAderKFp8bdtcM5VyJi61YH1oDbRhOuoQZw,1067
|
31
|
+
pikoai-0.1.10.dist-info/METADATA,sha256=51na_vrLeUXkpQiGmpZCxHsJVzrkmlzCBt_Fjq0nHOw,2962
|
32
|
+
pikoai-0.1.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
33
|
+
pikoai-0.1.10.dist-info/entry_points.txt,sha256=xjZnheDymNDnQ0o84R0jZKEITrhNbzQWN-AhqfA_d6s,50
|
34
|
+
pikoai-0.1.10.dist-info/top_level.txt,sha256=hWzBNE7UQsuNcENIOksGcJED08k3ZGRRn2X5jnStICU,53
|
35
|
+
pikoai-0.1.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|