Add dedicated "Web chat" section under Running with:
- chainlit run command and port/host flags
- Minimum required env vars for chat-only deployments
(no IMAP needed; only AI model + SMTP + admin emails)
- "Running both channels together" example with two terminals
- Note that both channels share DATA_DIR and notification config
https://claude.ai/code/session_01SUWzMzFvSfWiHXA2p6rPg9
- Remove ANTHROPIC_API_KEY and OPENAI_API_KEY from the Required
variables table; they are provider-specific, not universally
required. Add a note pointing readers to the Switching AI providers
section instead.
- Replace "Supports German and English; defaults to German" with
"Responds in any language the parent uses; defaults to German" to
accurately reflect that the agent is fully language-agnostic.
https://claude.ai/code/session_01F9RoUQYKktPrmsvemSYrPk
- prompts.py: correct age restrictions (indoor ≥2 yrs, outdoor ≥2.5 yrs)
Previously had indoor ≥2.5 and outdoor ≥3, which was too restrictive
- README.md: add full setup and configuration guide covering prerequisites,
installation, env var reference, provider switching, cron scheduling,
running tests, and knowledge base editing
https://claude.ai/code/session_01HaUFs7SaLD5SoiuGCY27Tw