forked from Rockachopa/Timmy-time-dashboard
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local> Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
8 lines
258 B
Python
8 lines
258 B
Python
"""Bannerlord feudal agent hierarchy.
|
||
|
||
Three tiers:
|
||
- King (king.py) — strategic, Qwen3:32b, 1× per campaign day
|
||
- Vassals (vassals.py) — domain, Qwen3:14b, 4× per campaign day
|
||
- Companions (companions.py) — tactical, Qwen3:8b, event-driven
|
||
"""
|