opencct 0.1.0

Utilities for Call Center simulation and optimal staffing.
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 16.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 966.75 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jCodingStuff/opencct
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jCodingStuff

opencct

The Open Call Center Toolkit (opencct) is a Rust library for simulating call centers and optimizing staffing. It supports multiple call types, multi-skilled agents, and service level agreements (SLAs).

⚠️ Note: This library is under development. APIs may change.

Features (planned)

  • Simulate multi-call-type, multi-agent call centers
  • Optimize staffing based on SLAs and expected call volumes
  • Provide Python bindings for usage via PyPI and Conda
  • Flexible, Rust-native API for integration in other projects

Installation

Currently in development. Once ready, it will be installable via:

# Rust
cargo add opencct

# Python (future)
pip install opencct