Skip to content

v0.22.1

Choose a tag to compare

@coredipper coredipper released this 23 Mar 15:52
· 246 commits to main since this release
d0b1ab1

Social Learning + Curiosity Signals

Phase 6: agents that learn from peers and seek informative inputs.

SocialLearning

  • SocialLearning — cross-organism template exchange via PeerExchange
  • TrustRegistry — EMA-based epistemic vigilance (trust increases on success, decreases on failure)
  • export_templates() / import_from_peer() / record_adoption_outcome()
  • Provenance tracking: get_provenance() traces which peer shared each template

Curiosity Signals

  • Watcher emits EPISTEMIC/curiosity signals when EpiplexityMonitor detects EXPLORING status
  • New step 4.5 in intervention chain: high novelty on fast model → ESCALATE
  • curiosity_escalation_threshold in WatcherConfig (default 0.6)
  • Refactored epiplexity measurement to avoid double-calling measure()

Also included

  • 30 new tests (1101 total)
  • Examples 78 (social learning) and 79 (curiosity)
  • Social Learning Space
  • Article: social learning + epistemic vigilance (§6), implementation (§8)