Skip to main content

Base services for CrewPlus AI applications

Project description

CrewPlus

PyPI version License: MIT Python Version Build Status

CrewPlus provides the foundational services and core components for building advanced AI applications. It is the heart of the CrewPlus ecosystem, designed for scalability, extensibility, and seamless integration.

Overview

This repository, crewplus-base, contains the core crewplus Python package. It includes essential building blocks for interacting with large language models, managing vector databases, and handling application configuration. Whether you are building a simple chatbot or a complex multi-agent system, CrewPlus offers the robust foundation you need.

The CrewPlus Ecosystem

CrewPlus is designed as a modular and extensible ecosystem of packages. This allows you to adopt only the components you need for your specific use case.

  • crewplus (This package): The core package containing foundational services for chat, model load balancing, and vector stores.
  • crewplus-agent: crewplus agent core: agentic task planner and executor, with context-aware memory.
  • crewplus-ingestion: Provides robust pipelines for knowledge ingestion and data processing.
  • crewplus-memory: Provides agent memory services for Crewplus AI Agents.
  • crewplus-integrations: A collection of third-party integrations to connect CrewPlus with other services and platforms.

Features

  • Chat Services: A unified interface for interacting with various chat models (e.g., GeminiChatModel, TracedAzureChatOpenAI).
  • Model Load Balancer: Intelligently distribute requests across multiple LLM endpoints.
  • Vector DB Services: working with popular vector stores (e.g. Milvus, Zilliz Cloud) for retrieval-augmented generation (RAG) and agent memory.
  • Observability & Tracing: Automatic integration with tracing tools like Langfuse, with an extensible design for adding others (e.g., Helicone, ...).

Documentation

For detailed guides and API references, please see the docs/ folder.

Installation

To install the core crewplus package, run the following command:

pip install crewplus

Getting Started

Here is a simple example of how to use the GeminiChatModel to start a conversation with an AI model.

# main.py
from crewplus.services import GeminiChatModel

# Initialize the llm (API keys are typically handled by the configuration module)
llm = GeminiChatModel(google_api_key="your-google-api-key")

# Start a conversation
response = llm.chat("Hello, what is CrewPlus?")

print(response)

Project Structure

The crewplus-base repository is organized to separate core logic, tests, and documentation.

crewplus-base/                    # GitHub repo name
├── pyproject.toml
├── README.md
├── LICENSE
├── CHANGELOG.md
├── crewplus/                 # PyPI package name
│   └──  __init__.py
│   └──  services/
│       └──  __init__.py
│       └──  gemini_chat_model.py
│       └──  azure_chat_model.py
│       └──  model_load_balancer.py
│       └──  tracing_manager.py
│       └──  ...
│   └──  vectorstores/milvus
│       └──  __init__.py
│       └──  schema_milvus.py
│       └──  vdb_service.py
│   └──  utils/
│       └──  __init__.py
│       └──  schema_action.py
│       └──  ...
├── tests/
│   └── ...
├── docs/
│   └── ...
└── notebooks/
    └── ...

Version Update

0.2.50 Add async aget_vector_store to enable async vector search
0.2.80 Add FeedbackManager, to support langsmith style feedback with langfuse score

Deploy to PyPI

Clean Previous Build Artifacts: Remove the dist/, build/, and *.egg-info/ directories to ensure that no old files are included in the new build.

rm -rf dist build *.egg-info

install deployment tool

pip install twine

build package

python -m build

deploy to TestPyPI (Test first)

python -m twine upload --repository testpypi dist/*

install from TestPyPI

pip install -i https://test.pypi.org/simple/ crewplus

Deploy to official PyPI

python -m twine upload dist/*

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crewplus-0.2.84.tar.gz (52.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crewplus-0.2.84-py3-none-any.whl (60.8 kB view details)

Uploaded Python 3

File details

Details for the file crewplus-0.2.84.tar.gz.

File metadata

  • Download URL: crewplus-0.2.84.tar.gz
  • Upload date:
  • Size: 52.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for crewplus-0.2.84.tar.gz
Algorithm Hash digest
SHA256 58680d5888e23e131b6a4f169d0e7ce914225181ee6351a9f0bb25d6ea911cd3
MD5 6b112204fac7e4dd93b06eba4e713cf9
BLAKE2b-256 00c15a5750011a99db61735f9dc077ac9b6e5d7b8f97f2ebe7952276b5a4d038

See more details on using hashes here.

File details

Details for the file crewplus-0.2.84-py3-none-any.whl.

File metadata

  • Download URL: crewplus-0.2.84-py3-none-any.whl
  • Upload date:
  • Size: 60.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for crewplus-0.2.84-py3-none-any.whl
Algorithm Hash digest
SHA256 7d24d1e6a8deaccdbcb09b47371473c38bdc3be423ca6d5c7c3c86558f642a04
MD5 31e6169eacb07f5a29837ce9ed85de08
BLAKE2b-256 10a1d6398bb4454b289f7a34846c8688b7099ef91b033310b0e24cc9440a7dc7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page