Commit graph

3 commits

Author SHA1 Message Date
Vinnie Esposito
3e2c268399 Merge: Transport Tracker Agent API endpoints 2025-11-23 11:01:44 -06:00
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
Claude
b7332c4c15
Deploy TransportTrackerAgent with REST API endpoints
Add comprehensive API deployment for the TransportTrackerAgent (Agent 2):

- GET/POST /api/agents/transport-tracker - Agent status and control (start/stop/run/pause/resume)
- GET /api/agents/transport-tracker/analytics - Network stats and user-specific analytics
- GET /api/agents/transport-tracker/patterns - Detected inefficiency patterns with filtering
- GET /api/agents/transport-tracker/savings - Carbon savings vs conventional logistics

Features:
- Real-time agent status and metrics monitoring
- User transport analysis with efficiency ratings
- Pattern detection for high-carbon events and cold chain breaks
- Carbon savings calculator with environmental equivalents
2025-11-23 00:24:25 +00:00