empathy-framework 3.5.2__tar.gz → 3.5.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/CHANGELOG.md +7 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/PKG-INFO +5 -4
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/README.md +4 -3
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_framework.egg-info/PKG-INFO +5 -4
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/pyproject.toml +1 -1
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/.bandit +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/CODE_OF_CONDUCT.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/CONTRIBUTING.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/LICENSE +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/MANIFEST.in +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/QUICKSTART.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/SECURITY.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_B112.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_F541.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_FORMAT.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_bug_20250822_def456.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_bug_20250915_abc123.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_bug_20251212_3c5b9951.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_bug_20251212_97c0f72f.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_bug_20251212_a0871d53.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_bug_20251212_a9b6ec41.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_bug_null_001.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/code_inspection/patterns/inspection/recurring_builtin.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/compliance_anticipation_agent.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/epic_integration_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/agents/trust_building_behaviors.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/accessibility_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/api_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/base_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/cicd_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/compliance_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/database_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/debugging_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/documentation_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/generate_wizards.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/localization_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/migration_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/monitoring_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/observability_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/performance_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/prompt_engineering_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/refactoring_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/scaling_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/security_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/testing_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/ai-wizards.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/config.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/core.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/empathy-os.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/index.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/llm-toolkit.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/multi-agent.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/pattern-library.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/persistence.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/software-wizards.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/api-reference/wizards.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/examples/adaptive-learning-system.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/examples/multi-agent-team-coordination.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/examples/sbar-clinical-handoff.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/examples/simple-chatbot.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/examples/webhook-event-integration.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/getting-started/redis-setup.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/DISTRIBUTION_POLICY.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/MCP_PUBLISH_INSTRUCTIONS.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/MKDOCS_TUTORIAL.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/PUBLISHING.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/claude-memory-integration.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/foreword.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/healthcare-wizards.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/how-to-read-this-book.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/multi-model-workflows.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/pattern-catalog.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/preface.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/software-development-wizards.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/trust-circuit-breaker.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/index.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy.config.example.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy.config.example.yml +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_framework.egg-info/SOURCES.txt +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_framework.egg-info/dependency_links.txt +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_framework.egg-info/entry_points.txt +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_framework.egg-info/requires.txt +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_framework.egg-info/top_level.txt +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_healthcare_plugin/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_healthcare_plugin/protocols/cardiac.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_healthcare_plugin/protocols/post_operative.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_healthcare_plugin/protocols/respiratory.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_healthcare_plugin/protocols/sepsis.json +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/claude_memory.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/code_health.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/contextual_patterns.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/core.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/git_pattern_extractor.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/levels.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/pattern_confidence.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/pattern_resolver.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/pattern_summary.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/providers.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/session_status.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/state.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_software_plugin/SOFTWARE_PLUGIN_README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_software_plugin/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_software_plugin/cli.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_software_plugin/plugin.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/WIZARDS_MASTER_GUIDE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/WIZARD_DASHBOARD_IMPLEMENTATION.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/WIZARD_DASHBOARD_STATE_MANAGEMENT.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/WIZARD_DASHBOARD_WIREFRAMES.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/ai_wizards/all_ai_wizards_demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/ai_wizards/tests/test_ai_wizards.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/ai_wizards/tests/test_performance_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/ai_wizards/tests/test_security_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/claude_memory/README-SECURITY.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/claude_memory/enterprise-CLAUDE-secure.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/claude_memory/example-with-imports.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/claude_memory/project-CLAUDE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/claude_memory/user-CLAUDE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/ALL_DOCUMENTATION_COMPLETE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/ALPHA_TESTER_RECRUITMENT.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/CHANGELOG.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/COMPLETE_IMPLEMENTATION_REPORT.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/CONTRIBUTING.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/DISCORD_SETUP_GUIDE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/DOCUMENTATION_COMPLETE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/FINAL_DELIVERABLES_SUMMARY.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/IDE_INTEGRATION_PLAN.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/IDE_INTEGRATION_SETUP_COMPLETE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/IMPLEMENTATION_COMPLETE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/JETBRAINS_PLUGIN_COMPLETE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/MARKETPLACE_READINESS.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/PHASE_1_COMPLETE_AND_NEXT_STEPS.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/PRIVACY.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/TODO.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/VSCODE_EXTENSION_COMPLETE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/WIZARD_IMPLEMENTATION_COMPLETE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/coach-lsp-server/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/coach-lsp-server/server.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/coach.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/demo_all_wizards.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/docs/API.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/docs/CUSTOM_WIZARDS.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/docs/FAQ.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/docs/INSTALLATION.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/docs/TROUBLESHOOTING.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/docs/USER_MANUAL.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/docs/WIZARDS.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/health_check.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/jetbrains-plugin/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/jetbrains-plugin-complete/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/cache.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/context_collector.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/error_handler.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/logging_config.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/protocol/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/protocol/messages.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/server.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/tests/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/tests/test_e2e.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/lsp/tests/test_server.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/setup/DISCORD_SETUP_INSTRUCTIONS.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/setup/GITHUB_SETUP_GUIDE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/setup/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/setup/SETUP_COMPLETE.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/shared_learning.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/tests/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/tests/test_all_wizards.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/tests/test_coach_wizards.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/tests/test_new_wizards.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/vscode-extension/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/vscode-extension-complete/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/accessibility_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/api_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/base_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/compliance_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/database_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/debugging_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/design_review_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/devops_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/documentation_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/localization_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/monitoring_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/onboarding_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/performance_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/refactoring_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/retrospective_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/security_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/testing_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/debugging_demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/domain_wizards/all_domain_wizards_demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/domain_wizards/healthcare_example.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/domain_wizards/tests/test_healthcare_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/level_5_transformative/BLOG_POST.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/level_5_transformative/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/level_5_transformative/data/deployment_pipeline.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/level_5_transformative/data/healthcare_handoff_code.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/level_5_transformative/run_full_demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/llm_toolkit_demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/multi_llm_usage.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/performance_demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/quickstart/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/quickstart/minimal_example.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/quickstart.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/redis_exploration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/security_demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/security_integration_example.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/simple_usage.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/smart_team_quickstart.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/software_plugin_complete_demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/streamlit_debug_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/test_debugging_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/test_short_term_memory_full.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/testing_demo.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/wizard-dashboard/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/wizard-dashboard/SETUP.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/workflows/README.md +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/workflows/code_review_example.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/workflows/doc_gen_example.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/workflows/multi_model_example.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/workflows/research_example.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/requirements.txt +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/setup.cfg +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/cli.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/cli_unified.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/config.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/coordination.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/core.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/cost_tracker.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/discovery.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/emergence.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/exceptions.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/feedback_loops.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/levels.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/leverage_points.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/logging_config.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/monitoring.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/pattern_library.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/persistence.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/platform_utils.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/redis_config.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/redis_memory.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/templates.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/trust_building.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/src/empathy_os/workflow_commands.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_advanced_debugging.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_agent_factory.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_agent_factory_memory.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_agent_factory_resilience.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_all_wizards.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_audit_logger.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_audit_logger_extended.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_base_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_book_chapter_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_book_production_agents.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_bug_predict_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_claude_memory.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_claude_memory_extended.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_cli.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_clinical_protocol_monitor.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_code_health.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_code_review_crew_integration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_code_review_pipeline.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_code_review_pipeline_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_code_review_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_config.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_control_panel.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_control_panel_security.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_coordination.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_core.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_core_reliability.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_cost_tracker.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_coverage_analyzer.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_crewai_adapter.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_dependency_check_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_discovery.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_document_gen_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_emergence.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_empathy_llm_core.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_empathy_llm_security.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_empathy_os.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_empathy_os_cli_extended.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_enhanced_testing.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_exceptions.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_executor_integration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_fallback.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_feedback_loops.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_health_check_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_intelligence_integration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_levels.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_leverage_points.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_llm_integration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_llm_toolkit_levels.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_logging_config.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_memory_graph.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_model_registry.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_model_router.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_monitoring.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_pattern_library.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_perf_audit_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_persistence.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_pii_scrubber.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_pii_scrubber_extended.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_platform_compat_ci.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_platform_utils.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_plugin_base.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_plugin_registry.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_pr_review_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_production_smoke.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_progress.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_prompt_engineering_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_protocol_checker.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_protocol_loader.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_providers.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_quality_analyzer.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_redis_bootstrap.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_redis_integration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_redis_memory.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_refactor_golden.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_refactor_plan_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_refactoring_crew.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_resilience.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_secrets_detector.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_secure_memdocs.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_secure_memdocs_extended.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_secure_release_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_security_audit_crew.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_security_audit_workflow.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_security_crew_integration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_security_integration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_security_negative_cases.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_security_scan.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_sensor_parsers.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_session_status.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_smart_router.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_software_cli.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_software_integration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_software_plugin.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_software_plugin_cli.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_state.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_step_config.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_summary_index.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_telemetry.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_templates.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_test_suggester.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_token_estimator.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_trajectory_analyzer.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_trust_building.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_trust_circuit_breaker.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_unified_memory.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_validation.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_wizard_api.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_wizard_outputs.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_wizard_site_comprehensive.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_workflow_base.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_workflow_commands.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_workflow_wizard_integration.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/tests/test_xml_prompts.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/__init__.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/admission_assessment_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/care_plan.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/clinical_assessment.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/discharge_planning.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/discharge_summary_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/dosage_calculation.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/incident_report_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/medication_reconciliation.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/nursing_assessment.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/patient_education.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/quality_improvement.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/sbar_report.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/sbar_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/shift_handoff_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/soap_note_wizard.py +0 -0
- {empathy_framework-3.5.2 → empathy_framework-3.5.3}/wizards/treatment_plan.py +0 -0
|
@@ -5,6 +5,13 @@ All notable changes to the Empathy Framework will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.5.3] - 2025-12-29
|
|
9
|
+
|
|
10
|
+
### Documentation
|
|
11
|
+
|
|
12
|
+
- Updated Install Options with all provider extras (anthropic, openai, google)
|
|
13
|
+
- Added clarifying comments for each provider install option
|
|
14
|
+
|
|
8
15
|
## [3.5.2] - 2025-12-29
|
|
9
16
|
|
|
10
17
|
### Documentation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: empathy-framework
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.3
|
|
4
4
|
Summary: AI collaboration framework with persistent memory, anticipatory intelligence, code inspection, and multi-agent orchestration
|
|
5
5
|
Author-email: Patrick Roebuck <patrick.roebuck@smartAImemory.com>
|
|
6
6
|
Maintainer-email: Smart-AI-Memory <patrick.roebuck@smartAImemory.com>
|
|
@@ -711,9 +711,10 @@ pip install empathy-framework[full]
|
|
|
711
711
|
pip install empathy-framework
|
|
712
712
|
|
|
713
713
|
# Specific providers
|
|
714
|
-
pip install empathy-framework[anthropic]
|
|
715
|
-
pip install empathy-framework[openai]
|
|
716
|
-
pip install empathy-framework[
|
|
714
|
+
pip install empathy-framework[anthropic] # Claude
|
|
715
|
+
pip install empathy-framework[openai] # GPT-4, Ollama (OpenAI-compatible)
|
|
716
|
+
pip install empathy-framework[google] # Gemini
|
|
717
|
+
pip install empathy-framework[llm] # All providers
|
|
717
718
|
|
|
718
719
|
# Development
|
|
719
720
|
git clone https://github.com/Smart-AI-Memory/empathy-framework.git
|
|
@@ -438,9 +438,10 @@ pip install empathy-framework[full]
|
|
|
438
438
|
pip install empathy-framework
|
|
439
439
|
|
|
440
440
|
# Specific providers
|
|
441
|
-
pip install empathy-framework[anthropic]
|
|
442
|
-
pip install empathy-framework[openai]
|
|
443
|
-
pip install empathy-framework[
|
|
441
|
+
pip install empathy-framework[anthropic] # Claude
|
|
442
|
+
pip install empathy-framework[openai] # GPT-4, Ollama (OpenAI-compatible)
|
|
443
|
+
pip install empathy-framework[google] # Gemini
|
|
444
|
+
pip install empathy-framework[llm] # All providers
|
|
444
445
|
|
|
445
446
|
# Development
|
|
446
447
|
git clone https://github.com/Smart-AI-Memory/empathy-framework.git
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: empathy-framework
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.3
|
|
4
4
|
Summary: AI collaboration framework with persistent memory, anticipatory intelligence, code inspection, and multi-agent orchestration
|
|
5
5
|
Author-email: Patrick Roebuck <patrick.roebuck@smartAImemory.com>
|
|
6
6
|
Maintainer-email: Smart-AI-Memory <patrick.roebuck@smartAImemory.com>
|
|
@@ -711,9 +711,10 @@ pip install empathy-framework[full]
|
|
|
711
711
|
pip install empathy-framework
|
|
712
712
|
|
|
713
713
|
# Specific providers
|
|
714
|
-
pip install empathy-framework[anthropic]
|
|
715
|
-
pip install empathy-framework[openai]
|
|
716
|
-
pip install empathy-framework[
|
|
714
|
+
pip install empathy-framework[anthropic] # Claude
|
|
715
|
+
pip install empathy-framework[openai] # GPT-4, Ollama (OpenAI-compatible)
|
|
716
|
+
pip install empathy-framework[google] # Gemini
|
|
717
|
+
pip install empathy-framework[llm] # All providers
|
|
717
718
|
|
|
718
719
|
# Development
|
|
719
720
|
git clone https://github.com/Smart-AI-Memory/empathy-framework.git
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "empathy-framework"
|
|
7
|
-
version = "3.5.
|
|
7
|
+
version = "3.5.3"
|
|
8
8
|
description = "AI collaboration framework with persistent memory, anticipatory intelligence, code inspection, and multi-agent orchestration"
|
|
9
9
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
10
10
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/coach_wizards/prompt_engineering_wizard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/examples/adaptive-learning-system.md
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/examples/multi-agent-team-coordination.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/examples/webhook-event-integration.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/claude-memory-integration.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/docs/guides/software-development-wizards.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_framework.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_framework.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_framework.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_healthcare_plugin/protocols/cardiac.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_healthcare_plugin/protocols/sepsis.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/contextual_patterns.py
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/git_pattern_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/empathy_llm_toolkit/pattern_confidence.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/WIZARD_DASHBOARD_IMPLEMENTATION.md
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/WIZARD_DASHBOARD_STATE_MANAGEMENT.md
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/ai_wizards/all_ai_wizards_demo.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/ai_wizards/tests/test_ai_wizards.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/claude_memory/README-SECURITY.md
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/claude_memory/example-with-imports.md
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/claude_memory/project-CLAUDE.md
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/ALL_DOCUMENTATION_COMPLETE.md
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/ALPHA_TESTER_RECRUITMENT.md
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/COMPLETE_IMPLEMENTATION_REPORT.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/DOCUMENTATION_COMPLETE.md
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/FINAL_DELIVERABLES_SUMMARY.md
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/IDE_INTEGRATION_SETUP_COMPLETE.md
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/IMPLEMENTATION_COMPLETE.md
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/JETBRAINS_PLUGIN_COMPLETE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/VSCODE_EXTENSION_COMPLETE.md
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/WIZARD_IMPLEMENTATION_COMPLETE.md
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/coach-lsp-server/README.md
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/coach-lsp-server/server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/jetbrains-plugin/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/setup/GITHUB_SETUP_GUIDE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/tests/test_all_wizards.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/tests/test_coach_wizards.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/tests/test_new_wizards.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/vscode-extension/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/accessibility_wizard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/compliance_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/database_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/debugging_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/design_review_wizard.py
RENAMED
|
File without changes
|
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/documentation_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/localization_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/monitoring_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/onboarding_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/performance_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/refactoring_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/retrospective_wizard.py
RENAMED
|
File without changes
|
{empathy_framework-3.5.2 → empathy_framework-3.5.3}/examples/coach/wizards/security_wizard.py
RENAMED
|
File without changes
|