# System Prompts This directory contains system prompts for the Atlas voice agent system. ## Files - `family-agent.md` - System prompt for the family agent (1050, Phi-3 Mini) - `work-agent.md` - System prompt for the work agent (4080, Llama 3.1 70B) ## Usage These prompts are loaded by the LLM servers when initializing conversations. They define: - Agent personality and behavior - Allowed tools and actions - Forbidden actions and boundaries - Response style guidelines - Safety constraints ## Version Control These prompts should be: - Version controlled - Reviewed before deployment - Updated as tools and capabilities change - Tested with actual LLM interactions ## Future Location These prompts will eventually be moved to: - `family-agent-config/prompts/` - For family agent prompt - Work agent prompt location TBD (may stay in main repo or separate config) ## Updating Prompts When updating prompts: 1. Update the version number 2. Update the "Last Updated" date 3. Document changes in commit message 4. Test with actual LLM to ensure behavior is correct 5. Update related documentation if needed