The catalogue/Research Assistant

Research Assistant

app.research

Demo app showcasing stdio transport, tools, and streaming

No authsamplesRead the source
Version1.0.0
Categorysamples
AuthNo auth
Tools4
Transportstdio
LicenceMIT
01

What it does

The app, in its own words.

Agent App demo with stdio transport. Demonstrates multiple tools, progress reporting, streaming, health checks, and cancellation.

researchsearchnotesstreamingsample
02

Tools

4 tools the agent can call.

Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.

  • list_notesList all saved research notes.
  • save_noteSave a note to the research database. Returns the note ID.
  • searchSearch the web for information on a topic. Returns top results with summaries.
  • summarizeSummarize a long text into key points. Returns bullet-point summary.

Reading further

The manifest and the source for Research Assistant live in the monorepo, alongside the other apps.

Read the sourceBack to the catalogue

Research Assistant · Agent Apps