AQIT 0.1.0
Loading...
Searching...
No Matches
registry.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.engine
namespace  aquin.engine.tools
namespace  aquin.engine.tools.registry

Functions

 aquin.engine.tools.registry.register (str name, dict[str, Any]|None schema=None)
Any aquin.engine.tools.registry.dispatch (str name, dict[str, Any] args, dict[str, Any] ctx)
list[str] aquin.engine.tools.registry.list_tools ()
list[dict[str, Any]] aquin.engine.tools.registry.get_tool_schemas ()
None aquin.engine.tools.registry._load_stubs ()

Variables

dict aquin.engine.tools.registry.TOOL_REGISTRY = {}
list aquin.engine.tools.registry._TOOL_SCHEMAS = []