flue-framework
Installation
SKILL.md
Flue Framework Skill
Flue is a TypeScript framework for building AI agents using the harness-driven architecture. This skill provides comprehensive guidance for creating, developing, and deploying Flue agents (tested with v0.9.1).
Quick Start
1. Initialize a Flue Project
npm install @flue/runtime valibot@^1.0.0
npm install --save-dev @flue/cli typescript
npx flue init --target node
2. Create Your First Agent
Create src/agents/hello-world.ts: