empathy-framework 3.5.1__py3-none-any.whl → 3.5.3__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: empathy-framework
3
- Version: 3.5.1
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>
@@ -318,7 +318,7 @@ pip install empathy-framework[full]
318
318
 
319
319
  ### Previous (v3.0.x)
320
320
 
321
- - **Multi-Model Provider System** — Anthropic, OpenAI, Ollama, or Hybrid mode
321
+ - **Multi-Model Provider System** — Anthropic, OpenAI, Google Gemini, Ollama, or Hybrid mode
322
322
  - **80-96% Cost Savings** — Smart tier routing: cheap models detect, best models decide
323
323
  - **VSCode Dashboard** — 10 integrated workflows with input history persistence
324
324
 
@@ -367,7 +367,7 @@ print(result.prevention_steps) # How to prevent it
367
367
  |---------|---------|-----------|----------------|
368
368
  | **Predicts future issues** | 30-90 days ahead | No | No |
369
369
  | **Persistent memory** | Redis + patterns | No | No |
370
- | **Multi-provider support** | Claude, GPT-4, Ollama | N/A | GPT only |
370
+ | **Multi-provider support** | Claude, GPT-4, Gemini, Ollama | N/A | GPT only |
371
371
  | **Cost optimization** | 80-96% savings | N/A | No |
372
372
  | **Your data stays local** | Yes | Cloud | Cloud |
373
373
  | **Free for small teams** | ≤5 employees | No | No |
@@ -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[llm] # Both
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
@@ -761,6 +762,7 @@ cd empathy-framework && pip install -e .[dev]
761
762
  # Required: At least one provider
762
763
  export ANTHROPIC_API_KEY="sk-ant-..." # For Claude models # pragma: allowlist secret
763
764
  export OPENAI_API_KEY="sk-..." # For GPT models # pragma: allowlist secret
765
+ export GOOGLE_API_KEY="..." # For Gemini models # pragma: allowlist secret
764
766
 
765
767
  # Optional: Redis for memory
766
768
  export REDIS_URL="redis://localhost:6379"
@@ -32,7 +32,7 @@ coach_wizards/refactoring_wizard.py,sha256=1AuRyX45KI63n_-fvvbRXamqvPbrB-O1B7TPP
32
32
  coach_wizards/scaling_wizard.py,sha256=yLULCkflLoBKS4hOSBPQuKKGBGHgKExnuEp5WLTIY-8,2596
33
33
  coach_wizards/security_wizard.py,sha256=tr1iq0egAMLCM-wOFhTDN5dHQRFuhSshXSkv17Jm7eM,2603
34
34
  coach_wizards/testing_wizard.py,sha256=M2RtaTa1WHsk42svJAEZpLySU3PXJJZn2jigouMJrG0,2561
35
- empathy_framework-3.5.1.dist-info/licenses/LICENSE,sha256=IJ9eeI5KSrD5P7alsn7sI_6_1bDihxBA5S4Sen4jf2k,4937
35
+ empathy_framework-3.5.3.dist-info/licenses/LICENSE,sha256=IJ9eeI5KSrD5P7alsn7sI_6_1bDihxBA5S4Sen4jf2k,4937
36
36
  empathy_healthcare_plugin/__init__.py,sha256=FvVcD7WQTlmCCLgSPfM-FPT2l-ma1oAACBZWhtYFAUA,296
37
37
  empathy_healthcare_plugin/protocols/cardiac.json,sha256=uShOvI2RQJYLZacLT2R_aHfsjvJdyCu_gYfpMfK3N74,2088
38
38
  empathy_healthcare_plugin/protocols/post_operative.json,sha256=nqh3ydPY8FNSLv-Q3QmH8Dsyc1c4LvQxUSP84B8W6xk,2021
@@ -96,8 +96,8 @@ wizards/sbar_wizard.py,sha256=CJ63JAXwcfBf6C3aYyxY2LODbARP9GPl0ZGJWLbx88E,21790
96
96
  wizards/shift_handoff_wizard.py,sha256=SkoNB0nLQGg92yz4j1j3NBR2mGVe_rw1pTjOFDy-JH0,19092
97
97
  wizards/soap_note_wizard.py,sha256=DBzuuuOvIONhwdfn8jaE4PCuGeKsFwM65XTb6gKFIy4,23572
98
98
  wizards/treatment_plan.py,sha256=t2Qk5eCa1gobEUaBztnwem_p9OuJK5BKqJ-Po8vXuns,512
99
- empathy_framework-3.5.1.dist-info/METADATA,sha256=nc6uzd6aqgwqNdSENcd5EFZf_IG_WCWUtk5J48DzF1E,29543
100
- empathy_framework-3.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
101
- empathy_framework-3.5.1.dist-info/entry_points.txt,sha256=zMu7sKCiLndbEEXjTecltS-1P_JZoEUKrifuRBBbroc,1268
102
- empathy_framework-3.5.1.dist-info/top_level.txt,sha256=8zHB-_f0MI2K55LIEjCeaFNcog3_KgLBa_dDfzE8ESI,110
103
- empathy_framework-3.5.1.dist-info/RECORD,,
99
+ empathy_framework-3.5.3.dist-info/METADATA,sha256=uPh-xQ7AhdkP5Qt6NPFuqEF8DXsqXYGU9828SOWfQ8E,29770
100
+ empathy_framework-3.5.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
101
+ empathy_framework-3.5.3.dist-info/entry_points.txt,sha256=zMu7sKCiLndbEEXjTecltS-1P_JZoEUKrifuRBBbroc,1268
102
+ empathy_framework-3.5.3.dist-info/top_level.txt,sha256=8zHB-_f0MI2K55LIEjCeaFNcog3_KgLBa_dDfzE8ESI,110
103
+ empathy_framework-3.5.3.dist-info/RECORD,,