UNPKG

agency-x

Version:

This project is a Claude-compatible, LLM-agnostic sub-agent framework that simulates a complete SaaS product team. It is delivered as a reusable, developer-ready NPM package.

6 lines (4 loc) 177 B
export { productToDev } from './productToDev'; export { devToQA } from './devToQA'; export { specToDocs } from './specToDocs'; export { fullRoundtrip } from './fullRoundtrip';