Split flat docs/ into user-docs/ (guides, config, troubleshooting) and dev/ (ADRs, architecture, extension guides, proposals). Updated docs/README.md index to reflect new paths.
267 B
267 B
Error Handling
- Extension errors are logged but don't crash pi. The agent continues.
tool_callhandler errors block the tool (fail-safe behavior).- Tool
executeerrors are reported to the LLM withisError: true, allowing it to recover.