首页布局优化前
This commit is contained in:
@@ -9,9 +9,12 @@
|
||||
//! - agent_lesson: Lessons learned by the agent from interactions
|
||||
//! - agent_pattern: Recurring patterns the agent should remember
|
||||
//! - task: Task-related information for follow-up
|
||||
//!
|
||||
//! Note: Some fields and methods are reserved for future LLM-powered extraction
|
||||
|
||||
#![allow(dead_code)]
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::collections::HashMap;
|
||||
|
||||
// === Types ===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user