API Reference
Complete module and class documentation for Taskiq-Flow.
Available API Docs
| Module | Description |
|---|---|
| Core Components | Pipeline, DataflowPipeline, middleware, exceptions |
| Decorators | @pipeline_task and utilities |
| Execution | ExecutionEngine, DAG, DAGBuilder |
| Storage new in v1.2.0 | Pluggable storage adapters (InMemory, Redis, SQLite), factory, StorageMiddleware |
| Cache new in v1.2.0 | Dogpile-based caching (InMemory, Redis adapters), CacheMiddleware |
| Tracking | TrackingManager and storage backends |
| Optimization | ResourceAwareExecutor |
| WebSocket | HookManager and event system |
Not sure where to start? See the Quick Start or User Guides.