Skip to main content
A research assistant you can come back to. It combines all of Parallel’s agent APIs (Search, Extract, Task) with Agno persistence: a SQLite-backed session, conversation history, and user memory.
research_assistant.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run the example

Save the code above as research_assistant.py, then run:
Full source: cookbook/integrations/parallel/04_research_assistant.py