LICENSE
README.md
pyproject.toml
moxie/__init__.py
moxie/__main__.py
moxie/actions.py
moxie/agent.py
moxie/brain.py
moxie/cli.py
moxie/config.py
moxie/connectors.py
moxie/dashboard.py
moxie/detect.py
moxie/models.py
moxie/providers.py
moxie/receipts.py
moxie/sampledata.py
moxie/secure.py
moxie/serve.py
moxie/skills.py
moxie/snapshot.py
moxie/statements.py
moxie/storage.py
moxie/telegram.py
moxie/seed_skills/README.md
moxie/seed_skills/cancel-amazon-prime/SKILL.md
moxie/seed_skills/cancel-disney-plus/SKILL.md
moxie/seed_skills/cancel-examplegym/SKILL.md
moxie/seed_skills/cancel-netflix/SKILL.md
moxie/seed_skills/cancel-puregym/SKILL.md
moxie/seed_skills/cancel-spotify/SKILL.md
moxie/seed_skills/dispute-natwest/SKILL.md
moxie/vault/__init__.py
moxie/vault/approval.py
moxie/vault/audit.py
moxie/vault/policy.py
moxie_agent.egg-info/PKG-INFO
moxie_agent.egg-info/SOURCES.txt
moxie_agent.egg-info/dependency_links.txt
moxie_agent.egg-info/entry_points.txt
moxie_agent.egg-info/requires.txt
moxie_agent.egg-info/top_level.txt
tests/test_actions.py
tests/test_brain.py
tests/test_cli_smoke.py
tests/test_dashboard.py
tests/test_detect.py
tests/test_detect_more.py
tests/test_import.py
tests/test_memory.py
tests/test_providers.py
tests/test_rate_limit.py
tests/test_receipts.py
tests/test_secure.py
tests/test_serve.py
tests/test_skills_wiring.py
tests/test_snapshot.py
tests/test_statements.py
tests/test_telegram.py
tests/test_vault.py