Catalyst Samples banner
diagrid-labs diagrid-labs

Catalyst Samples

Development community

Description

A minimalistic production ready agent with Dapr Agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Catalyst Samples

A collection of independent sample applications built with [Diagrid Catalyst](https://diagrid.io/catalyst) and [Dapr](https://dapr.io).

Dapr Agents Samples

Sample Description
tiny-durable-agent The smallest possible durable AI agent — shows how few lines of code are needed for a production-ready agent with Dapr Agents.
calculator A durable calculator quickstart inspired by the LangGraph calculator example — one app.py, REST and Pub/Sub triggers, and support for line-graph questions.
durable-agentic-patterns Four progressively autonomous patterns for building durable AI agents — from deterministic workflows to fully agent-orchestrated multi-agent systems.

Dapr Workflow Samples

Sample Description
Catalyst Aspire An Aspire starter application with a Dapr workflow and activities. There are two solutions; one is configured to use local Dapr and using the Diagrid Dev Dashboard for local workflow inspection, and another that is using Diagrid Catalyst for the workflow execution.