Add Pulsar conversation example for persistent agent memory

pull/869/head
Pavan Kumar 3 weeks ago
parent b49de90606
commit c9e1497460

@ -15,7 +15,7 @@ agent = Agent(
model_name="gpt-4o-mini", model_name="gpt-4o-mini",
long_term_memory=conversation_store, long_term_memory=conversation_store,
max_loops=1, max_loops=1,
autosave=True, autosave=False,
) )
response = agent.run("What time is check-out?") response = agent.run("What time is check-out?")

Loading…
Cancel
Save