lionagi 0.0.210__tar.gz → 0.0.211__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {lionagi-0.0.210 → lionagi-0.0.211}/PKG-INFO +3 -2
- {lionagi-0.0.210 → lionagi-0.0.211}/README.md +2 -1
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/__init__.py +0 -1
- lionagi-0.0.211/lionagi/version.py +1 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi.egg-info/PKG-INFO +3 -2
- lionagi-0.0.210/lionagi/version.py +0 -1
- {lionagi-0.0.210 → lionagi-0.0.211}/LICENSE +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/README.rst +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/api_service/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/api_service/base_endpoint.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/api_service/base_rate_limiter.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/api_service/base_service.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/api_service/chat_completion.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/api_service/embeddings.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/api_service/payload_package.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/api_service/status_tracker.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/configs/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/configs/oai_configs.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/configs/openrouter_configs.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/core/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/core/branch.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/core/branch_manager.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/core/flow.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/core/instruction_set.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/core/messages.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/core/session.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/schema/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/schema/base_schema.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/services/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/services/base_service.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/services/mistralai.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/services/mlx_service.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/services/oai.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/services/ollama.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/services/services.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/services/transformers.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/structures/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/structures/graph.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/structures/relationship.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/structures/structure.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tests/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tests/test_utils/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tests/test_utils/test_api_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tests/test_utils/test_call_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tests/test_utils/test_io_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tests/test_utils/test_nested_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tests/test_utils/test_sys_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tools/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tools/tool_manager.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/tools/tool_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/utils/__init__.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/utils/api_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/utils/call_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/utils/core_utils.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/utils/io_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/utils/nested_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi/utils/sys_util.py +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi.egg-info/SOURCES.txt +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi.egg-info/dependency_links.txt +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi.egg-info/requires.txt +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/lionagi.egg-info/top_level.txt +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/pyproject.toml +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/setup.cfg +0 -0
- {lionagi-0.0.210 → lionagi-0.0.211}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lionagi
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.211
|
4
4
|
Summary: Towards automated general intelligence.
|
5
5
|
Author: HaiyangLi
|
6
6
|
Author-email: Haiyang Li <ocean@lionagi.ai>
|
@@ -310,7 +310,8 @@ LionAGI is designed to be `asynchronous` only, please check python official docu
|
|
310
310
|
* please know what you are doing, and check the usage on OpenAI regularly
|
311
311
|
* default rate limits are set to be 1,000 requests, 100,000 tokens per miniute, please check the [OpenAI usage limit documentation](https://platform.openai.com/docs/guides/rate-limits?context=tier-free) you can modify token rate parameters to fit different use cases.
|
312
312
|
* if you would like to build from source, please download the [latest release](https://github.com/lion-agi/lionagi/releases), **main is under development and will be changed without notice**
|
313
|
-
|
313
|
+
|
314
|
+
**we are undergoing major refocus of this package and depreciated plenty features, roadmap is agent only in future**
|
314
315
|
|
315
316
|
### Community
|
316
317
|
|
@@ -85,7 +85,8 @@ LionAGI is designed to be `asynchronous` only, please check python official docu
|
|
85
85
|
* please know what you are doing, and check the usage on OpenAI regularly
|
86
86
|
* default rate limits are set to be 1,000 requests, 100,000 tokens per miniute, please check the [OpenAI usage limit documentation](https://platform.openai.com/docs/guides/rate-limits?context=tier-free) you can modify token rate parameters to fit different use cases.
|
87
87
|
* if you would like to build from source, please download the [latest release](https://github.com/lion-agi/lionagi/releases), **main is under development and will be changed without notice**
|
88
|
-
|
88
|
+
|
89
|
+
**we are undergoing major refocus of this package and depreciated plenty features, roadmap is agent only in future**
|
89
90
|
|
90
91
|
### Community
|
91
92
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.0.211"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lionagi
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.211
|
4
4
|
Summary: Towards automated general intelligence.
|
5
5
|
Author: HaiyangLi
|
6
6
|
Author-email: Haiyang Li <ocean@lionagi.ai>
|
@@ -310,7 +310,8 @@ LionAGI is designed to be `asynchronous` only, please check python official docu
|
|
310
310
|
* please know what you are doing, and check the usage on OpenAI regularly
|
311
311
|
* default rate limits are set to be 1,000 requests, 100,000 tokens per miniute, please check the [OpenAI usage limit documentation](https://platform.openai.com/docs/guides/rate-limits?context=tier-free) you can modify token rate parameters to fit different use cases.
|
312
312
|
* if you would like to build from source, please download the [latest release](https://github.com/lion-agi/lionagi/releases), **main is under development and will be changed without notice**
|
313
|
-
|
313
|
+
|
314
|
+
**we are undergoing major refocus of this package and depreciated plenty features, roadmap is agent only in future**
|
314
315
|
|
315
316
|
### Community
|
316
317
|
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.0.210"
|
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
|
File without changes
|
File without changes
|
File without changes
|