Name AI assistant Hesychia in system prompts #22

Merged
westfarn merged 1 commits from feature/hesychia-system-prompt-20 into master 2026-07-26 17:08:08 -07:00
Owner

Summary

  • Closes #20 — name the AI assistant Hesychia in system / generation prompts
  • Add shared assistant_identity.py with ASSISTANT_NAME + concise calm/stillness tone
  • Prepend identity to chat (llm_service), RAG, data analysis, and the views system message
  • Document that identity lives in code (not env); add unit coverage

Test plan

  • uv run python manage.py test chat_backend.tests.test_assistant_identity chat_backend.tests.test_services_llm chat_backend.tests.test_services_data_analysis
  • Fresh chat: ask "who are you?" → responds as Hesychia
  • Confirm classifiers/moderators/title generator unchanged (not assistant identity)

Related: companion frontend rebrand chat_web_app#29

## Summary - Closes #20 — name the AI assistant **Hesychia** in system / generation prompts - Add shared `assistant_identity.py` with `ASSISTANT_NAME` + concise calm/stillness tone - Prepend identity to chat (`llm_service`), RAG, data analysis, and the views system message - Document that identity lives in code (not env); add unit coverage ## Test plan - [x] `uv run python manage.py test chat_backend.tests.test_assistant_identity chat_backend.tests.test_services_llm chat_backend.tests.test_services_data_analysis` - [ ] Fresh chat: ask "who are you?" → responds as Hesychia - [ ] Confirm classifiers/moderators/title generator unchanged (not assistant identity) Related: companion frontend rebrand `chat_web_app#29`
westfarn added 1 commit 2026-07-26 16:31:28 -07:00
Name AI assistant Hesychia in system prompts (#20)
CI / test (pull_request) Successful in 9s
Unit Tests / test (pull_request) Successful in 9s
be7828d7b2
Closes #20

Introduce a shared assistant identity module and prepend it to
user-facing generation prompts so the model self-identifies as Hesychia.
westfarn merged commit 9984d1c340 into master 2026-07-26 17:08:08 -07:00
westfarn deleted branch feature/hesychia-system-prompt-20 2026-07-26 17:08:08 -07:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_backend#22