systemprompt-extension
Extension framework for SystemPrompt - register custom modules, providers, and APIs.
Purpose
Provides the infrastructure for building and loading SystemPrompt extensions. Extensions can add new routes, services, and capabilities to the platform.
Key Types
ExtensionContext- Runtime context for extensionsExtensionError- Error types for extension operationsExtensionLoader- Registration and loading system
Dependencies
async-trait- Async trait supportaxum- Router typestokio- Async runtimereqwest- HTTP client