hap.client.local¶
Classes¶
Runs agents/graphs in-process using the local runtime. |
Module Contents¶
- class hap.client.local.LocalClient¶
Runs agents/graphs in-process using the local runtime.
- run_agent(entrypoint: str, *, inputs: Mapping[str, Any] | None = None) hap.models.context.HAPContext ¶
- Parameters:
- Return type:
- run_graph(graph: hap.models.graph.AgentGraph, *, inputs: Mapping[str, Any] | None = None) hap.models.context.HAPContext ¶
- Parameters:
graph (hap.models.graph.AgentGraph)
inputs (Mapping[str, Any] | None)
- Return type: