Skip to content

agents / Exports / PluginCategory

Enumeration: PluginCategory

Plugin categories for classification

Table of contents

Enumeration Members

Enumeration Members

MONITORING

MONITORING = "monitoring"

Monitoring and observability

Defined in

packages/agents/src/abstracts/base-plugin.ts:11


LOGGING

LOGGING = "logging"

Logging and debugging

Defined in

packages/agents/src/abstracts/base-plugin.ts:13


STORAGE

STORAGE = "storage"

Data storage and persistence

Defined in

packages/agents/src/abstracts/base-plugin.ts:15


NOTIFICATION

NOTIFICATION = "notification"

External notifications and alerts

Defined in

packages/agents/src/abstracts/base-plugin.ts:17


SECURITY

SECURITY = "security"

Security and access control

Defined in

packages/agents/src/abstracts/base-plugin.ts:19


PERFORMANCE

PERFORMANCE = "performance"

Performance optimization

Defined in

packages/agents/src/abstracts/base-plugin.ts:21


ERROR_HANDLING

ERROR_HANDLING = "error_handling"

Error handling and recovery

Defined in

packages/agents/src/abstracts/base-plugin.ts:23


LIMITS

LIMITS = "limits"

Rate limiting and throttling

Defined in

packages/agents/src/abstracts/base-plugin.ts:25


EVENT_PROCESSING

EVENT_PROCESSING = "event_processing"

Event processing and coordination

Defined in

packages/agents/src/abstracts/base-plugin.ts:27


CUSTOM

CUSTOM = "custom"

Custom or specialized functionality

Defined in

packages/agents/src/abstracts/base-plugin.ts:29

Released under the MIT License.