MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / from_experience

Method from_experience

trinity/buffer/schema/sql_schema.py:97–101  ·  view source on GitHub ↗

Create meta row from experience (blob stored separately).

(cls, experience: Experience)

Source from the content-addressed store, hash-verified

95
96 @classmethod
97 def from_experience(cls, experience: Experience):
98 """Create meta row from experience (blob stored separately)."""
99 return cls(
100 message_list=experience.messages,
101 )
102
103
104# ============================================================

Callers 3

operationMethod · 0.45
operationMethod · 0.45

Calls

no outgoing calls