diff --git a/examples/research_with_images/README.md b/examples/research_with_images/README.md index ccaaf8ae..1798f89d 100644 --- a/examples/research_with_images/README.md +++ b/examples/research_with_images/README.md @@ -1,4 +1,4 @@ -# Research with Messages +# Research with Images Example demonstrating the use of `task_messages` with multimodal content in OpenAI format. diff --git a/sgr_agent_core/__init__.py b/sgr_agent_core/__init__.py index fcbaf99f..bb3e36ec 100644 --- a/sgr_agent_core/__init__.py +++ b/sgr_agent_core/__init__.py @@ -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)