MCPcopy Create free account
hub / github.com/Tencent/digitalhuman / step

Method step

HATE/basic_hate/agentverse/agents/base.py:34–36  ·  view source on GitHub ↗

Get one step response

(self, env_description: str = "")

Source from the content-addressed store, hash-verified

32
33 @abstractmethod
34 def step(self, env_description: str = "") -> Message:
35 """Get one step response"""
36 pass
37
38 @abstractmethod
39 def astep(self, env_description: str = "") -> Message:

Callers 4

runMethod · 0.45
runMethod · 0.45
nextMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected