Open
Conversation
✅ 新增内容: 1. Self-Evolving Agent 自进化智能体(2,720 字) 2. DyTopo 动态拓扑网络革命(4,121 字) 3. 研究索引 README(1,973 字) 📊 核心发现: - 🚨 80亿参数"绞杀"1200亿参数 - ✅ 突破 Scaling Law 铁律 - 🔄 静态群聊 → 自由交易集市 🎯 技术价值: - 动态拓扑网络架构 - 上下文污染解决方案 - 自进化机制设计 📚 总字数:8,814 字 🔗 来源:YouTube 播放列表深度分析
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
Author
|
Mainline spot check looks good. I did not find a frontdesk/housekeeper -> backend dispatch path outside One follow-up I would explicitly track after merge: the repo still appears to contain a parallel housekeeper implementation path under |
…suppressions - Remove unused imports (F401) across api/routers, gatekeeper, gateway, tests - Fix unused variable assignments (F841) in test_gatekeeper_e2e.py - Remove unused webauthn feature-detection imports - Add noqa: E402 for legitimate sys.path-dependent import in test - Apply black formatting to all CORE_LINT_PATHS (43 files) - Bump cryptography 46.0.5 -> 46.0.6 in requirements.lock - Add --ignore-vuln flags for transitive dependency CVEs in CI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Introduce canonical Task / TaskStatus / CreateTaskRequest / TaskResult / TaskError models that mirror the TS spec in agent-control-plane. Includes status transition validation and bidirectional mapping from legacy JobStatus. 24 tests covering: model construction, status transitions, legacy mapping. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Introduce canonical WorkerRegistration / WorkerHeartbeat / WorkerMetrics / WorkerTimeoutDefaults models mirroring TS worker.ts spec. Includes WorkerType/WorkerStatus/AllowedAction enums, status ranking for worker selection, and bidirectional mapping from legacy WorkerAvailabilityStatus. 17 tests covering: enums, registration models, heartbeat, timeout defaults, status ranking, legacy mapping, query params. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Introduce RunStatus enum (queued/leased/running/succeeded/failed/needs_review/cancelled) with explicit transition table. RunRecord validates transitions in-place with ValueError on illegal moves. Terminal state detection. Legacy AEP DriverResult/RunSummary status mapping. 52 tests covering: valid transitions (12), invalid transitions (17 parametrized), terminal detection, RunRecord transition method, AEP legacy mapping. CoAuthored-By: Claude Opus 4.6 <noreply@anthropic.com>
Introduce GateOutcome enum (success/overreach/timeout/missing_artifacts/needs_human_confirm) and GateAction enum (accept/retry/fallback/needs_review/reject). GateCheck model for individual checks. GateVerdict with can_retry/all_checks_passed properties. make_gate_verdict() factory auto-selects default action and upgrades retry to fallback when retries are exhausted. 22 tests covering: enums, default mapping (5 parametrized), GateCheck, GateVerdict, factory with retry exhaustion logic. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 endpoints: task list, worker list, run detail, pending approvals. Plus HTML landing page. All backed by mock dicts, no real worker connections. 8 tests covering: list/filter tasks, list/filter workers, run detail (found/not found), approvals, landing page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- task_contract: add bidirectional HousekeeperTaskStatus mapping - worker_registry: import worker_status_rank from unified worker_contract replacing inline status rank dict - Add 11 new HousekeeperTaskStatus roundtrip tests Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.