pms-infra-socket: pms-infra-socket

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

README.md


[Skip to Readme]

Modules

  • PMS
    • Infra
      • Socket
        • App
          • PMS.Infra.Socket.App.Control
        • DM
          • PMS.Infra.Socket.DM.Constant
          • PMS.Infra.Socket.DM.Type
        • DS
          • PMS.Infra.Socket.DS.Core
          • PMS.Infra.Socket.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, base (>=4.21.0.0 && <4.22), base16-bytestring, bytestring, conduit, data-default, directory, fast-logger, filepath, lens, monad-logger, mtl, network, pms-domain-model, process, safe-exceptions, stm, text, transformers [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-infra-socket
Bug tracker https://github.com/phoityne/pms-infra-socket/issues
Uploaded by phoityne_hs at 2025-07-06T00:22:50Z
Distributions
Downloads 2 total (2 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-07-06 [all 2 reports]

Readme for pms-infra-socket-0.0.1.0

[back to package description]

pms-infra-socket

pms-infra-socket is a library within the pty-mcp-server project.
It provides an abstraction layer for interacting with socket-based communication endpoints in a structured and asynchronous way.
This enables AI agents to send and receive byte streams, manage connection lifecycles, and log protocol-specific exchanges with fine-grained control.

The module is designed for composability and observability, supporting scenarios such as Telnet negotiation, binary protocol exchanges, and real-time I/O monitoring over TCP/IP sockets.


Package Structure

Package Structure

Module Structure

Module Structure