abacusai.bot_routine_catalog

Classes

BotRoutineCatalog

The one-click routines a user can add to a personal agent

Module Contents

class abacusai.bot_routine_catalog.BotRoutineCatalog(client, routines=None, categories=None)

Bases: abacusai.return_class.AbstractApiClass

The one-click routines a user can add to a personal agent

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

  • routines (list) – The routines, in display order (id/title/description/avatar/color/categories/name/schedule/prompt, plus required_service and inputs where they apply).

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

routines = 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