Skip to main content

Module internal_urls

Module internal_urls 

Source
Expand description

Internal URL scheme handlers for issue:// and pr:// virtual paths.

Each handler implements oxicode_sdk::ports::ProtocolHandler and is registered with the InternalUrlRouter port so the read/search tools can resolve scheme URIs to markdown text.

Modules§

agent_handler
agent:// protocol handler — resolves subagent output artifacts.
issue_handler
issue:// protocol handler — resolves GitHub issue references to markdown.
local_handler
local:// protocol handler — session-scoped artifact storage.
memory_handler
memory:// URL protocol handler.
pr_handler
pr:// protocol handler — resolves GitHub pull request references to markdown.
rule_handler
rule:// protocol handler — resolves TTSR rule names to their content.
skill_handler
skill:// protocol handler — resolves skill names to SKILL.md content.