genetic_algorithms 2.2.0

Library for solving genetic algorithm problems
Documentation
{
  "name": "documentation-agents",
  "version": "1.0.0",
  "private": true,
  "description": "AI-powered documentation agents for the genetic-algorithms library",
  "type": "module",
  "scripts": {
    "analyze": "tsx src/analyze-changes.ts",
    "write": "tsx src/write-docs.ts"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.78.0",
    "openai": "^4.73.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  }
}