Skip to content

agent data is now correctly requested#742

Draft
LuffyNoNika wants to merge 1 commit into
masterfrom
2280-bug-assigned-agents-no-aggregated-data
Draft

agent data is now correctly requested#742
LuffyNoNika wants to merge 1 commit into
masterfrom
2280-bug-assigned-agents-no-aggregated-data

Conversation

@LuffyNoNika

Copy link
Copy Markdown
Contributor

In task-agents-table.component, speed is prioritised by agent.chunk.speed. LAST_ACTIVITY uses task time (chunk.solveTime) and sues agent.LastTime as a fallback.

agents.datasource loads chunks separating taskId + agentId, builds chunkData for agent/task and assigns currentChunk.

Spec reflects new flow

@LuffyNoNika LuffyNoNika requested a review from jessevz July 2, 2026 08:31
@LuffyNoNika LuffyNoNika linked an issue Jul 2, 2026 that may be closed by this pull request
@LuffyNoNika

LuffyNoNika commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

@backend team, I tested with my local agent. Speed, cracks and Last Activity are rendered correctly, but I'm not sure about the backend logic behind "Time spent".

I see in the JSON response "timeSpent": 12575, which means 3h+, but what I see rendered is different. Could anyone check that?

@jessevz

jessevz commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Iam not sure if I completely get it. but the timespent in the agent is the total timespent (on all tasks). for assigned agent we probably want only the timespent on this tasks, which needs a new backend helper for which this issue was created: hashtopolis/server#2297

@LuffyNoNika LuffyNoNika marked this pull request as draft July 2, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: assigned agents no aggregated data

2 participants