midstream 0.2.0

Real-time LLM streaming with inflight analysis
Documentation
{
  "name": "@midstream/lean-agentic",
  "version": "1.0.0",
  "description": "TypeScript/JavaScript client for Lean Agentic Learning System - Revolutionary stream learning with formal reasoning and autonomous agents",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "prepare": "npm run build"
  },
  "keywords": [
    "lean",
    "agentic",
    "learning",
    "streaming",
    "ai",
    "agents",
    "formal-verification",
    "theorem-proving",
    "online-learning",
    "knowledge-graph",
    "llm",
    "real-time"
  ],
  "author": "MidStream Contributors",
  "license": "(MIT OR Apache-2.0)",
  "dependencies": {
    "axios": "^1.9.0",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@types/node": "^25.7.0",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^8.59.3",
    "eslint": "^8.56.0",
    "jest": "^30.4.2",
    "typescript": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ruvnet/midstream"
  }
}