agent-Specialization/utils
JOJO b7fe5f2b02 feat(memory): improve workspace memory and skill workflows
Implement workspace-scoped conversation storage with legacy migration based on host workspace metadata, active host workspace state protection, and frontend/backend conversation list scoping.

Add proactive recent-conversation prompt support with a configurable personal-space limit, frozen per conversation metadata, empty-conversation filtering, and a dedicated prompt template.

Add conversation_search and conversation_review tools with readable formatted results, workspace-only access, current-conversation exclusion, multi-keyword search, list mode, message/tool counts, read/save review modes, long-review fallback to .agents/review, and frontend detail renderers.

Move internal workspace artifacts under .agents, update upload/skills/compact/review paths, show .agents internal directories in prompt file trees, and adjust versioning ignores.

Add create_skill and a Skills tool category, move read_skill into that category, validate and archive skill folders, support host global skills and Docker/API private skills, and sync private skills into .agents/skills and prompts.

Update memory stamping with conversation/time source metadata and include frontend icon/status/display updates plus tests for workspace conversation storage and skills management.
2026-05-27 03:04:43 +08:00
..
__pycache__ <fix thinking chunk> 2025-11-19 20:47:56 +08:00
__init__.py feat: 添加 terminal-guide 和 sub-agent-guide skills 2026-03-16 21:17:02 +08:00
aliyun_fallback.py feat: add aliyun quota fallback 2026-03-06 12:31:20 +08:00
api_client.py fix: harden multimodal handling and sanitize mcp action results 2026-04-27 20:11:21 +08:00
context_manager.py feat(memory): improve workspace memory and skill workflows 2026-05-27 03:04:43 +08:00
conversation_manager.py feat(memory): improve workspace memory and skill workflows 2026-05-27 03:04:43 +08:00
host_workspace_debug.py feat(memory): improve workspace memory and skill workflows 2026-05-27 03:04:43 +08:00
logger.py chore(logging): tune title diagnostics and file logs 2026-05-25 22:57:29 +08:00
media_store.py fix: render user media previews from media store refs 2026-04-27 12:57:13 +08:00
terminal_factory.py chore: initial import 2025-11-14 16:44:12 +08:00
tool_result_formatter.py feat(memory): improve workspace memory and skill workflows 2026-05-27 03:04:43 +08:00