MCPcopy Create free account
hub / github.com/agi-inc/agent-protocol / create_step

Method create_step

packages/sdk/python/agent_protocol/db.py:38–47  ·  view source on GitHub ↗
(
        self,
        task_id: str,
        name: Optional[str] = None,
        input: Optional[str] = None,
        is_last: bool = False,
        additional_properties: Optional[Dict[str, str]] = None,
        artifacts: List[Artifact] = [],
    )

Source from the content-addressed store, hash-verified

36 raise NotImplementedError
37
38 async def create_step(
39 self,
40 task_id: str,
41 name: Optional[str] = None,
42 input: Optional[str] = None,
43 is_last: bool = False,
44 additional_properties: Optional[Dict[str, str]] = None,
45 artifacts: List[Artifact] = [],
46 ) -> Step:
47 raise NotImplementedError
48
49 async def create_artifact(
50 self,

Callers 5

_generate_shared_depsFunction · 0.45
_generate_file_pathsFunction · 0.45
task_handlerFunction · 0.45
task_handlerFunction · 0.45
step_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected