0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. agent-core
  2. /
  3. tests
  4. /
  5. unit_tests
  6. /
  7. agent_teams
  8. /
  9. monitor
OopenJiuwen-botfeature(team): team plan mode
0307156a创建于 9 天前历史提交
文件最后提交记录最后更新时间
__init__.py
feat(agent_teams): add TeamStreamLogger for stream diagnostics Opt-in TeamStreamLogger in agent_teams/monitor aggregates run_agent_team_streaming chunks per (member, role, category) and logs them via team_logger; injected through a new stream_logger kwarg. Refs: #751 21 天前
test_models.py
feature(team): team plan mode Refs: #822 Co-authored-by: weichenhao<weichenhao3@huawei.com> # message auto-generated for no-merge-commit merge: !1434 feature(team): team plan mode From: @weichenhao Reviewed-by: @alan_cheng, @chenchunzhou See merge request: openJiuwen/agent-core!14349 天前
test_stream_logger.py
feat(agent_teams): recognise tool_update chunks as a tool category Third-party rails (e.g. jiuwenclaw stream_event_rail) emit tool-call status notifications as OutputSchema(type="tool_update", payload= {"tool_update": {tool_name, tool_call_id, arguments, status}}). TeamStreamLogger used to fall through to category=other and dump the whole payload. Now classify them as category=tool_update (DEBUG) and write a one-line summary extracting the nested fields. Refs: #751 20 天前