mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 06:32:24 +00:00
- Consolidated JSON structure in `.mcp.json` and `.claude/mcp.json` for improved readability. - Updated `CLAUDE.md` and other documentation files to enhance formatting consistency and clarity. - Improved the organization of agent roles and initialization procedures in `AGENTS.md`, `BOOTSTRAP.md`, and `IDENTITY.md`. - Enhanced user understanding and personalization strategies in `USER.md` and `MEMORY.md`. - Refined tool generation scripts for better error handling and output formatting in `discover-tools.js` and `openClaw-formatter.js`.
892 B
892 B
AlphaHuman Agent Definitions
TODO: Define different agent roles and specializations within the AlphaHuman system.
This file should define:
- Primary AlphaHuman agent role
- Specialized sub-agents (if any)
- Agent collaboration patterns
- Role-based permissions
- Context switching between agent modes
Example Structure:
Primary Agent
- AlphaHuman Core: Main conversational AI assistant
- Role: General productivity, research, and collaboration
- Context: All platform interactions
Specialized Agents (Future)
- Research Agent: Deep research and analysis tasks
- Automation Agent: Workflow and process optimization
- Communication Agent: Cross-platform messaging coordination
- Analytics Agent: Data analysis and insights
Agent Coordination
- How agents hand off tasks
- Shared memory and context
- Escalation patterns
- User preference handling