| CARVIEW |
pms-application-service: pms-application-service
Modules
[Index] [Quick Jump]
Downloads
- pms-application-service-0.0.9.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0, 0.0.6.0, 0.0.7.0, 0.0.8.0, 0.0.9.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson, async, async-pool, base (>=4.18 && <5), data-default, directory, fast-logger, filepath, lens, monad-logger, mtl, pms-domain-model, safe-exceptions, text, yaml [details] |
| License | Apache-2.0 |
| Copyright | 2025-2026 phoityne.hs@gmail.com |
| Author | phoityne.hs@gmail.com |
| Maintainer | phoityne.hs@gmail.com |
| Uploaded | by phoityne_hs at 2025-12-31T08:59:23Z |
| Category | AI |
| Home page | https://github.com/phoityne/pms-application-service |
| Bug tracker | https://github.com/phoityne/pms-application-service/issues |
| Distributions | |
| Downloads | 102 total (28 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025-12-31 [all 1 reports] |
Readme for pms-application-service-0.0.9.0
[back to package description]pms-application-service
pty-mcp-server is a multi-threaded application designed to handle multiple domain-specific tasks concurrently.
pms-application-service is one of its internal packages, responsible for coordinating core application logic and managing concurrent execution across threads.
This package interprets user-intent commands (parsed from JSON-RPC requests) and executes them within specific domain contexts.
It bridges structured input from the UI layer with the infrastructure layer's effectful operations, ensuring that requests are processed in a deterministic and decoupled manner.
In addition to command dispatching, pms-application-service manages the lifecycle of domain-aware applications and supervises their execution threads.
It provides the orchestration required to safely run multiple applications in parallel, maintaining responsiveness and isolation across concurrent tasks.
Package Structure
Module Structure

