1e6fb502f01f83c0c96e011a7f4eba694b8574bf0f619a088d43ada9a171ed59
active
contextual
axiomatic
All agent tools are implemented as Python functions decorated with @tool(), discovered at startup through entry points, convention scanning, and a static manifest, and executed in-process through a DecoratedToolServer rather than an external MCP server.
Supporting contexts
Quoteverbatim
All agent tools are Python functions decorated with `@tool()` (`inproc_mcp/decorators.py`).
— PYRANA_PLATFORM_ARCHITECTURE_REFERENCE.md
Quoteverbatim
Tools are discovered at startup via entry points, convention scan, and static manifest.
— PYRANA_PLATFORM_ARCHITECTURE_REFERENCE.md
Quoteverbatim
Each tool is wrapped in a DecoratedToolServer and executed in-process (no external MCP server).
— PYRANA_PLATFORM_ARCHITECTURE_REFERENCE.md
Effective from: 7/16/2026, 11:28:57 PM