Skip to content

Phase F: Fidelity Completion#68

Merged
DeveshParagiri merged 2 commits intomainfrom
phase-f-fidelity
Feb 16, 2026
Merged

Phase F: Fidelity Completion#68
DeveshParagiri merged 2 commits intomainfrom
phase-f-fidelity

Conversation

@DeveshParagiri
Copy link
Copy Markdown
Collaborator

Summary

Completes Phase F fidelity tier implementation.

Bug fix:

  • Fixed peer opinions fidelity gating: was hardcoded to 5, now 5/5/10 for low/medium/high

New features:

  • Most impactful conversations: Ranks conversations by state change magnitude (sentiment + conviction deltas)
  • Elaborations CSV export: Flattened CSV with agent demographics + outcomes for DS workflows

Changes

  • extropy/simulation/engine.py - Fix peer limit, add exports
  • extropy/simulation/aggregation.py - Add compute_most_impactful_conversations(), export_elaborations_csv()
  • docs/capabilities.md - Document conviction self-awareness, repetition detection

Output Files

After simulation, you'll now get:

  • elaborations.csv - One row per agent with demographics and all outcomes
  • meta.json includes most_impactful_conversations array (top 10 by impact score)

Fidelity Matrix (Complete)

Feature Low Medium High
Memory traces Last 5 All All
Peer opinions 5 5 10
Conversations None 1/agent, 2 turns 2-3/agent, 3 turns
THINK vs SAY
Repetition detection

Test Plan

  • 811 tests passing
  • Lint clean

🤖 Generated with Claude Code

- Phase E: all cognitive features implemented (emotional trajectory,
  conviction self-awareness, THINK vs SAY, repetition detection)
- Phase F: fidelity tiers, elaborations CSV, conversation impact ranking
- Phase G: marked as deferred (requires ground-truth datasets)
- capabilities.md: added new output types (conversation impact,
  elaborations export, social posts timeline)
@DeveshParagiri DeveshParagiri merged commit 48dbbb8 into main Feb 16, 2026
4 of 5 checks passed
@DeveshParagiri DeveshParagiri deleted the phase-f-fidelity branch February 16, 2026 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant