Skip to content

Commit 6b7e53b

Browse files
committed
Release 0.3.5
1 parent be78890 commit 6b7e53b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.3.5 (2025-04-12)
2+
3+
- Add LiteLLM support for accessing various LLM providers.
4+
- `gemini/gemini-2.0-flash` and `gemini/gemini-2.5-pro-preview-03-25` are available via LiteLLM.
5+
- Add support for image inputs in AnthropicRunner by transforming from OpenAI format to Anthropic format.
6+
- VirtualModelBase.process_continuation() now accepts **kwargs, e.g. for custom temperature.
7+
8+
19
# 0.3.4 (2025-02-26)
210

311
- Add Claude 3.7 Sonnet (`claude-3-7-sonnet-20250219`). `sonnet`, `sonnet-3.7` aliases now point to this model.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aaf"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "AAF (Agentic AI Framework)"
55
readme = "README.md"
66
homepage = "https://github.com/rivol/aaf"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)