Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenManus/OpenManus-RL
/ encode
Method
encode
test/test_rollout_mock.py:84–86 ·
view source on GitHub ↗
Dummy encode.
(self, text)
Source
from the content-addressed store, hash-verified
82
return
[
"Decoded sequence"
]
83
84
def
encode(self, text):
85
""
"Dummy encode."
""
86
return
[1, 2, 3, 4, 5]
# Mock token ids
87
88
89
class
MockEnvironment:
Callers
2
webshop.py
File · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected