AgentGrid¶

class AgentGrid[source]¶

Bases: ABC

Model-facing access to the federation Grid.

Methods

call(tool_call)

Execute one Grid function_call and return a function_call_output item.

tools()

Return model-facing Grid tool schemas.

abstract call(tool_call: JSONObject) JSONObject[source]¶

Execute one Grid function_call and return a function_call_output item.

abstract tools() list[JSONObject][source]¶

Return model-facing Grid tool schemas.