Skip to main content

Utilities Reference

This section provides reference documentation for utility classes and functions provided by Agent Forge that can be helpful for various tasks when building or extending agents.

Key utilities include:

  • EventEmitter: A simple class for implementing event-driven patterns.
  • RateLimiter: A utility to control the frequency of operations.
  • Streaming Utilities: Helpers related to handling and visualizing streaming data, primarily the enableConsoleStreaming() function.

Refer to the specific pages for detailed API information.