pms-application-service: pms-application-service

[ ai, apache, library ] [ Propose Tags ] [ Report a vulnerability ]

README.md


[Skip to Readme]

Modules

  • PMS
    • Application
      • Service
        • App
          • PMS.Application.Service.App.Control
        • DM
          • PMS.Application.Service.DM.Constant
          • PMS.Application.Service.DM.Type
        • DS
          • PMS.Application.Service.DS.Core
          • PMS.Application.Service.DS.Utility

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0
Change log CHANGELOG.md
Dependencies aeson, async, async-pool, base (>=4.21.0.0 && <4.22), data-default, fast-logger, 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
Category AI
Home page https://github.com/phoityne/pms-application-service
Bug tracker https://github.com/phoityne/pms-application-service/issues
Uploaded by phoityne_hs at 2025-06-06T03:04:34Z
Distributions
Downloads 3 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-06-06 [all 2 reports]

Readme for pms-application-service-0.0.1.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

Package Structure

Module Structure

Module Structure