enable_debug_routes
enable_debug_routes
Enable debug routes on the agent’s FastAPI server for development and testing. Debug routes are registered automatically during route setup; this method exists as an explicit opt-in for backward compatibility.
Parameters
None.
Returns
AgentBase — Returns self for method chaining.