feat: 呱哒Agent引擎拆件落地——ReAct循环/审批机关/水位记忆管理/笔记习惯制(冰朔20260816谕:拆件学艺重装光湖人格驱动)

This commit is contained in:
冰朔 2026-08-16 00:54:11 +08:00
commit e7b01031f8
4 changed files with 1308 additions and 1 deletions

View file

@ -1463,6 +1463,7 @@ dependencies = [
"base64 0.22.1",
"dirs",
"fs2",
"futures-util",
"reqwest",
"ring",
"rusqlite",
@ -1475,6 +1476,7 @@ dependencies = [
"tauri-runtime",
"tauri-runtime-wry",
"tempfile",
"tokio",
"url",
"uuid",
]

View file

@ -29,7 +29,9 @@ tauri-plugin-updater = "2.10.0"
tauri-plugin-dialog = "=2.7.2"
uuid = { version = "1", features = ["v4"] }
url = "2"
reqwest = { version = "0.13.2", default-features = false, features = ["json", "rustls"] }
reqwest = { version = "0.13.2", default-features = false, features = ["json", "rustls", "stream"] }
tokio = { version = "1", features = ["time"] }
futures-util = "0.3"
[dev-dependencies]
tempfile = "3"

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,4 @@
mod agent_engine;
mod agent_host;
mod agent_parlor;
mod code_channel;
@ -86,6 +87,11 @@ pub fn run() {
code_repo_login::sign_out_code_repo_login,
agent_host::receive_agent_task_envelope,
agent_host::query_agent_session_memory,
agent_engine::run_agent_engine_task,
agent_engine::resume_agent_engine,
agent_engine::submit_engine_memory,
agent_engine::restore_engine_memory,
agent_engine::query_engine_session,
zero_point::zero_point_bind,
zero_point::zero_point_verify,
zero_point::zero_point_sync,