lindy-reference-architecture

Featured

Reference architectures for Lindy AI agent integrations. Use when designing systems, planning multi-agent architectures, or implementing production integration patterns. Trigger with phrases like "lindy architecture", "lindy design", "lindy system design", "lindy patterns", "lindy multi-agent".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Lindy Reference Architecture ## Overview Production-ready architecture patterns for integrating Lindy AI agents into applications. Covers webhook integration, multi-agent societies, event-driven pipelines, and high-availability patterns. ## Prerequisites - Understanding of Lindy agent model (triggers, actions, skills) - Familiarity with webhook-based architectures - Production requirements defined (throughput, latency, reliability) ## Architecture 1: Simple Webhook Integration Single agent triggered by your application, results sent via callback. ``` ┌─────────────┐ POST (webhook) ┌──────────────┐ │ Your App │ ─────────────────────────→ │ Lindy Agent │ │ │ │ │ │ /callback │ ←───────────────────────── │ HTTP Request │ │ │ POST (callback) │ Action │ └─────────────┘ └──────────────┘ ``` **Implementation**: - Your app sends webhook with `callbackUrl` field - Lindy agent processes and responds via Send POST Request to Callback - Your app receives results asynchronously **Best for**: Simple automations (email triage, lead scoring, content generation) ## Architecture 2: Event-Driven Pipeline Multiple event sources feed agents through a central webhook router. ``` ┌──────────┐ │ Stripe │──webhook──┐ └──────────┘ │ ▼ ┌──────────┐ ┌───────────┐ ┌──────────────┐ │ Shopify │──→ │ Router │──→ │ Lindy A...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

lindy-webhooks-events

Configure Lindy AI webhook triggers, callback patterns, and event handling. Use when setting up webhook triggers, implementing callback receivers, or building event-driven Lindy integrations. Trigger with phrases like "lindy webhook", "lindy events", "lindy callback", "lindy webhook trigger".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-sdk-patterns

Lindy AI integration patterns for webhook handling, HTTP actions, and Run Code. Use when building integrations, calling Lindy agents from code, or implementing the Run Code action with Python/JavaScript. Trigger with phrases like "lindy SDK patterns", "lindy best practices", "lindy API patterns", "lindy Run Code", "lindy HTTP Request".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-core-workflow-b

Configure Lindy triggers, scheduling, multi-agent delegation, and automation. Use when setting up trigger-based workflows, scheduling agents, building multi-agent societies, or configuring agent delegation. Trigger with phrases like "lindy automation", "schedule lindy agent", "lindy workflow automation", "lindy delegation", "lindy multi-agent".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-core-workflow-a

Build and configure multi-step Lindy AI agent workflows. Use when creating agents with triggers, actions, conditions, knowledge bases, or agent steps. Trigger with phrases like "create lindy agent", "build lindy agent", "lindy agent workflow", "configure lindy agent", "lindy workflow".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-hello-world

Create your first Lindy AI agent with a real trigger and action. Use when starting with Lindy, testing your setup, or learning basic agent workflow patterns. Trigger with phrases like "lindy hello world", "lindy example", "lindy quick start", "simple lindy agent", "first lindy".

2,266 Updated today
jeremylongshore