docs(agent-sdk): summarize harness in README + provider-generalization guide#5
Merged
Merged
Conversation
…n guide - README: add the three agent-sdk-* crates to the crate table, a capability blurb, and a documentation-map link to docs/agent-sdk-harness.md. - docs/agent-sdk-harness.md: add a "Generalizing to other providers" section — the harness is provider-neutral above the AgentSdkBackend seam, so other vendors that mirror Anthropic's Agent SDK shape plug in via a thin adapter (override `_build_options` + `_normalize`, or a native Rust backend) with no harness changes. Documents the neutral-vs-specific layers, a worked Python subclass example, registration, and when to extend the schema instead. - agent-sdk-core README: note the provider-neutral contract. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to the Claude Agent SDK harness (#4): ensure dedicated Agent SDK documentation exists, is summarized in the README, and explains how to generalize the harness to other Agent-SDK-shaped providers.
agent-sdk-*crates to the crate table, a capability blurb, and a documentation-map link.docs/agent-sdk-harness.md— new Generalizing to other providers section: the harness is provider-neutral above theAgentSdkBackendseam, so vendors that mirror Anthropic's Agent SDK structure (with small option/message deltas) plug in via a thin adapter — override_build_options+_normalize(Python) or implement a native Rust backend — with no harness changes. Includes the neutral-vs-specific layer table, a workedAcmeAgentSDKBackendsubclass + registration example, the robustness helpers (_filter_kwargs, name-dispatched_normalize), and guidance on when to extend the schema instead.agent-sdk-coreREADME — notes the provider-neutral contract.Docs-only.
🤖 Generated with Claude Code