mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-09-09 03:45:36 +00:00
- Implemented a new SQL query to retrieve usage statistics by model and agents for a specific flow. - Added corresponding Go types and methods to handle the new query in the database layer. - Updated GraphQL schema to include the new ModelAgentsUsageStats type and the usageStatsByModelAgentsForFlow query. - Enhanced frontend components to display the new usage statistics in the flow dashboard.