-
Notifications
You must be signed in to change notification settings - Fork 187
Add Strands Agents plugin (contrib) #1539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
brianstrauch
wants to merge
49
commits into
main
Choose a base branch
from
strands
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 27 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
e8458de
Bump ruff to 0.15 and reformat
brianstrauch cc43197
contrib/strands: add Strands Agents plugin
brianstrauch 91ac3fe
contrib/strands: split activity helper into _TemporalActivityTool
brianstrauch 1c7ad3a
contrib/strands: import strands_tools at module level in wrapper
brianstrauch e8e7810
contrib/strands: run models as activities via TemporalModel
brianstrauch b828b31
contrib/strands: patch Agent.__init__ to route models through activities
brianstrauch acd767d
contrib/strands: explicit TemporalModel/TemporalMCPClient, drop monke…
brianstrauch 160bed0
contrib/strands: rewrite README, default TemporalModel to BedrockModel
brianstrauch d759fa6
contrib/strands: show worker activity registration in Tools snippet
brianstrauch f29728e
contrib/strands: add activity_as_hook helper, document Hooks
brianstrauch 58cba6d
contrib/strands: rename activity_as_hook extract to activity_input
brianstrauch 12cc311
contrib/strands: document HITL interrupts, add integration test
brianstrauch 9d6e68a
contrib/strands: document continue-as-new for long chats
brianstrauch 5702606
contrib/strands: document OpenTelemetryPlugin compatibility
brianstrauch bba6b67
contrib/strands: fix lint warnings and add missing docstrings
brianstrauch 81870af
disable tiktoken and other sandbox warnings
brianstrauch 5be969f
contrib/strands: disable Strands retries, route via Temporal RetryPolicy
brianstrauch 09ebad7
contrib/strands: move activity_as_tool/hook under workflow.* submodule
brianstrauch d9ffbd1
contrib/strands: disable Agent.take_snapshot/load_snapshot
brianstrauch 28a6e8f
contrib/strands: add CODEOWNERS entries
brianstrauch 9997120
Merge remote-tracking branch 'origin/main' into strands
brianstrauch d6fdf3e
contrib/strands: type _InvokeModelInput fields as Any
brianstrauch 45c6c5a
contrib/common: extract _heartbeat_decorator for cross-plugin use
brianstrauch 8ab32a7
contrib/strands: auto-heartbeat model activities, loosen input types
brianstrauch 36ec764
contrib/strands: clarify tiktoken comment
brianstrauch d8c52c1
contrib/common: drop leading underscore from auto_heartbeater
brianstrauch 4c8681d
contrib/strands: drop redundant passthrough entries
brianstrauch 06b6012
contrib/strands: support multiple models and MCP servers per worker
brianstrauch f078cd1
contrib/strands: introduce TemporalAgent, drop Agent monkey-patches
brianstrauch 34b4017
contrib/strands: register OpenTelemetryPlugin on the client in the RE…
brianstrauch 95159e2
contrib/strands: set max_cached_workflows=0 in tests
brianstrauch 71c4f68
contrib/strands: appease poe lint
brianstrauch 300fdc5
contrib/strands: propagate InterruptException across activity boundary
brianstrauch e6f7b02
contrib/strands: forward invocation_state; default StrandsPlugin to B…
brianstrauch efc6fe7
contrib/strands: gate implicit model resolution behind the plugin def…
brianstrauch c650265
contrib/strands: mark terminal Strands exceptions non-retryable
brianstrauch 15a9ab3
contrib/strands: accept MCPClient factories in mcp_clients
brianstrauch ff60a79
contrib/strands: drop _get_encoding monkey patch
brianstrauch 67ecb64
contrib/strands: swap current_time for shell in demos and tests
brianstrauch 17cc14f
contrib/strands: ruff format populate_cache signature
brianstrauch bb8d7c3
contrib/strands: switch test_structured_output to TemporalAgent
brianstrauch a144273
Merge remote-tracking branch 'origin/main' into strands
brianstrauch 2b54db9
contrib/strands: rename optional dependency to strands-agents
brianstrauch e083d8e
contrib/strands: fix pydoctor docstring errors
brianstrauch cc724b2
tests: fix Windows test collection failures
brianstrauch ca173ee
tests/contrib/strands: swap shell tool for file_read
brianstrauch c84320c
Fix Strands MCP client on Python 3.10
brianstrauch c9027be
Merge remote-tracking branch 'origin/main' into strands
brianstrauch a4636e4
contrib: inline _heartbeat_decorator into strands and openai_agents
brianstrauch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| """Shared utilities for temporalio.contrib plugins.""" | ||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.