Skip to content

Commit 2509453

Browse files
GeneAIclaude
authored andcommitted
docs: Update Install Options with all provider extras
- Added google provider extra - Added clarifying comments (Claude, GPT-4/Ollama, Gemini) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent c0b2a4e commit 2509453

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the Empathy Framework will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
815
## [3.5.2] - 2025-12-29
916

1017
### Documentation

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,10 @@ pip install empathy-framework[full]
438438
pip install empathy-framework
439439
440440
# Specific providers
441-
pip install empathy-framework[anthropic]
442-
pip install empathy-framework[openai]
443-
pip install empathy-framework[llm] # Both
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
444445
445446
# Development
446447
git clone https://github.com/Smart-AI-Memory/empathy-framework.git

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "empathy-framework"
7-
version = "3.5.2"
7+
version = "3.5.3"
88
description = "AI collaboration framework with persistent memory, anticipatory intelligence, code inspection, and multi-agent orchestration"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)