AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.engine.tools.executor Namespace Reference

Functions

dict[str, Any] execute_tool (str name, dict[str, Any] args, dict[str, Any] ctx)

Function Documentation

◆ execute_tool()

dict[str, Any] execute_tool ( str name,
dict[str, Any] args,
dict[str, Any] ctx )
Execute a tool by name via bridge, attach card when applicable.
Never raises :  errors returned as {"error": "..."}.

Definition at line 26 of file executor.py.