agent-ecosystem/src
iliya 0e84650602 refactor: enhance member detection signal handling in TeamMemberLogsFinder
- Introduced a new system for collecting and prioritizing detection signals for team members, improving accuracy in identifying the correct member from logs.
- Added a `DetectionSignal` interface and a `SIGNAL_PRECEDENCE` array to define the order of reliability for different signal sources.
- Refactored the `attributeSubagent` method to collect signals instead of immediately determining the detected member, allowing for better decision-making based on signal precedence.
- Implemented a new static method `selectBestSignal` to determine the most reliable member signal based on the defined precedence.
- Expanded unit tests to validate the new signal handling logic and ensure correct member identification under various scenarios.
2026-03-14 14:34:56 +02:00
..
main refactor: enhance member detection signal handling in TeamMemberLogsFinder 2026-03-14 14:34:56 +02:00
preload feat: enhance cross-team functionality and UI components 2026-03-12 16:33:52 +02:00
renderer refactor: enhance ActivityItem and ActivityTimeline components for expanded message functionality 2026-03-14 14:21:11 +02:00
shared refactor: enhance task notifications and provisioning state management 2026-03-14 12:51:39 +02:00
types feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00