Files
openhuman/ai/AGENTS.md
T
M3gA-Mind 01c6fd9421 refactor: streamline JSON formatting and enhance documentation clarity
- 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`.
2026-03-10 05:31:26 +05:30

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