LICENSE
README.md
pyproject.toml
src/odin_bots/__init__.py
src/odin_bots/ai.py
src/odin_bots/bip322.py
src/odin_bots/candid.py
src/odin_bots/config.py
src/odin_bots/memory.py
src/odin_bots/persona.py
src/odin_bots/py.typed
src/odin_bots/siwb.py
src/odin_bots/tokens.py
src/odin_bots/tokens.toml
src/odin_bots/transfers.py
src/odin_bots.egg-info/PKG-INFO
src/odin_bots.egg-info/SOURCES.txt
src/odin_bots.egg-info/dependency_links.txt
src/odin_bots.egg-info/entry_points.txt
src/odin_bots.egg-info/requires.txt
src/odin_bots.egg-info/top_level.txt
src/odin_bots/cli/__init__.py
src/odin_bots/cli/balance.py
src/odin_bots/cli/chat.py
src/odin_bots/cli/fund.py
src/odin_bots/cli/rest_api.py
src/odin_bots/cli/trade.py
src/odin_bots/cli/wallet.py
src/odin_bots/cli/withdraw.py
src/odin_bots/personas/__init__.py
src/odin_bots/personas/iconfucius/__init__.py
src/odin_bots/personas/iconfucius/goodbye-prompt.md
src/odin_bots/personas/iconfucius/greeting-prompt.md
src/odin_bots/personas/iconfucius/persona.toml
src/odin_bots/personas/iconfucius/system-prompt.md
src/odin_bots/skills/__init__.py
src/odin_bots/skills/definitions.py
src/odin_bots/skills/executor.py
tests/test_balance.py
tests/test_bip322_helper.py
tests/test_chat.py
tests/test_cli.py
tests/test_config.py
tests/test_config_extended.py
tests/test_fund.py
tests/test_get_public_key.py
tests/test_memory.py
tests/test_persona.py
tests/test_sign_with_fee.py
tests/test_skills_definitions.py
tests/test_skills_executor.py
tests/test_tokens.py
tests/test_trade.py
tests/test_transfers.py
tests/test_wallet.py
tests/test_withdraw.py