diff --git a/python/samples/01-get-started/04_memory.py b/python/samples/01-get-started/04_memory.py index d35ef21581..03ef75257c 100644 --- a/python/samples/01-get-started/04_memory.py +++ b/python/samples/01-get-started/04_memory.py @@ -78,6 +78,7 @@ async def main() -> None: ) # + # session = agent.create_session() # The provider doesn't know the user yet — it will ask for a name @@ -93,6 +94,7 @@ async def main() -> None: print(f"Agent: {result}\n") print(f"[Memory] Stored user name: {memory.user_name}") + # if __name__ == "__main__":