SubagentBatchItemResult#

Module: agent_framework.host

class agent_framework.host.SubagentBatchItemResult(output_key, subagent_id, run_id, status, message='', response=None, callback_intent=None, callback_prompt=None)[source]#

Bases: object

Result for one entry in a call_subagents batch.

Parameters:
  • output_key (str)

  • subagent_id (str)

  • run_id (str)

  • status (str)

  • message (str)

  • response (dict[str, Any] | None)

  • callback_intent (str | None)

  • callback_prompt (str | None)

output_key: str#
subagent_id: str#
run_id: str#
status: str#
message: str#
response: dict[str, Any] | None#
callback_intent: str | None#
callback_prompt: str | None#