Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 847 Bytes

File metadata and controls

25 lines (19 loc) · 847 Bytes

src/

Scope: src/ — inherits root AGENTS.md.

Contains the single installable package: bridge.

Structure

src/bridge/          # The bridge package (entry point: __main__.py)
├── __main__.py      # Entry point + signal handling
├── config.py        # YAML config + env overlay
├── events.py        # Event dataclasses + factory functions
├── identity.py      # Portal API client + TTL cache
├── gateway/         # Bus, Relay, Router
├── formatting/      # Discord↔IRC format converters
└── adapters/        # Discord, IRC, XMPP protocol adapters

Related