mirror of
https://github.com/mruwnik/memory.git
synced 2025-11-13 00:04:05 +01:00
323 B
323 B
Agent Guidance
- Assume Python 3.10+ features are available; avoid
from __future__ import annotationsunless necessary. - Treat LLM model identifiers as
<provider>/<model_name>strings throughout the codebase. - Prefer straightforward control flow (
if/else) instead of nested ternaries when clarity is improved.