|
AQIT 0.1.0
|
Functions | |
| dict[str, Any] | execute_tool (str name, dict[str, Any] args, dict[str, Any] ctx) |
| 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.