AGENTS.md
ARCHITECTURE.md
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
GETTING_STARTED.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
WHATS_NEW.md
__init__.py
__main__.py
agent.py
audit.py
backup.py
bridge.py
capabilities.py
cli.py
cli_concurrent.py
cli_output.py
config.py
conversation.py
crypto.py
discovery.py
docker-compose.demo.yml
docker-compose.yml
federation.py
hooks.py
keychain.py
keys.py
lxmf_listener.py
mesh.py
mesh_crypto.py
mkdocs.yml
nat_relay.py
protocol.py
pyproject.toml
reticulum_transport.py
roles.py
store.py
telemetry.py
tools.py
trust.py
./__init__.py
./__main__.py
./agent.py
./audit.py
./backup.py
./bridge.py
./capabilities.py
./cli.py
./cli_concurrent.py
./cli_output.py
./config.py
./conversation.py
./crypto.py
./discovery.py
./federation.py
./hooks.py
./keychain.py
./keys.py
./lxmf_listener.py
./mesh.py
./mesh_crypto.py
./nat_relay.py
./protocol.py
./reticulum_transport.py
./roles.py
./store.py
./telemetry.py
./tools.py
./trust.py
adapters/__init__.py
adapters/autogen_adapter.py
adapters/crewai_adapter.py
adapters/langchain_adapter.py
clients/go/go.mod
clients/go/go.sum
clients/go/cmd/ironmesh-go/main.go
clients/go/ironmesh/crypto.go
clients/go/ironmesh/frame.go
clients/go/ironmesh/handshake.go
clients/ts/README.md
clients/ts/package-lock.json
clients/ts/package.json
clients/ts/tsconfig.json
clients/ts/vitest.config.ts
clients/ts-channel/README.md
clients/ts-channel/openclaw.plugin.json
clients/ts-channel/package-lock.json
clients/ts-channel/package.json
clients/ts-channel/tsconfig.json
clients/ts-channel/vitest.config.ts
clients/ts-channel/src/config-schema.ts
clients/ts-channel/src/connection.ts
clients/ts-channel/src/entry.ts
clients/ts-channel/src/index.ts
clients/ts-channel/src/peer-mapper.ts
clients/ts-channel/src/persistence.ts
clients/ts-channel/src/plugin.ts
clients/ts-channel/src/types.ts
clients/ts-channel/tests/config-schema.test.ts
clients/ts-channel/tests/plugin.test.ts
clients/ts-channel/vendor/ironmesh-client/package.json
clients/ts-channel/vendor/ironmesh-client/dist/client.d.ts
clients/ts-channel/vendor/ironmesh-client/dist/crypto.d.ts
clients/ts-channel/vendor/ironmesh-client/dist/frame.d.ts
clients/ts-channel/vendor/ironmesh-client/dist/handshake.d.ts
clients/ts-channel/vendor/ironmesh-client/dist/index.d.ts
clients/ts-channel/vendor/ironmesh-client/dist/pinstore.d.ts
clients/ts-channel/vendor/ironmesh-client/dist/types.d.ts
clients/ts/src/client.ts
clients/ts/src/crypto.ts
clients/ts/src/frame.ts
clients/ts/src/handshake.ts
clients/ts/src/index.ts
clients/ts/src/pinstore.ts
clients/ts/src/types.ts
clients/ts/tests/client.test.ts
clients/ts/tests/crypto.test.ts
clients/ts/tests/e2e.test.ts
clients/ts/tests/frame.test.ts
clients/ts/tests/pinstore.test.ts
clients/ts/tests/reconnect.test.ts
clients/ts/tests/relay.test.ts
clients/ts/tests/standalone-gaps.test.ts
docs/A2A_INTEGRATION.md
docs/ACP_INTEGRATION.md
docs/BENCHMARKS.md
docs/CAPABILITIES.md
docs/CONFIGURATION.md
docs/DASHBOARD.md
docs/GETTING_STARTED.md
docs/LORA_VALIDATION.md
docs/MESH.md
docs/METRICS_REFERENCE.md
docs/NAT_TRAVERSAL.md
docs/NAT_TRAVERSAL_DESIGN.md
docs/OBSERVABILITY.md
docs/OPENCLAW_CHANNEL_SETUP.md
docs/OPENCLAW_MCP_SETUP.md
docs/OPERATOR_RUNBOOK.md
docs/OPERATOR_TRUST_RUNBOOK.md
docs/PROTOCOL_SPEC.md
docs/QUICKSTART.md
docs/RELEASE_NOTES_v0.7.2.md
docs/RELEASE_NOTES_v0.8.0.md
docs/RELEASE_NOTES_v0.8.1.md
docs/RELEASE_NOTES_v0.8.2.md
docs/RELEASE_NOTES_v0.8.3.md
docs/RELEASE_NOTES_v0.8.4.md
docs/RELEASE_NOTES_v0.8.5.2.md
docs/RELEASE_NOTES_v0.8.5.3.md
docs/RELEASE_NOTES_v0.8.5.4.md
docs/RELEASE_NOTES_v0.8.5.5.md
docs/RELEASE_NOTES_v0.8.5.6.md
docs/RELEASE_NOTES_v0.8.5.7.md
docs/RELEASE_NOTES_v0.8.5.8.md
docs/RELEASE_NOTES_v0.8.5.md
docs/RELEASE_NOTES_v0.9.0.md
docs/RELEASE_NOTES_v0.9.2.md
docs/RELEASE_NOTES_v0.9.3.md
docs/RELEASE_NOTES_v0.9.4.md
docs/REPIN.md
docs/RETICULUM.md
docs/REVERSE_PROXY.md
docs/ROADMAP.md
docs/ROADMAP_TO_1.0.md
docs/SECURITY.md
docs/STABILITY_PROMISE.md
docs/TERMUX.md
docs/TESTING.md
docs/THREAT_MODEL.md
docs/TRUST_BINDING.md
docs/TRUST_BINDING_WIRE_v0.9.md
docs/TRUST_GATE_ARCHITECTURE.md
docs/USE_CASES.md
docs/WINDOWS_SERVICE.md
docs/index.md
docs/assets/README.md
docs/assets/dashboard.png
docs/deployments/homelab.md
docs/deployments/multi-tenant.md
docs/deployments/off-grid.md
docs/grafana/ironmesh-dashboard.json
docs/migration/v0_9_3_trust_store_encryption.md
docs/migration/v0_9_4_master_seed_format.md
docs/migration/v0_9_default_deny.md
examples/README.md
examples/ai_to_ai_dialogue.py
examples/basic_chat.py
examples/cap_binding_workflow.py
examples/capability_routing.py
examples/conv_multiturn.py
examples/file_transfer.py
examples/global_rate_cap_demo.py
examples/group_broadcast.py
examples/llm_bridge.py
examples/lxmf_gateway.py
examples/multi_agent.py
examples/ollama_swarm.py
examples/oob_fingerprint_verify.py
examples/persona_debate.py
examples/rns_capability_client.py
examples/strict_tls_demo.py
examples/openclaw/README.md
examples/openclaw/openclaw_mcp_config.json
examples/openclaw/soul_mesh_snippet.md
ironmesh.egg-info/PKG-INFO
ironmesh.egg-info/SOURCES.txt
ironmesh.egg-info/dependency_links.txt
ironmesh.egg-info/entry_points.txt
ironmesh.egg-info/requires.txt
ironmesh.egg-info/top_level.txt
ironmesh_a2a/__init__.py
ironmesh_a2a/__main__.py
ironmesh_a2a/server.py
ironmesh_acp/__init__.py
ironmesh_acp/__main__.py
ironmesh_acp/server.py
ironmesh_mcp/__init__.py
ironmesh_mcp/__main__.py
ironmesh_mcp/server.py
scripts/chaos-netem.sh
scripts/ci-pytest.sh
scripts/install-hooks.sh
scripts/install.sh
scripts/leak-scan.sh
scripts/release-qc.sh
scripts/release-smoke.sh
scripts/rns-smoke.sh
scripts/startup-capture.sh
scripts/stress_concurrent.py
scripts/stress_e2e_comprehensive.py
scripts/stress_e2e_round4.py
scripts/stress_scale_100.py
scripts/observability/grafana-dashboard.json
scripts/observability/prometheus-alerts.yml
skills/ironmesh/README.md
skills/ironmesh/ironmesh-audit/SKILL.md
skills/ironmesh/ironmesh-peers/SKILL.md
skills/ironmesh/ironmesh-send/SKILL.md
skills/ironmesh/ironmesh-status/SKILL.md
skills/ironmesh/ironmesh-trust/SKILL.md
tests/__init__.py
tests/conftest.py
tests/test_a2a.py
tests/test_acp.py
tests/test_adapters.py
tests/test_agent_sdk.py
tests/test_audit_fixes.py
tests/test_backup.py
tests/test_bridge.py
tests/test_capabilities.py
tests/test_capability_announce_signing.py
tests/test_capability_routing.py
tests/test_cli.py
tests/test_cli_concurrent.py
tests/test_cli_output.py
tests/test_concurrency_audit.py
tests/test_config.py
tests/test_conformance.py
tests/test_conformance_vectors.py
tests/test_conv_fuzz.py
tests/test_conversation.py
tests/test_crypto.py
tests/test_discovery.py
tests/test_federation.py
tests/test_frame_hardening.py
tests/test_fuzz_protocol.py
tests/test_fuzz_v0852.py
tests/test_global_msg_rate_cap.py
tests/test_gui.py
tests/test_handshake_skip.py
tests/test_hardening.py
tests/test_hooks.py
tests/test_keys.py
tests/test_lxmf_listener.py
tests/test_master_seed_format.py
tests/test_mcp.py
tests/test_mesh.py
tests/test_mesh_crypto.py
tests/test_metrics_v093.py
tests/test_nat_relay.py
tests/test_protocol.py
tests/test_reticulum_transport.py
tests/test_roles.py
tests/test_security.py
tests/test_signing_contexts.py
tests/test_store.py
tests/test_strict_tls.py
tests/test_tools.py
tests/test_trust_at_rest_encryption.py
tests/test_trust_binding.py
tests/test_trust_gate.py
tests/test_trust_verify_cli.py
tests/test_unified_transport.py
tests/test_x25519_advertisement.py
tests/conformance/README.md
tests/conformance/vectors/announce.app_data.legacy_plain_name.json
tests/conformance/vectors/announce.app_data.minimal.json
tests/conformance/vectors/announce.app_data.with_features.json
tests/conformance/vectors/group.identity_material_derivation.json
tests/conformance/vectors/group.symmetric_key_derivation.json
tests/conformance/vectors/handshake.skip_channel_binding.json
tests/harness/__init__.py
tests/harness/bench_responder.py
tests/harness/mesh_bench.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/fake_ollama.py
tests/integration/test_autogen_integration.py
tests/integration/test_crewai_integration.py
tests/integration/test_langchain_integration.py
tests/integration/test_llm_bridge_integration.py
tests/integration/test_trust_gate_e2e.py