Brandon/general cleanup (#2059)

* clean up. fix type safety. address memory config docs

* improve manager

* Include fix for o1 models not supporting system messages

* more broad with o1

* address fix: Typo in expected_output string #2045

* drop prints

* drop prints

* wip

* wip

* fix failing memory tests

* Fix memory provider issue

* clean up short term memory

* revert ltm

* drop

* clean up linting issues

* more linting
This commit is contained in:
Brandon Hancock (bhancock_ai)
2025-02-07 17:00:41 -05:00
committed by GitHub
parent 74a1de8550
commit 6f4ad532e6
5 changed files with 3 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
from typing import Any, Optional
from typing import Optional
from pydantic import PrivateAttr