0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oG-Memory
  2. /
  3. fs
  4. /
  5. agfs_adapter
SetnameSetnamefeat(memory): refine compact mechanism runtime state
316eb5c6创建于 11 天前历史提交
文件最后提交记录最后更新时间
__init__.py
feat(fs): implement URI to AGFS path mapping - Add uri_to_path() to convert ContextEngine URIs to AGFS physical paths - Add parse_uri() to extract components from URIs - Add build_uri() to construct URIs from components - Implement _is_accessible() and _ensure_accessible() for access control - Support three URI patterns: * Profile: ctx://{account}/users/{user}/memories/profile * Memories: ctx://{account}/{owner_type}/{owner_id}/memories/{category}/{slug} * Skills: ctx://{account}/agents/{agent}/skills/{skill_name} Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 2 个月前
agfs_context_fs.py
merge: integrate origin/dev, keep unified check_uri_access Resolved conflicts in agfs_context_fs.py and sql_context_fs.py by keeping the unified check_uri_access() calls from this branch rather than the inline access logic from dev. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> 5 天前