Rohan03 commited on
Commit
733c88f
·
verified ·
1 Parent(s): 590e9f6

Track 3: TOML prompts + PURPOSE_LEARNING.md whitepaper — purpose_agent/purpose_function.py

Browse files
Files changed (1) hide show
  1. purpose_agent/purpose_function.py +9 -0
purpose_agent/purpose_function.py CHANGED
@@ -105,6 +105,15 @@ Evaluate this state transition. Remember:
105
  - Score Φ(state_before) and Φ(state_after) on the 0.0–10.0 scale
106
  - Cite SPECIFIC evidence from the state data
107
  - Do NOT give credit for intentions — only actual changes
 
 
 
 
 
 
 
 
 
108
  """
109
 
110
 
 
105
  - Score Φ(state_before) and Φ(state_after) on the 0.0–10.0 scale
106
  - Cite SPECIFIC evidence from the state data
107
  - Do NOT give credit for intentions — only actual changes
108
+
109
+ Respond in this format:
110
+ ```toml
111
+ phi_before = 0.0
112
+ phi_after = 0.0
113
+ reasoning = "Your step-by-step justification"
114
+ evidence = "Specific state changes you observed"
115
+ confidence = 0.5
116
+ ```
117
  """
118
 
119