LICENSE
README.md
pyproject.toml
baios/__init__.py
baios/api_explorer.py
baios/approval.py
baios/audit.py
baios/config.py
baios/context.py
baios/dashboard.py
baios/intent.py
baios/llm.py
baios/main.py
baios/mcp_client.py
baios/mcp_server.py
baios/navigator.py
baios/notify.py
baios/profile.py
baios/service.py
baios/store.py
baios/telegram_bot.py
baios/ui.py
baios/vault.py
baios/voice.py
baios/wallet.py
baios/whatsapp_bot.py
baios.egg-info/PKG-INFO
baios.egg-info/SOURCES.txt
baios.egg-info/dependency_links.txt
baios.egg-info/entry_points.txt
baios.egg-info/requires.txt
baios.egg-info/top_level.txt
baios/arm/__init__.py
baios/arm/handlers.py
baios/arm/registry.py
baios/automation/__init__.py
baios/automation/engine.py
baios/automation/ifttt.py
baios/commands/__init__.py
baios/commands/messaging.py
baios/commands/security.py
baios/daemon/__init__.py
baios/daemon/scheduler.py
baios/project/__init__.py
baios/project/manager.py
baios/skills/__init__.py
baios/skills/engine.py
baios/skills/flow.py
baios/web/__init__.py
baios/web/app.py
baios/web/routers/__init__.py
baios/web/routers/arm.py
baios/web/routers/automation.py
baios/web/routers/chat.py
baios/web/routers/project.py
tests/test_advanced_automation.py
tests/test_api_explorer.py
tests/test_arm_handlers.py
tests/test_audit_compliance.py
tests/test_cli_full.py
tests/test_commands.py
tests/test_context.py
tests/test_cycle7.py
tests/test_dashboard.py
tests/test_e2e.py
tests/test_flow.py
tests/test_intent.py
tests/test_llm.py
tests/test_mcp.py
tests/test_navigator.py
tests/test_negative.py
tests/test_oto_skill_flow.py
tests/test_report.py
tests/test_service.py
tests/test_skills.py
tests/test_skills_full.py
tests/test_store.py
tests/test_telegram_bot.py
tests/test_tutorial_e2e.py
tests/test_ui.py
tests/test_user_scenarios.py
tests/test_vault.py
tests/test_voice.py
tests/test_wallet.py
tests/test_web.py
tests/test_web_reader.py
tests/test_whatsapp_bot.py