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

Method put

trinity/buffer/storage/queue.py:157–160  ·  view source on GitHub ↗
(self, item: List[Experience])

Source from the content-addressed store, hash-verified

155 self.min_model_version = 0
156
157 async def put(self, item: List[Experience]):
158 if len(item) == 0:
159 return
160 await super().put(item)
161
162 async def get(self):
163 while True:

Callers 2

put_batchMethod · 0.45
thread_readMethod · 0.45

Calls

no outgoing calls

Tested by 1

thread_readMethod · 0.36