Skip to main content

PassThroughMiddleware

Defined in the middleware module.
AI Agent Default middleware that passes results through without modification. Used for the native ‘praisonai’ runtime and as a fallback for unregistered runtimes to avoid allocation overhead.

Constructor

str
default:"'praisonai'"
No description available.

Methods

runtime_id()

Instance method.

normalize()

Pass through result with minimal normalization.

Source

View on GitHub

praisonaiagents/runtime/middleware.py at line 119

Middleware Feature