docs(roadmap): 更新 Phase 4b 状态为已完成

This commit is contained in:
徐涛
2026-06-11 21:57:10 +08:00
parent 2b189880a9
commit 4de7db0b2c
5 changed files with 162 additions and 11 deletions
+2 -1
View File
@@ -22,4 +22,5 @@ pub use builder::AgentBuilder;
pub use error::AgentError;
pub use runtime::{AgentConfig, RuntimeBundle};
pub use session::AgentSession;
pub use task::{Plan, Step, StepStatus};
pub use task::{Plan, PlanParser, Step, StepStatus, TaskAgent};
pub use task::JsonPlanParser;