@@ -11,18 +11,18 @@ export default {
1111 group_agents : 'Agents' ,
1212 agents : 'Agent Management' ,
1313 agent_store : 'Agent Store' ,
14- group_storage : 'Storage & Memory ' ,
15- savers : 'Session Storage' ,
16- memories : 'Memory Config ' ,
17- wikis : 'Wiki ' ,
14+ group_storage : 'Storage & Knowledge ' ,
15+ savers : 'Chat Storage' ,
16+ memories : 'Knowledge (Snippets) ' ,
17+ wikis : 'Knowledge (Docs) ' ,
1818 group_tools : 'Tools & Skills' ,
1919 mcp : 'Tools' ,
2020 skills : 'Skills' ,
2121 prompts : 'Prompts' ,
2222 group_admin : 'Admin' ,
2323 heartbeats : 'Heartbeats' ,
2424 scheduler : 'Scheduler' ,
25- processes : 'Processes' ,
25+ processes : 'ACP Processes' ,
2626 todo : 'Todo' ,
2727 logs : 'Logs' ,
2828 about : 'About' ,
@@ -70,8 +70,8 @@ export default {
7070 all : 'All' ,
7171 agent : 'Agent' ,
7272 storage : 'Storage' ,
73- memory : 'Memory ' ,
74- wiki : 'Wiki ' ,
73+ memory : 'Knowledge (Snippets) ' ,
74+ wiki : 'Knowledge (Docs) ' ,
7575 workpath : 'Work Path' ,
7676 workpath_placeholder : 'Not set (click … to browse)' ,
7777 model : 'Model' ,
@@ -95,7 +95,7 @@ export default {
9595 always_allow_all : 'Always Allow (All Args)' ,
9696 deny : 'Deny' ,
9797 no_session : 'Please select or create a session first' ,
98- no_saver : 'Session storage not configured' ,
98+ no_saver : 'Chat storage not configured' ,
9999 select_or_create : 'Select or create a session' ,
100100 empty : 'No sessions' ,
101101 create_hint : 'Click above to create' ,
@@ -159,10 +159,10 @@ export default {
159159 confirm_delete_session : 'Delete session "{name}"?' ,
160160 confirm_delete : 'Delete channel "{name}"?' ,
161161 use_channel_agent : 'Use channel agent' ,
162- use_channel_memories : 'Use channel memories ' ,
163- use_channel_memories_hint : 'When enabled, merge the memories configured on the channel' ,
164- use_channel_wikis : 'Use channel wikis ' ,
165- use_channel_wikis_hint : 'When enabled, merge the wikis configured on the channel' ,
162+ use_channel_memories : 'Use channel snippets ' ,
163+ use_channel_memories_hint : 'When enabled, merge the snippet knowledge configured on the channel' ,
164+ use_channel_wikis : 'Use channel docs ' ,
165+ use_channel_wikis_hint : 'When enabled, merge the document knowledge configured on the channel' ,
166166 work_path_hint : 'Uses channel default work path when not set' ,
167167 intent_model : 'Intent Model' ,
168168 intent_model_hint : 'When a model is selected, intent filtering is enabled — only messages classified as needing a reply will trigger AI response' ,
@@ -259,79 +259,55 @@ export default {
259259 history_cleared : 'History cleared' ,
260260 } ,
261261 memories : {
262- add : '+ Add Memory Config' ,
263- empty : 'No memory configurations' ,
264- add_title : 'Add Memory Config' ,
265- edit_title : 'Edit Memory Config' ,
266- mode_col : 'Mode' ,
267- max_days_col : 'Max Days' ,
262+ add : '+ Add Snippet Knowledge' ,
263+ empty : 'No snippet knowledge configured' ,
264+ add_title : 'Add Snippet Knowledge' ,
265+ edit_title : 'Edit Snippet Knowledge' ,
268266 embedding_col : 'Embedding' ,
269- memory_mode : 'Memory Mode' ,
270- mode_human_and_ai : 'human_and_ai (remember user & AI messages)' ,
271- mode_human_only : 'human_only (remember user messages only)' ,
272- mode_read_only : 'read_only (read-only, no new memories)' ,
273- max_age_days : 'Max Retention Days' ,
274267 embedding_model : 'Embedding Model' ,
275- extractor_model : 'Extractor Model' ,
276- compressor_model : 'Compressor Model' ,
277- extractor_prompt : 'Extractor Prompt' ,
278- extractor_prompt_placeholder : 'Relative to ~/.sbot/prompts/, default memory/extractor.txt' ,
279- compressor_prompt : 'Compressor Prompt' ,
280- compressor_prompt_placeholder : 'Relative to ~/.sbot/prompts/, default memory/compressor.txt' ,
268+ count_col : 'Entries' ,
269+ items : 'items' ,
281270 name_placeholder : 'e.g. default' ,
282- confirm_delete : 'Delete memory configuration "{name}"?' ,
271+ confirm_delete : 'Delete snippet knowledge "{name}"?' ,
283272 error_embedding : 'Please select an Embedding model' ,
284- error_extractor : 'Please select an Extractor model' ,
285- content_title : 'Memory Content' ,
273+ content_title : 'Knowledge Content' ,
286274 count : '{count} items' ,
287- add_memory : '+ Add Memory' ,
288- compress : 'Compress Memories' ,
289- compressing : 'Compressing...' ,
275+ add_memory : '+ Add Entry' ,
290276 clear_all : 'Clear All' ,
291277 content_col : 'Content' ,
292- importance_col : 'Importance' ,
293278 created_col : 'Created' ,
294279 access_count_col : 'Access Count' ,
295280 last_accessed_col : 'Last Accessed' ,
296- no_memories : 'No memory data ' ,
297- add_memory_title : 'Add Memory ' ,
281+ no_memories : 'No knowledge entries ' ,
282+ add_memory_title : 'Add Entry ' ,
298283 memory_content : 'Content' ,
299- memory_placeholder : 'Enter memory content to add directly ...' ,
284+ memory_placeholder : 'Enter knowledge content to add...' ,
300285 auto_split : 'Auto split content' ,
301286 error_content : 'Content is required' ,
302287 adding : 'Adding…' ,
303288 add_btn : 'Add' ,
304- confirm_clear : 'Clear all memories for {name}?' ,
305- confirm_compress : 'Compress memories for {name}? This will merge similar memories.' ,
306- added_count : 'Added {count} memories' ,
307- compress_done : 'Compression complete, {count} groups compressed' ,
308- share : 'Share Memory' ,
309- share_hint : 'When enabled, all sessions share the same memory; when disabled, each session has its own memory (default)' ,
289+ confirm_clear : 'Clear all entries for {name}?' ,
290+ added_count : 'Added {count} entries' ,
310291 } ,
311292 wikis : {
312- add : '+ Add Wiki' ,
313- empty : 'No wiki configurations' ,
314- add_title : 'Add Wiki' ,
315- edit_title : 'Edit Wiki' ,
316- extractor_col : 'Extractor' ,
317- auto_extract : 'Auto Extract' ,
318- auto_extract_hint : 'Automatically extract knowledge from conversations' ,
319- extractor_model : 'Extractor Model' ,
293+ add : '+ Add Document Knowledge' ,
294+ empty : 'No document knowledge configured' ,
295+ add_title : 'Add Document Knowledge' ,
296+ edit_title : 'Edit Document Knowledge' ,
320297 name_placeholder : 'e.g. default' ,
321- confirm_delete : 'Delete wiki "{name}"? ' ,
322- share : 'Share Wiki ' ,
323- share_hint : 'When enabled, all sessions share the same wiki; when disabled, each session has its own wiki (default) ' ,
324- content_title : 'Wiki Content' ,
298+ pages_col : 'Pages ' ,
299+ pages_unit : 'pages ' ,
300+ confirm_delete : 'Delete document knowledge "{name}"? ' ,
301+ content_title : 'Document Content' ,
325302 count : '{count} pages' ,
326- no_pages : 'No wiki pages' ,
303+ no_pages : 'No pages' ,
327304 page_title : 'Title' ,
328305 page_tags : 'Tags' ,
329306 page_source : 'Source' ,
330- page_version : 'Version' ,
331307 page_updated : 'Updated' ,
332- page_content : 'Content' ,
333308 add_page : '+ Add Page' ,
334- add_page_title : 'Add Wiki Page' ,
309+ add_page_title : 'Add Page' ,
310+ edit_page_title : 'Edit Page' ,
335311 page_title_label : 'Page Title' ,
336312 page_title_placeholder : 'Enter page title' ,
337313 page_content_label : 'Page Content' ,
@@ -341,7 +317,7 @@ export default {
341317 error_title : 'Title is required' ,
342318 error_content : 'Content is required' ,
343319 confirm_delete_page : 'Delete page "{name}"?' ,
344- confirm_clear : 'Clear all wiki pages for {name}?' ,
320+ confirm_clear : 'Clear all pages for {name}?' ,
345321 clear_all : 'Clear All' ,
346322 } ,
347323 mcp : {
@@ -429,8 +405,8 @@ export default {
429405 vars_label : 'Variables:' ,
430406 cat_system : 'System' ,
431407 cat_agent : 'Agents' ,
432- cat_memory : 'Memory ' ,
433- cat_wiki : 'Wiki ' ,
408+ cat_memory : 'Knowledge (Snippets) ' ,
409+ cat_wiki : 'Knowledge (Docs) ' ,
434410 cat_skills : 'Skills' ,
435411 cat_tools : 'Tools' ,
436412 cat_insight : 'Insight' ,
@@ -556,21 +532,23 @@ export default {
556532 name_col : 'Name' ,
557533 type_col : 'Type' ,
558534 model_col : 'Model' ,
559- memory_label : 'Memory ' ,
535+ memory_label : 'Knowledge (Snippets) ' ,
560536 storage_label : 'Storage' ,
561537 basic_info : 'Basic Info' ,
562538 system_prompt : 'System Prompt' ,
563539 auto_approve_all_tools : 'Auto-approve all tools' ,
564540 compact_model : 'Compact Model' ,
565541 compact_model_placeholder : 'Uses main model if not set' ,
566542 compact_model_hint : 'Automatically compresses conversation history when it gets too long. Uses the main model if not specified.' ,
567- compact_prompt : 'Compact Prompt' ,
568- compact_prompt_placeholder : 'Custom compact instruction (leave empty for default)' ,
569543 insight_scope : 'Insight' ,
570544 insight_disabled : 'Disabled' ,
571545 insight_agent : 'Per Agent' ,
572546 insight_session : 'Per Session' ,
573547 insight_hint : 'When enabled, the agent can accumulate and reuse insights across conversations' ,
548+ insight_extractor : 'Extraction Model' ,
549+ insight_extractor_placeholder : 'Select a model' ,
550+ insight_extractor_hint : 'Automatically extracts valuable insights from conversations after each turn' ,
551+ error_insight_extractor : 'An extraction model is required when Insight is enabled' ,
574552 model_call_timeout : 'Model call timeout (seconds)' ,
575553 model_call_timeout_placeholder : 'Leave empty for no timeout' ,
576554 use_all : 'Use all' ,
@@ -711,7 +689,7 @@ export default {
711689 prompt_content : 'Content' ,
712690 } ,
713691 processes : {
714- title : 'Process Manager ' ,
692+ title : 'ACP Processes ' ,
715693 empty : 'No active processes' ,
716694 agent : 'Agent' ,
717695 session : 'Session' ,
0 commit comments