.env.example
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE_NOTES.md
pyproject.toml
requirements.txt
setup.py
configs/framework_config.yaml
docs/ARCHITECTURE.md
docs/COMPARISON.md
docs/DASHBOARD_GUIDE.md
docs/DEVELOPER_GUIDE.md
docs/FAQ.md
docs/FRAMEWORK_RATING.md
docs/FRAMEWORK_REFERENCE.md
docs/GLOSSARY.md
docs/GPU_CONFIGURATION.md
docs/OLLAMA_SETUP.md
docs/OLLAMA_TROUBLESHOOTING.md
docs/PERFORMANCE_OPTIMIZATIONS.md
docs/RESEARCH_PAPER_CONTENT.md
docs/SETUP_GUIDE.md
docs/USER_GUIDE.md
docs/index.md
docs/getting-started/first-application.md
docs/guides/rest-api-integration.md
examples/demo_hybrid_orchestrator.py
examples/ecommerce_assistant/README.md
examples/ecommerce_assistant/domains/ecommerce_domains.py
examples/ecommerce_assistant/workflows/ecommerce_assistant.py
examples/hr_assistant/README.md
examples/hr_assistant/domains/hr_domains.py
examples/hr_assistant/workflows/hr_assistant.py
examples/medical_chatbot/.env.example
examples/medical_chatbot/DEPLOYMENT.md
examples/medical_chatbot/QUICKSTART.md
examples/medical_chatbot/README.md
examples/medical_chatbot/requirements.txt
examples/medical_chatbot/app/enhanced_medical_chatbot_fixed.py
examples/medical_chatbot/domains/enhanced_medical_domains.py
examples/medical_chatbot/domains/medical_domains.py
examples/medical_chatbot/knowledge_base/enhanced_medical_codes.py
examples/medical_chatbot/knowledge_base/enhanced_medical_kb.py
examples/medical_chatbot/knowledge_base/medical_codes.py
examples/medical_chatbot/knowledge_base/global/Courses_015cb98a.txt
examples/medical_chatbot/knowledge_base/global/Courses_33ce7a98.txt
examples/medical_chatbot/knowledge_base/global/Courses_6d4bbc86.txt
examples/medical_chatbot/knowledge_base/global/Courses_9b795e26.txt
examples/medical_chatbot/knowledge_base/global/Courses_bdab1b57.txt
examples/medical_chatbot/knowledge_base/global/Courses_e43ba6ea.txt
examples/medical_chatbot/knowledge_base/local/medical_coding/Courses_6532da01.txt
examples/medical_chatbot/knowledge_base/local/medical_qa/Courses_07e76077.txt
examples/medical_chatbot/workflows/autonomous_engine.py
mdsa/__init__.py
mdsa/__main__.py
mdsa/async_/__init__.py
mdsa/async_/executor.py
mdsa/async_/manager.py
mdsa/auth/__init__.py
mdsa/auth/jwt_auth.py
mdsa/cli/__init__.py
mdsa/cli/commands.py
mdsa/communication/__init__.py
mdsa/config/__init__.py
mdsa/config/mdsa_config.json
mdsa/config/platform_detector.py
mdsa/config/ports.py
mdsa/core/__init__.py
mdsa/core/app_registry.py
mdsa/core/communication_bus.py
mdsa/core/complexity_analyzer.py
mdsa/core/orchestrator.py
mdsa/core/reasoner.py
mdsa/core/router.py
mdsa/core/state_machine.py
mdsa/domains/__init__.py
mdsa/domains/config.py
mdsa/domains/executor.py
mdsa/domains/model_validator.py
mdsa/domains/prompts.py
mdsa/domains/registry.py
mdsa/domains/validator.py
mdsa/integrations/__init__.py
mdsa/integrations/adapters/__init__.py
mdsa/integrations/adapters/ollama_adapter.py
mdsa/integrations/tools/__init__.py
mdsa/memory/__init__.py
mdsa/memory/dual_rag.py
mdsa/models/__init__.py
mdsa/models/config.py
mdsa/models/loader.py
mdsa/models/manager.py
mdsa/models/registry.py
mdsa/models/loaders/__init__.py
mdsa/monitoring/__init__.py
mdsa/monitoring/logger.py
mdsa/monitoring/metrics.py
mdsa/monitoring/service.py
mdsa/rag/__init__.py
mdsa/tools/__init__.py
mdsa/tools/base.py
mdsa/tools/builtin.py
mdsa/tools/encryption.py
mdsa/tools/manager.py
mdsa/tools/registry.py
mdsa/tools/smart_executor.py
mdsa/ui/__init__.py
mdsa/ui/auth.py
mdsa/ui/enhanced_dashboard.py
mdsa/ui/dashboard/__init__.py
mdsa/ui/dashboard/app.py
mdsa/ui/dashboard/static/css/dashboard.css
mdsa/ui/dashboard/static/js/visualizations.js
mdsa/ui/dashboard/templates/admin_models.html
mdsa/ui/dashboard/templates/admin_rag.html
mdsa/ui/dashboard/templates/admin_tools.html
mdsa/ui/dashboard/templates/domains.html
mdsa/ui/dashboard/templates/login.html
mdsa/ui/dashboard/templates/models.html
mdsa/ui/dashboard/templates/monitor.html
mdsa/ui/dashboard/templates/rag.html
mdsa/ui/dashboard/templates/welcome.html
mdsa/ui/static/css/style.css
mdsa/ui/static/js/common.js
mdsa/ui/static/js/monitor.js
mdsa/ui/templates/login.html
mdsa/ui/templates/monitor.html
mdsa/ui/templates/welcome.html
mdsa/utils/__init__.py
mdsa/utils/config_loader.py
mdsa/utils/device_config.py
mdsa/utils/file_extractors.py
mdsa/utils/hardware.py
mdsa/utils/helpers.py
mdsa/utils/logger.py
mdsa/validation/__init__.py
mdsa/validation/validators/__init__.py
mdsa_framework.egg-info/PKG-INFO
mdsa_framework.egg-info/SOURCES.txt
mdsa_framework.egg-info/dependency_links.txt
mdsa_framework.egg-info/not-zip-safe
mdsa_framework.egg-info/requires.txt
mdsa_framework.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_async.py
tests/test_domains.py
tests/test_dual_rag.py
tests/test_enhanced_dashboard.py
tests/test_hybrid_orchestrator.py
tests/test_integration.py
tests/test_memory.py
tests/test_models.py
tests/test_package_structure.py
tests/test_phase2_integration.py
tests/test_phi2_validator.py
tests/integration/__init__.py
tests/performance/__init__.py
tests/performance/benchmark_accuracy.py
tests/performance/benchmark_accuracy_ecommerce.py
tests/performance/benchmark_accuracy_hr.py
tests/performance/benchmark_all.py
tests/performance/benchmark_latency.py
tests/performance/run_all_benchmarks.py
tests/unit/__init__.py
tests/unit/test_communication_bus.py
tests/unit/test_config_loader.py
tests/unit/test_hardware.py
tests/unit/test_orchestrator.py
tests/unit/test_router.py
tests/unit/test_state_machine.py