You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add detailed agent status endpoint with all phases and timings ([f3dfa7c](https://github.com/PlatformNetwork/term-challenge/commit/f3dfa7cda776323dbf48f07ef648c988fe5f5103))
9
+
* add GET /api/v1/agent/{hash}/code endpoint for public code visibility ([4c8e1ac](https://github.com/PlatformNetwork/term-challenge/commit/4c8e1ac443ea8f4d43c8e258d7249c321ae334a4))
10
+
* Add real-time task streaming cache for live evaluation progress ([e61556c](https://github.com/PlatformNetwork/term-challenge/commit/e61556cf4601e6de99e4157acd3a730ecc5bb95e))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
* cleanup_stale_claims type error (use make_interval with i32) ([91466cd](https://github.com/PlatformNetwork/term-challenge/commit/91466cd49e0a5b14f4decaaab81e78d262b887ce))
16
+
* decay based on last task completion + disable_decay flag + heartbeat URL ([02cbadf](https://github.com/PlatformNetwork/term-challenge/commit/02cbadf577af5e3fa2df4d9d8a53d9c561d58b01))
17
+
* filter out completed agents from validator jobs ([8a5a21e](https://github.com/PlatformNetwork/term-challenge/commit/8a5a21ed9af15e113285359332a34d75128177f8))
18
+
* use CONTAINER_BROKER_WS_URL instead of BROKER_WSS_URL ([0db1eef](https://github.com/PlatformNetwork/term-challenge/commit/0db1eef7898297de95d5159aa81b41dd248f5a2b))
19
+
* Validators now evaluate only their assigned tasks (10 each) ([ac8828a](https://github.com/PlatformNetwork/term-challenge/commit/ac8828a239bffb19d76a9118c095fe3409c86556))
0 commit comments