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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: crewplus
3
- Version: 0.1.5
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
- - **Centralized Configuration:** Manage application settings and secrets from a single source of truth (`core/config.py`).
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
- - **Centralized Configuration:** Manage application settings and secrets from a single source of truth (`core/config.py`).
28
+
30
29
 
31
30
  ## Documentation
32
31
 
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "crewplus"
9
- version = "0.1.5"
9
+ version = "0.1.6"
10
10
  description = "Base services for CrewPlus AI applications"
11
11
  authors = [
12
12
  { name = "Tim Liu", email = "tim@opsmateai.com" },
File without changes
File without changes