abacusai.bot_template_catalog

Classes

BotTemplateCatalog

The starter agent templates offered on the Personal Agents landing

Module Contents

class abacusai.bot_template_catalog.BotTemplateCatalog(client, templates=None, categories=None)

Bases: abacusai.return_class.AbstractApiClass

The starter agent templates offered on the Personal Agents landing

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • templates (list) – The templates, in display order (id/title/description/prompt/personality/avatar/color/categories, plus template, brand_icon and background_task where they apply). Chief of Staff is first.

  • categories (list) – The filter pills in display order (id/label); ‘featured’ is the default view.

templates = None
categories = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict