Open
Conversation
- Wrap hierarchical discovery and invocation tools for claude-agent-sdk - Expose create_device_connect_server() for ClaudeAgentOptions(mcp_servers=...) - Add [claude] optional dependency extra - Add Claude Agent SDK quick-start to agent-tools README - Add unit tests mirroring test_strands_adapter.py
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.
Adds a Claude Agent SDK adapter to
device-connect-agent-tools, alongside the existing Strands and LangChain adapters.describe_fleet,list_devices,get_device_functions) and invocation tools asclaude_agent_sdktools, bundled viacreate_device_connect_server()for use inClaudeAgentOptions(mcp_servers=...)[claude]optional dependency extratests/test_claude_adapter.pymirroringtest_strands_adapter.py(mocks the SDK so CI doesn't need it installed)Testing: 131 agent-tools unit tests pass; verified end-to-end against a local D2D sensor.