A monorepo containing tools and utilities for the AiGNE framework.
This monorepo is organized using pnpm workspaces and contains the following packages:
@aigne/publish-docs- Tool for publishing documentation to Discuss Kit
- Node.js >= 20.15
- pnpm >= 10.2.1
pnpm install# Build all packages
pnpm build
# Run linting
pnpm lint
# Fix linting issues
pnpm lint:fix
# Clean build outputs
pnpm clean
# Run tests
pnpm test