The catalogue/Hello

Hello

app.hello

Minimal sample app demonstrating tools, health, and streaming

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

What it does

The app, in its own words.

Minimal example app with greet and countdown tools. Demonstrates tools, health checks, progress reporting, and cancellation.

hellogreetingsamplecountdown
02

Tools

2 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.

  • countdownCount down from a number, reporting progress. Use to demonstrate streaming progress and cancellation.
  • greetGreet a person by name. Returns a personalized greeting message.

Reading further

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

Read the sourceBack to the catalogue

Hello · Agent Apps