FNIN (Framework New Idea Node) is a Node.js-based framework for orchestrating AI agent teams specialized in software engineering phases: requirements, architecture, development, testing, and deployment. Current version 1.0.7. It detects project context (new vs legacy) and generates artifacts incrementally. Unique differentiator is automatic context detection based on existing project files (package.json, .git) and continuous pipeline where outputs feed the next agent. Still uses stub agent implementations requiring manual LLM integration.
npm install fnin-frameworkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, basic task execution, file import, iterative refinement, and output location.
Edit src/agent.js to call OpenAI/Anthropic/Gemini API with this.systemPrompt and input.
Use "fnin-framework" as the package name (current). The readme snippet mentions "fnin-frame" which is incorrect.
Run fnin from inside a dedicated project folder; add .fnin_output to .gitignore.
Run fnin from the project root where package.json is located, or publish correctly with npm link.
Run 'npm link' in the package directory, or use 'npx fnin-framework run' directly.
Ensure agents/ directory contains .md files for each agent (Alice.md, Bob.md, etc.) with valid prompts.
No dependency data recorded yet.