swarmaURI
Contents:
Getting Started
SDK:
Core Architecture
Standard Base and Concrete Classes
Community Plugins
Experimental Progress
Examples:
Jupyter Notebooks
swarmaURI
Module code
swarmauri.core.conversations.IMaxSize
Source code for swarmauri.core.conversations.IMaxSize
from
abc
import
ABC
,
abstractmethod
[docs]
class
IMaxSize
(
ABC
):
pass