Skip to content

Class Tools

David-Andrew Samson edited this page Apr 27, 2023 · 13 revisions

Toolsets and Stateful Tools

It's straightforward to create sets of related tools, and stateful tools by using the provided @toolset decorator on a class

from archytas.tool_utils import toolset, tool

@toolset()
class ...

Clone this wiki locally