MCPcopy Create free account
hub / github.com/Forethought-Technologies/AutoChain / parse

Method parse

autochain/agent/structs.py:80–81  ·  view source on GitHub ↗

Parse text into agent action/finish.

(self, message: BaseMessage)

Source from the content-addressed store, hash-verified

78
79 @abstractmethod
80 def parse(self, message: BaseMessage) -> Union[AgentAction, AgentFinish]:
81 """Parse text into agent action/finish."""
82
83 def parse_clarification(
84 self, message: BaseMessage, agent_action: AgentAction

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected