mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
879e81f9b5
These methods have been deprecated since the narrow-accessor and event- subscriber APIs were introduced. No callers exist in this repository. - pkg/kit/kit.go: remove GetExtRunner(), GetBufferedLogger(), GetAgent(), and PromptWithCallbacks(); update Subscribe() doc comment which still mentioned PromptWithCallbacks; tighten section header comment - pkg/kit/README.md: replace PromptWithCallbacks example with the OnToolCall/OnToolResult/OnStreaming subscriber pattern; remove method from the quick-reference list - README.md: same example migration in the SDK section - www/pages/sdk/callbacks.md: remove the PromptWithCallbacks section entirely; the event-based monitoring section that followed it is now the lead content - www/pages/sdk/overview.md: remove PromptWithCallbacks row from the prompt-variant table - skills/kit-sdk/SKILL.md: remove the deprecated legacy callback snippet