技能 编程开发 Lindy 本地开发流程

Lindy 本地开发流程

v20260311
lindy-local-dev-loop
为 Lindy AI 代理配置本地开发流程,涵盖 TypeScript 设置、热重载脚本和测试台架,帮助团队在离线环境中快速迭代。
获取技能
124 次下载
概览

Lindy Local Dev Loop

Overview

Configure efficient local development workflow for Lindy AI agent development.

Prerequisites

  • Completed lindy-install-auth setup
  • Node.js 18+ with npm/pnpm
  • Code editor with TypeScript support

Instructions

Step 1: Set Up Project Structure

Step 2: Configure TypeScript

Step 3: Create Development Script

Step 4: Create Agent Test Harness

For detailed implementation code and configurations, load the reference guide: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)

Output

  • Configured development environment
  • Hot reload enabled for agent code
  • Test harness for rapid iteration
  • TypeScript support with type checking

Error Handling

Error Cause Solution
ts-node not found Dev deps missing npm install -D ts-node
ENV not loaded dotenv not configured Add import 'dotenv/config'
Type errors Missing types npm install -D @types/node

Examples

Watch Mode Development

Environment Setup

Resources

Next Steps

Proceed to lindy-sdk-patterns for SDK best practices.

信息
Category 编程开发
Name lindy-local-dev-loop
版本 v20260311
大小 2.37KB
更新时间 2026-03-12
语言