Code Area: her-core/agents
Purpose
Defines CrewAI agent roles and orchestration wiring.
Files
her-core/agents/base_agent.py- shared config load + LLM wiringher-core/agents/conversation_agent.py- user-facing conversational behaviorher-core/agents/reflection_agent.py- memory curation behaviorher-core/agents/personality_agent.py- personality trait managementher-core/agents/tool_agent.py- tool execution roleher-core/agents/crew_orchestrator.py- task definitions + crew composition
How to Test
pytest tests/test_smoke.py -q
pytest tests/test_runtime_guards.py -q