Files
myagents/.claude/memories/core.json
T
Zhengshou Lai b98d35c387 feat: add mybot CLI with update, chat, and Claude project config
- Click entrypoint: mybot update (make install / pip -e), mybot chat (claude in repo)
- Optional --dangerously-skip-permissions for Claude Code
- Makefile install; hatchling package layout
- .gitignore: venv, build artifacts, workspace (local symlinks)

Made-with: Cursor
2026-04-06 13:11:10 +08:00

55 lines
1.4 KiB
JSON

{
"version": "1.0",
"user_profile": {
"name": "赖正首",
"title": "中山大学土木工程学院副教授",
"research": "计算力学",
"preferred_address": "老大",
"role": "AI 系统开发者",
"project": "MyAgent - 智能体框架",
"expertise": ["Python", "AI/ML", "系统架构", "计算力学"],
"experience_level": "高级"
},
"preferences": {
"communication": {
"style": "简洁直接",
"code_comments": "必要但不冗余",
"explanation_detail": "中等 - 关键部分详细,熟悉内容简洁"
},
"workflow": {
"prefers_planning": true,
"likes_proactive_suggestions": true,
"wants_progress_updates": true
},
"technical": {
"primary_language": "Python",
"code_style": "PEP8 + Black",
"prefers_types": true,
"testing_importance": "高"
}
},
"important_facts": [
{
"fact": "正在开发 MyAgent - 一个集成 memory、RAG、tools 的智能体框架",
"category": "project",
"date_added": "2024-04-05"
},
{
"fact": "使用 uv 作为包管理工具",
"category": "tooling",
"date_added": "2024-04-05"
},
{
"fact": "项目结构遵循 Clean Architecture",
"category": "architecture",
"date_added": "2024-04-05"
}
],
"interaction_history": {
"total_sessions": 0,
"last_session": null,
"common_topics": []
},
"evolution_notes": []
}