Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

MiddlewareChain

Defined in the middleware module.
AI Agent Synchronous middleware chain executor. Composes middleware functions in registration order. First registered middleware wraps all subsequent ones.

Constructor

middlewares
Optional
No description available.

Methods

execute()

Execute the middleware chain with a final handler.

Source

View on GitHub

praisonaiagents/hooks/middleware.py at line 102

Middleware Feature