.env.example
LICENSE
MANIFEST.in
README.md
main.py
requirements.txt
setup.py
agents/__init__.py
agents/context_manager.py
agents/core.py
agents/model_selector.py
agents/prompt_enhancer.py
agents/vivrecard.py
agents/watcher.py
agents/__pycache__/__init__.cpython-313.pyc
agents/__pycache__/context_manager.cpython-313.pyc
agents/__pycache__/core.cpython-313.pyc
agents/__pycache__/model_selector.cpython-313.pyc
agents/__pycache__/prompt_enhancer.cpython-313.pyc
agents/__pycache__/vivrecard.cpython-313.pyc
agents/__pycache__/watcher.cpython-313.pyc
bonza_mragent/__init__.py
bonza_mragent/__main__.py
bonza_mragent.egg-info/PKG-INFO
bonza_mragent.egg-info/SOURCES.txt
bonza_mragent.egg-info/dependency_links.txt
bonza_mragent.egg-info/entry_points.txt
bonza_mragent.egg-info/requires.txt
bonza_mragent.egg-info/top_level.txt
config/__init__.py
config/settings.py
config/__pycache__/__init__.cpython-313.pyc
config/__pycache__/settings.cpython-313.pyc
core/__init__.py
core/poneglyph.py
core/__pycache__/__init__.cpython-313.pyc
core/__pycache__/poneglyph.cpython-313.pyc
memory/__init__.py
memory/chat_store.py
memory/config_backup.py
providers/__init__.py
providers/base.py
providers/brave_search.py
providers/google_image.py
providers/google_search.py
providers/langsearch.py
providers/nvidia_image.py
providers/nvidia_llm.py
providers/nvidia_stt.py
providers/nvidia_tts.py
providers/tts.py
providers/__pycache__/__init__.cpython-313.pyc
providers/__pycache__/base.cpython-313.pyc
providers/__pycache__/brave_search.cpython-313.pyc
providers/__pycache__/google_image.cpython-313.pyc
providers/__pycache__/google_search.cpython-313.pyc
providers/__pycache__/langsearch.cpython-313.pyc
providers/__pycache__/nvidia_image.cpython-313.pyc
providers/__pycache__/nvidia_llm.cpython-313.pyc
providers/__pycache__/nvidia_stt.cpython-313.pyc
providers/__pycache__/tts.cpython-313.pyc
skills/__init__.py
skills/agentmail.py
skills/base.py
skills/telegram.py
skills/__pycache__/__init__.cpython-313.pyc
skills/__pycache__/agentmail.cpython-313.pyc
skills/__pycache__/base.cpython-313.pyc
skills/__pycache__/telegram.cpython-313.pyc
tools/__init__.py
tools/base.py
tools/browser.py
tools/code_runner.py
tools/file_manager.py
tools/image_gen.py
tools/pdf_reader.py
tools/screen.py
tools/terminal.py
tools/__pycache__/__init__.cpython-313.pyc
tools/__pycache__/base.cpython-313.pyc
tools/__pycache__/browser.cpython-313.pyc
tools/__pycache__/code_runner.cpython-313.pyc
tools/__pycache__/file_manager.cpython-313.pyc
tools/__pycache__/image_gen.cpython-313.pyc
tools/__pycache__/pdf_reader.cpython-313.pyc
tools/__pycache__/screen.cpython-313.pyc
tools/__pycache__/terminal.cpython-313.pyc
ui/__init__.py
ui/cli.py
ui/telegram_bot.py
ui/web.py
ui/__pycache__/__init__.cpython-313.pyc
ui/__pycache__/cli.cpython-313.pyc
ui/__pycache__/telegram_bot.cpython-313.pyc
ui/__pycache__/web.cpython-313.pyc
utils/__init__.py
utils/cleanup.py
utils/config_manager.py
utils/helpers.py
utils/logger.py
utils/sanitizer.py
utils/__pycache__/__init__.cpython-313.pyc
utils/__pycache__/cleanup.cpython-313.pyc
utils/__pycache__/config_manager.cpython-313.pyc
utils/__pycache__/helpers.cpython-313.pyc
utils/__pycache__/logger.cpython-313.pyc
utils/__pycache__/sanitizer.cpython-313.pyc
voice/__init__.py