Skip to content

Commit e56f44c

Browse files
docs(v2): clarify conversation phase prerequisites and turn model
1 parent df1d100 commit e56f44c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/simulation-v2-architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,9 +1180,10 @@ Ship this alone. Every simulation immediately feels more human, and the accounta
11801180
### Phase D: Conversations + Narrative Prompts (~2 weeks)
11811181

11821182
**Files:** `engine.py`, new `conversation.py`, `reasoning.py`
1183+
**Prerequisite:** DB schema for conversations/posts/action_history defined before starting.
11831184

11841185
- Conversation resolution: priority queue using scenario `relationship_weights` × structural edge weight
1185-
- Agent-agent conversations (2-3 turns, both states update)
1186+
- Agent-agent conversations: 2 turns at medium fidelity (4 messages), 3 turns at high (6 messages). LLM told the turn limit upfront. Both agents keep their own independent final state.
11861187
- Agent-NPC conversations (LLM-generated NPC responses from profile)
11871188
- Phase 2 reasoning is provisional; Phase 3 conversation overrides
11881189
- Mechanical rules (bounded confidence, flip resistance) only for agents who didn't converse

0 commit comments

Comments
 (0)