 85bf1341f3
			
		
	
	85bf1341f3
	
	
	
		
			
			Frontend Enhancements: - Complete React TypeScript frontend with modern UI components - Distributed workflows management interface with real-time updates - Socket.IO integration for live agent status monitoring - Agent management dashboard with cluster visualization - Project management interface with metrics and task tracking - Responsive design with proper error handling and loading states Backend Infrastructure: - Distributed coordinator for multi-agent workflow orchestration - Cluster management API with comprehensive agent operations - Enhanced database models for agents and projects - Project service for filesystem-based project discovery - Performance monitoring and metrics collection - Comprehensive API documentation and error handling Documentation: - Complete distributed development guide (README_DISTRIBUTED.md) - Comprehensive development report with architecture insights - System configuration templates and deployment guides The platform now provides a complete web interface for managing the distributed AI cluster with real-time monitoring, workflow orchestration, and agent coordination capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			61 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "ts-interface-checker",
 | |
|   "version": "0.1.13",
 | |
|   "description": "Runtime library to validate data against TypeScript interfaces",
 | |
|   "main": "dist/index",
 | |
|   "typings": "dist/index",
 | |
|   "scripts": {
 | |
|     "build": "tsc",
 | |
|     "watch": "tsc -w",
 | |
|     "test": "tsc && nyc mocha -R list test/",
 | |
|     "bench": "tsc && node test/bench/bench.js",
 | |
|     "preversion": "npm test",
 | |
|     "version": "npm run build"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "typescript",
 | |
|     "ts",
 | |
|     "interface",
 | |
|     "type",
 | |
|     "validate",
 | |
|     "validator",
 | |
|     "check"
 | |
|   ],
 | |
|   "files": [
 | |
|     "dist"
 | |
|   ],
 | |
|   "author": "Dmitry S, Grist Labs",
 | |
|   "license": "Apache-2.0",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/gristlabs/ts-interface-checker"
 | |
|   },
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/gristlabs/ts-interface-checker/issues"
 | |
|   },
 | |
|   "nyc": {
 | |
|     "extension": [
 | |
|       ".ts"
 | |
|     ],
 | |
|     "exclude": [
 | |
|       "**/*.d.ts"
 | |
|     ]
 | |
|   },
 | |
|   "dependencies": {},
 | |
|   "devDependencies": {
 | |
|     "@types/benchmark": "^1.0.31",
 | |
|     "@types/chai": "~4.0.8",
 | |
|     "@types/mocha": "^8.0.1",
 | |
|     "@types/node": "^8.0.57",
 | |
|     "benchmark": "^2.1.4",
 | |
|     "chai": "^4.1.2",
 | |
|     "coveralls": "^3.0.0",
 | |
|     "mocha": "^7.1.2",
 | |
|     "nyc": "^15.0.1",
 | |
|     "protobufjs": "^6.8.3",
 | |
|     "source-map-support": "^0.5.0",
 | |
|     "ts-node": "^8.10.2",
 | |
|     "typescript": "^3.9.7"
 | |
|   }
 | |
| }
 |