文件最后提交记录最后更新时间
fix: When using runner.set_config(...) to configure the Redis checkpointer, the log will print the plaintext password of the connection.url, resulting in the leakage of sensitive information. Refs: #826 Co-authored-by: weichenhao<weichenhao3@huawei.com> # message auto-generated for no-merge-commit merge: !1246 When using runner.set_config(...) to configure the Redis checkpointer, the log will print the plaintext password of the connection.url, resulting in the leakage of sensitive information. From: @weichenhao Reviewed-by: @iamcandiceguo, @alan_cheng See merge request: openJiuwen/agent-core!12461 个月前
refactor(common): Runner,Workflow,Session,Tool error code refactor Refs: #85 Co-authored-by: iamcandiceguo<guoqian14@huawei.com> # message auto-generated for no-merge-commit merge: !292 refactor(common): Runner,Workflow,Session,Tool error code refactor From: @iamcandiceguo Reviewed-by: @alan_cheng, @SnapeK, @yangzequ See merge request: openJiuwen/agent-core!2924 个月前
feat: add unittest for session controller Refs: #766 Co-authored-by: iamcandiceguo<guoqian14@huawei.com> # message auto-generated for no-merge-commit merge: !1320 feat: add unittest for session controller From: @iamcandiceguo Reviewed-by: @deyang, @SnapeK See merge request: openJiuwen/agent-core!132024 天前
refactor: change project package structure Refs: #78 4 个月前
fix(agent): memory callback with stream and remove all AgentSession Co-authored-by: iamcandiceguo<guoqian14@huawei.com> # message auto-generated for no-merge-commit merge: !944 fix(agent): memory callback with stream and remove all AgentSession From: @iamcandiceguo Reviewed-by: @deyang, @SnapeK See merge request: openJiuwen/agent-core!9441 个月前
feat(session): add vcs package for context/state version control Per-session linear version control for an agent's LLM context (message-level append-only WAL) and kv state: commit, snapshot, replay, overwrite rewind, and fork that clones a new session for parallel use. JSON-only via pydantic; jsonl and kv backends. Reaches the session via existing get_state/set_state, ContextEngine, and create_agent_session without modifying any existing code. 4 小时前
refactor: change project package structure Refs: #78 4 个月前
feat(session): Add dump_state interface to Session Refs: #478 3 个月前