LICENSE
README.md
pyproject.toml
src/skcomms/__init__.py
src/skcomms/ack.py
src/skcomms/api.py
src/skcomms/capauth_validator.py
src/skcomms/cli.py
src/skcomms/cluster.py
src/skcomms/compression.py
src/skcomms/config.py
src/skcomms/core.py
src/skcomms/crypto.py
src/skcomms/did_router.py
src/skcomms/discovery.py
src/skcomms/envelope.py
src/skcomms/grants.py
src/skcomms/heartbeat.py
src/skcomms/home.py
src/skcomms/household_router.py
src/skcomms/identity.py
src/skcomms/integration.py
src/skcomms/key_exchange.py
src/skcomms/mailbox.py
src/skcomms/marketplace.py
src/skcomms/mcp_server.py
src/skcomms/metrics.py
src/skcomms/models.py
src/skcomms/outbox.py
src/skcomms/pairing.py
src/skcomms/peers.py
src/skcomms/profile_router.py
src/skcomms/pubsub.py
src/skcomms/pubsub_transport.py
src/skcomms/queue.py
src/skcomms/ratelimit.py
src/skcomms/realm.py
src/skcomms/registry.py
src/skcomms/router.py
src/skcomms/signaling.py
src/skcomms/signing.py
src/skcomms/souls_router.py
src/skcomms/tofu.py
src/skcomms/transport.py
src/skcomms.egg-info/PKG-INFO
src/skcomms.egg-info/SOURCES.txt
src/skcomms.egg-info/dependency_links.txt
src/skcomms.egg-info/entry_points.txt
src/skcomms.egg-info/requires.txt
src/skcomms.egg-info/top_level.txt
src/skcomms/adapters/__init__.py
src/skcomms/adapters/base.py
src/skcomms/adapters/discord.py
src/skcomms/adapters/factory.py
src/skcomms/adapters/fake.py
src/skcomms/adapters/matrix.py
src/skcomms/adapters/models.py
src/skcomms/adapters/registry.py
src/skcomms/adapters/slack.py
src/skcomms/adapters/telegram.py
src/skcomms/glossa/__init__.py
src/skcomms/glossa/codebook.py
src/skcomms/glossa/codec.py
src/skcomms/glossa/emergent.py
src/skcomms/glossa/gloss.py
src/skcomms/glossa/handshake.py
src/skcomms/glossa/macros.py
src/skcomms/glossa/message.py
src/skcomms/glossa/session.py
src/skcomms/transports/__init__.py
src/skcomms/transports/audio_track.py
src/skcomms/transports/broker_server.py
src/skcomms/transports/file.py
src/skcomms/transports/nostr.py
src/skcomms/transports/p2p_connector.py
src/skcomms/transports/p2p_manager.py
src/skcomms/transports/p2p_session.py
src/skcomms/transports/signaling_base.py
src/skcomms/transports/signaling_broker.py
src/skcomms/transports/signaling_mailbox.py
src/skcomms/transports/syncthing.py
src/skcomms/transports/tailscale.py
src/skcomms/transports/video_track.py
src/skcomms/transports/webrtc.py
src/skcomms/transports/webrtc_media.py
src/skcomms/transports/websocket.py
src/skcomms/transports/ble/__init__.py
src/skcomms/transports/ble/gatt.py
src/skcomms/transports/ble/identity.py
src/skcomms/transports/ble/node.py
src/skcomms/transports/ble/noise.py
src/skcomms/transports/ble/protocol.py
src/skcomms/transports/ble/radio.py
src/skcomms/transports/ble/relay.py
src/skcomms/transports/lora/__init__.py
src/skcomms/transports/lora/addressing.py
src/skcomms/transports/lora/framing.py
src/skcomms/transports/lora/interface.py
src/skcomms/transports/lora/meshtastic_iface.py
src/skcomms/transports/lora/store.py
src/skcomms/transports/lora/transport.py
tests/test_adapter_factory.py
tests/test_adapter_fake.py
tests/test_ble_fragment.py
tests/test_ble_gatt.py
tests/test_ble_identity.py
tests/test_ble_mesh.py
tests/test_ble_noise.py
tests/test_ble_pairing_bundle.py
tests/test_ble_protocol.py
tests/test_ble_radio.py
tests/test_ble_relay.py
tests/test_broker_server.py
tests/test_capauth_key_reconcile.py
tests/test_channel_adapter.py
tests/test_discord_adapter.py
tests/test_envelope_v1.py
tests/test_glossa_codebook.py
tests/test_glossa_codec_l0.py
tests/test_glossa_codec_l1.py
tests/test_glossa_codec_l2.py
tests/test_glossa_emergent.py
tests/test_glossa_emergent_negotiator.py
tests/test_glossa_emergent_protocol.py
tests/test_glossa_gloss.py
tests/test_glossa_handshake.py
tests/test_glossa_handshake_lexicon.py
tests/test_glossa_macros.py
tests/test_glossa_macros_render.py
tests/test_glossa_message.py
tests/test_glossa_session.py
tests/test_glossa_session_macros.py
tests/test_glossa_to_human.py
tests/test_grants.py
tests/test_home_scaffold.py
tests/test_identity_realm.py
tests/test_integration.py
tests/test_lora_addressing.py
tests/test_lora_framing.py
tests/test_lora_interface.py
tests/test_lora_meshtastic_iface.py
tests/test_lora_store.py
tests/test_lora_transport.py
tests/test_mailbox.py
tests/test_matrix_adapter.py
tests/test_p2p_connector.py
tests/test_p2p_manager.py
tests/test_p2p_media.py
tests/test_p2p_session.py
tests/test_pairing.py
tests/test_pairing_cli.py
tests/test_peers.py
tests/test_registry.py
tests/test_registry_cli.py
tests/test_signaling_broker.py
tests/test_signaling_mailbox.py
tests/test_signaling_select.py
tests/test_slack_adapter.py
tests/test_smoke.py
tests/test_telegram_adapter.py
tests/test_tofu.py