crewplus 0.1.5__tar.gz → 0.1.6__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.
Potentially problematic release.
This version of crewplus might be problematic. Click here for more details.
- {crewplus-0.1.5 → crewplus-0.1.6}/PKG-INFO +2 -3
- {crewplus-0.1.5 → crewplus-0.1.6}/README.md +1 -2
- {crewplus-0.1.5 → crewplus-0.1.6}/pyproject.toml +1 -1
- {crewplus-0.1.5 → crewplus-0.1.6}/LICENSE +0 -0
- {crewplus-0.1.5 → crewplus-0.1.6}/crewplus/__init__.py +0 -0
- {crewplus-0.1.5 → crewplus-0.1.6}/crewplus/services/__init__.py +0 -0
- {crewplus-0.1.5 → crewplus-0.1.6}/crewplus/services/gemini_chat_model.py +0 -0
- {crewplus-0.1.5 → crewplus-0.1.6}/crewplus/services/model_load_balancer.py +0 -0
- {crewplus-0.1.5 → crewplus-0.1.6}/tests/models_config.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: crewplus
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: Base services for CrewPlus AI applications
|
|
5
5
|
Author-Email: Tim Liu <tim@opsmateai.com>
|
|
6
6
|
License: MIT
|
|
@@ -38,14 +38,13 @@ CrewPlus is designed as a modular and extensible ecosystem of packages. This all
|
|
|
38
38
|
- **`crewplus-agents`:** An extension for creating and managing autonomous AI agents.
|
|
39
39
|
- **`crewplus-ingestion`:** Provides robust pipelines for knowledge ingestion and data processing.
|
|
40
40
|
- **`crewplus-integrations`:** A collection of third-party integrations to connect CrewPlus with other services and platforms.
|
|
41
|
-
- **`crewplus-enterprise`:** Enterprise-grade features for security, scalability, and support.
|
|
42
41
|
|
|
43
42
|
## Features
|
|
44
43
|
|
|
45
44
|
- **Chat Services:** A unified interface for interacting with various chat models (e.g., `GeminiChatModel`).
|
|
46
45
|
- **Model Load Balancer:** Intelligently distribute requests across multiple LLM endpoints.
|
|
47
46
|
- **Vector DB Services:** Abstractions for working with popular vector stores for retrieval-augmented generation (RAG).
|
|
48
|
-
|
|
47
|
+
|
|
49
48
|
|
|
50
49
|
## Documentation
|
|
51
50
|
|
|
@@ -19,14 +19,13 @@ CrewPlus is designed as a modular and extensible ecosystem of packages. This all
|
|
|
19
19
|
- **`crewplus-agents`:** An extension for creating and managing autonomous AI agents.
|
|
20
20
|
- **`crewplus-ingestion`:** Provides robust pipelines for knowledge ingestion and data processing.
|
|
21
21
|
- **`crewplus-integrations`:** A collection of third-party integrations to connect CrewPlus with other services and platforms.
|
|
22
|
-
- **`crewplus-enterprise`:** Enterprise-grade features for security, scalability, and support.
|
|
23
22
|
|
|
24
23
|
## Features
|
|
25
24
|
|
|
26
25
|
- **Chat Services:** A unified interface for interacting with various chat models (e.g., `GeminiChatModel`).
|
|
27
26
|
- **Model Load Balancer:** Intelligently distribute requests across multiple LLM endpoints.
|
|
28
27
|
- **Vector DB Services:** Abstractions for working with popular vector stores for retrieval-augmented generation (RAG).
|
|
29
|
-
|
|
28
|
+
|
|
30
29
|
|
|
31
30
|
## Documentation
|
|
32
31
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|