docs: document attestation/reputation API, fix tagline; bump to 0.3.2#6
Merged
Merged
Conversation
- Tagline: "Discover, negotiate, and settle" -> "Discover, request, and settle" (the SDK has no negotiate API; ASA flow is discover -> request -> settle -> attest). Also fixed the same wording in the package docstring. - Protocol section: add kind 38403 (Agent Attestation) alongside 38400/38401/38402. - API Reference: add AgentAttestation model row plus a Reputation methods table (publish_attestation / get_attestations / get_reputation_score, signatures verified against agent/manager.py) and a runnable attest-and-check-reputation example. - Bump version to 0.3.2 for a docs republish; sync __version__ in __init__.py (was stale at 0.3.0 vs pyproject 0.3.1). No tag pushed. Closes #5 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FeVJ1dSozozhHDmNHiPj5f
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.
Fixes #5 (2026-07-03 docs audit, findings agent-sdks-3 / agent-sdks-4).
Changes
__init__.py.AgentAttestationmodel row added to Core Classes.publish_attestation,get_attestations,get_reputation_score— signatures verified againstsrc/le_agent_sdk/agent/manager.py.__init__.__version__synced (was stale at 0.3.0).Tests
python -m pytest— 137 passed.🤖 Generated with Claude Code
https://claude.ai/code/session_01FeVJ1dSozozhHDmNHiPj5f