chore: hapus entitas settings/app_config/memory/edit_log lama di zesdex-entities yang sudah digantikan zesdex-cms

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
asepharyana
2026-07-17 09:08:41 +07:00
co-authored by Claude Sonnet 5
parent 9618ef413b
commit 3f79b283e2
5 changed files with 0 additions and 749 deletions
@@ -2,27 +2,19 @@
//! configuration, settings, store paths, conversations, messages, tool
//! calls, usage stats, and SSE streaming types.
pub mod app_config;
pub mod conversation;
pub mod edit_log;
pub mod memory;
pub mod message;
pub mod provider;
pub mod settings;
pub mod store;
pub mod tool_call;
pub mod tool_result;
pub mod usage;
pub use app_config::{AppConfig, ModelRole, ProviderConfig};
pub use conversation::Conversation;
pub use edit_log::{EditLog, EditLogEntry};
pub use memory::Memory;
pub use message::{ChatMessage, Role};
pub use provider::{
ChatRequest, ChatResponse, Choice, SseParser, StreamEvent, StreamOptions, ToolDef, ToolFunctionDef,
};
pub use settings::{InternetMode, Settings, SettingsFlags};
pub use store::Store;
pub use tool_call::{ToolCall, ToolFunction};
pub use tool_result::ToolCallResult;