Harvest is a dashboard for visualizing and interacting with holonic networks. It provides an intuitive interface for monitoring and managing holonic systems.
- Interactive network graph showing holons and their relationships
- Real-time updates of holon states and connections
- Zoom and pan controls for easy navigation
- Color-coded nodes representing different holon types and states
- View detailed information about individual holons
- Monitor holon health and status
- Inspect holon properties and configurations
- Track holon relationships and dependencies
- Filter holons by type or status
- Search functionality to quickly find specific holons
- Collapsible sidebar for maximizing view space
- Real-time metrics and statistics
- Node.js (v20 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/liminalvillage/harvest.git
- Install dependencies:
yarn
- Run the development server:
yarn dev