CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
agent_bitcoin/__init__.py
agent_bitcoin/client.py
agent_bitcoin/constants.py
agent_bitcoin/exceptions.py
agent_bitcoin/lightning.py
agent_bitcoin/models.py
agent_bitcoin/prompts.py
agent_bitcoin/spend_ledger.py
agent_bitcoin/utils.py
agent_bitcoin.egg-info/PKG-INFO
agent_bitcoin.egg-info/SOURCES.txt
agent_bitcoin.egg-info/dependency_links.txt
agent_bitcoin.egg-info/requires.txt
agent_bitcoin.egg-info/top_level.txt
agent_bitcoin/agents/__init__.py
agent_bitcoin/agents/base.py
agent_bitcoin/agents/payment_decision.py
agent_bitcoin/l402/__init__.py
agent_bitcoin/l402/client.py
agent_bitcoin/nostr/__init__.py
agent_bitcoin/nostr/nip17.py
agent_bitcoin/nostr/nip44.py
agent_bitcoin/nostr/nip46.py
agent_bitcoin/nostr/relay.py
agent_bitcoin/nostr/swarm.py
agent_bitcoin/nwc/__init__.py
agent_bitcoin/nwc/bus.py
agent_bitcoin/nwc/client.py
agent_bitcoin/nwc/crypto.py
agent_bitcoin/nwc/errors.py
agent_bitcoin/nwc/flow.py
agent_bitcoin/nwc/policy.py
agent_bitcoin/nwc/relays.py
agent_bitcoin/nwc/service.py
agent_bitcoin/nwc/uri.py
docs/backend.md
docs/daily-ops-signet.md
docs/index.md
docs/l402-aperture.md
docs/liquidity-automation.md
docs/liquidity-topology-b.md
docs/lnd-backup-restore.md
docs/lnd-client.md
docs/loop-autoloop.md
docs/loop-multi-network.md
docs/m3-production-swarm.md
docs/mainnet-infra.md
docs/mainnet-pilot.md
docs/nip44-nwc-relays.md
docs/nostr-agent-identity.md
docs/nwc-automatic-wallets.md
docs/public-routing-loop.md
docs/security-hardening.md
docs/setup.md
docs/signet-dress-rehearsal.md
docs/signet.md
examples/agent_api_example.py
examples/basic_usage.py
examples/full_intelligent_agent_grok.py
examples/full_intelligent_agent_ollama.py
examples/grok_example.py
examples/l402_pay.py
examples/nip46_bunker_demo.py
examples/nostr_agent_poc.py
examples/nostr_common.py
examples/nostr_phase_b_payment.py
examples/nostr_phase_c_signer.py
examples/nwc_decision_pay.py
examples/nwc_dual_pay_runbook.py
examples/nwc_mainnet_smoke.py
examples/nwc_regtest_smoke.py
examples/nwc_relay_client.py
examples/nwc_relay_loopback.py
examples/nwc_relay_service.py
examples/ollama_example.py
examples/payment_decision_agent.py
examples/signet_product_path.py
examples/swarm_registry_demo.py
tests/conftest.py
tests/network_config.py
tests/test_aws_integration.py
tests/test_client.py
tests/test_fee_collection.py
tests/test_invoice_quote.py
tests/test_l402.py
tests/test_lnd_sdk_integration.py
tests/test_lnd_transport.py
tests/test_nip44.py
tests/test_nostr_m3.py
tests/test_nwc_client.py
tests/test_nwc_flow.py
tests/test_nwc_mainnet_policy.py
tests/test_nwc_policy.py
tests/test_nwc_relay_listen.py
tests/test_nwc_service.py
tests/test_nwc_uri.py
tests/test_payment_amounts.py
tests/test_payment_decision_policy.py
tests/test_policy_killswitches.py