localgreenchain/__tests__/api
Claude 27cfad5d18
Deploy PlantLineageAgent with API endpoints and tests
Add REST API endpoints for the PlantLineageAgent:
- GET /api/agents/lineage - Agent status and network statistics
- POST /api/agents/lineage - Start/stop/pause/resume agent
- GET /api/agents/lineage/[plantId] - Lineage analysis for specific plant
- GET /api/agents/lineage/anomalies - List detected lineage anomalies

Includes comprehensive test suite with 25 passing tests.
2025-11-23 00:25:42 +00:00
..
agents Deploy PlantLineageAgent with API endpoints and tests 2025-11-23 00:25:42 +00:00
demand.test.ts Add comprehensive testing suite for transport, demand, and vertical farming systems 2025-11-22 18:47:04 +00:00
transport.test.ts Add comprehensive testing suite for transport, demand, and vertical farming systems 2025-11-22 18:47:04 +00:00
vertical-farm.test.ts Add comprehensive testing suite for transport, demand, and vertical farming systems 2025-11-22 18:47:04 +00:00