mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 15:03:57 +00:00
- Move SOUL.md from src/ to /ai/ directory for better organization - Create comprehensive /ai/ directory structure following OpenClaw framework: - /ai/SOUL.md - Moved existing vibrant personality configuration - /ai/TOOLS.md - TODO placeholder for available tools and capabilities - /ai/AGENTS.md - TODO placeholder for agent definitions and roles - /ai/IDENTITY.md - TODO placeholder for core identity and values - /ai/USER.md - TODO placeholder for user context and personalization - /ai/BOOTSTRAP.md - TODO placeholder for initialization procedures - /ai/MEMORY.md - TODO placeholder for curated long-term knowledge - /ai/README.md - Comprehensive documentation and implementation guide - Update import paths in soul/loader.ts: - Local import: '../../../../ai/SOUL.md?raw' - GitHub URL: 'main/ai/SOUL.md' for remote loading - Maintain backward compatibility with existing caching system - Benefits: - Clean separation of AI config from source code - Organized structure for future AI configuration expansion - User-friendly location for editing AI behavior - Scalable foundation for full OpenClaw bootstrap system - Better version control and collaboration on AI personality All TODO placeholder files include detailed structure examples and implementation guidance for future development. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
966 B
966 B
User Context and Preferences
TODO: Define how AlphaHuman understands and adapts to different users and their contexts.
This file should cover:
- User profiling and preferences
- Contextual adaptation strategies
- Privacy and personalization balance
- Learning from user interactions
- Customization capabilities
Example Structure:
User Understanding
- Professional role recognition
- Industry context awareness
- Skill level assessment
- Communication style preferences
Personalization
- How to adapt responses to user needs
- Remembering user preferences
- Customizing interaction patterns
- Balancing consistency with personalization
Privacy Considerations
- What user data to remember vs forget
- Consent and transparency
- Data protection principles
- User control over personalization
Context Awareness
- Project and task context
- Team dynamics and relationships
- Time-sensitive information
- Geographic and cultural considerations