|
AQIT 0.1.0
|
Functions | |
| register (str name, dict[str, Any]|None schema=None) | |
| Any | dispatch (str name, dict[str, Any] args, dict[str, Any] ctx) |
| list[str] | list_tools () |
| list[dict[str, Any]] | get_tool_schemas () |
| None | _load_stubs () |
Variables | |
| dict | TOOL_REGISTRY = {} |
| list | _TOOL_SCHEMAS = [] |
|
protected |
Definition at line 52 of file registry.py.
References _load_stubs().
Referenced by _load_stubs(), and dispatch().
| Any dispatch | ( | str | name, |
| dict[str, Any] | args, | ||
| dict[str, Any] | ctx ) |
Definition at line 27 of file registry.py.
References _load_stubs().
| list[dict[str, Any]] get_tool_schemas | ( | ) |
Definition at line 48 of file registry.py.
| list[str] list_tools | ( | ) |
Definition at line 44 of file registry.py.
| register | ( | str | name, |
| dict[str, Any] | None | schema = None ) |
Definition at line 18 of file registry.py.
|
protected |
Definition at line 15 of file registry.py.
| dict aquin.engine.tools.registry.TOOL_REGISTRY = {} |
Definition at line 14 of file registry.py.