Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/research_with_images/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Research with Messages
# Research with Images

Example demonstrating the use of `task_messages` with multimodal content in OpenAI format.

Expand Down
2 changes: 1 addition & 1 deletion sgr_agent_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

# Version info
__version__ = "0.5.1"
__version__ = "0.5.2"
__author__ = "sgr-agent-core-team"

# Base classes (from direct .py files)
Expand Down