文件最后提交记录最后更新时间
feat(agent_teams): give human agent a real DeepAgent runtime (HITT phase 2) Human agents now spawn through the standard teammate path with a role-aware tool / rail surface. Inbox routes input by @<member> mention vs LLM dispatch; team-side messages reach the external user via a new register_human_agent_inbound callback. Refs: #751 29 天前
fix(agent_teams): leader initial routed input dispatches directly without LLM round Co-authored-by: zhanglongmin<zhanglongmin@huawei.com> # message auto-generated for no-merge-commit merge: !1532 fix(agent_teams): leader initial routed input dispatches directly without LLM round From: @min_gitcode Reviewed-by: @iamcandiceguo, @alan_cheng See merge request: openJiuwen/agent-core!15324 天前
fix(agent_teams): leader initial routed input dispatches directly without LLM round Co-authored-by: zhanglongmin<zhanglongmin@huawei.com> # message auto-generated for no-merge-commit merge: !1532 fix(agent_teams): leader initial routed input dispatches directly without LLM round From: @min_gitcode Reviewed-by: @iamcandiceguo, @alan_cheng See merge request: openJiuwen/agent-core!15324 天前
feat(swarm): extend agent time rendering to remaining surfaces Inject time context into the surfaces F_24 left out: stale-pending self-prompt lines, the leader->member stale-claim aggregate nudge, MCP list_tasks structured output, and the bridge normal path (compose_bridge_inbound gains an optional time_info string so it stays a zero-dependency pure function). Refs: #751 5 天前
test(swarm): cover MemberRuntime adoption across team harness layers Rewrite team tests against the adopted surface: StreamController over a fake MemberRuntime (forward/observer/retry/state-round mapping/idle-settled), CLI runtimes driving _drive directly plus a MemberRuntime surface test, TeamHarness build over a fake native, forward-layer retry semantics, coordination nudges asserting deliver_input, and plan-mode seeding via _seed_initial_plan_mode. Drop tests whose premise (FirstIterationGate, StreamController-driven round restart) no longer exists. Refs: #984 21 分钟前
feat(harness/worktree): persist worktree across session with validation fixes - Persist active worktree across agent Session lifecycle - Move workspace symlink view to team workspace - Close fail-closed gap in exit validation - Add single-deepagent e2e worktree example docs 25 天前