diff --git a/cookbook/assistants/research.py b/cookbook/assistants/research.py index ea1370316..d5dea137a 100644 --- a/cookbook/assistants/research.py +++ b/cookbook/assistants/research.py @@ -2,6 +2,7 @@ The research Assistant searches for EXA for a topic and writes an article in markdown format. """ + from pathlib import Path from textwrap import dedent from datetime import datetime diff --git a/pyproject.toml b/pyproject.toml index 5799c9a2b..97c111e64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "phidata" -version = "2.4.19" +version = "2.4.20" description = "Memory, knowledge and tools for LLMs." requires-python = ">=3.7" readme = "README.md"