Iterables Plugin
The Iterables plugin provides utilities for working with iterable data structures and providers.
Overview
The Iterables plugin offers tools for processing and managing iterable collections, enabling efficient data handling in agent workflows.
Features
- Iterable utilities
- Data stream processing
- Collection management
- Provider interfaces
Installation
bun install @tokenring-ai/iterables
Usage
import { Agent } from '@tokenring-ai/agent';
import IterablesService from '@tokenring-ai/iterables';
const agent = new Agent({
services: [new IterablesService()],
});
API Reference
See the Plugin Overview for common patterns and architecture.