Tags: JackChen988/sdk-python
Tags
chore!: set Agent property load_tools_from_directory to default to Fa… …lse (strands-agents#419) BREAKING CHANGE: load_tools_from_directory will now default to False
Update @tool to return an AgentTool that also acts as a function (str… …ands-agents#258) Right now when you decorate a function you get back another function that mimics the behavior of a python module. Going forward, we're discussing adding helper/utility methods for AgentTool and in anticipatation of those changes return an AgentTool implementation that also acts like the original function. Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Automate deployment to PYPI (strands-agents#145) * feat: Deploy to pypi on release * feat: get version from tag
v0.1.5 (strands-agents#122) * models - openai - argument none (strands-agents#97) * docs(readme): add open PRs badge + link to samples repo + change 'Docs' to 'Documentation' (strands-agents#100) * docs(readme): add logo (strands-agents#101) * docs(readme): add logo, title, badges, links to other repos, standardize headings (strands-agents#102) * style(readme): use dark logo for clearer visibility when system is using light color scheme (strands-agents#104) * fix(readme): use logo that changes color automatically depending on user's color preference scheme (strands-agents#105) * feat(handlers): add reasoning text to callback handler and related tests (strands-agents#109) * feat(handlers): add reasoning text to callback handler and related tests * feat(handlers): removed redundant comment in .gitignore file * feat(handlers): Updated reasoningText type as (Optional[str] * feat: Add dynamic system prompt override functionality (strands-agents#108) * Modularizing Event Loop (strands-agents#106) * fix(telemetry): fix agent span start and end when using Agent.stream_async() (strands-agents#119) * feat: Update SlidingWindowConversationManager (strands-agents#120) * v0.1.5 --------- Co-authored-by: Patrick Gray <pgrayy@amazon.com> Co-authored-by: Gokhan (Joe) Gultekin <joseph.gueltekin@gmail.com> Co-authored-by: Shubham Raut <shubhamrao12321@gmail.com> Co-authored-by: fede-dash <fede.kamelhar@doordash.com> Co-authored-by: Nick Clegg <nac542@gmail.com>
V0.1.x (strands-agents#69) * fix: update direct tool call references to use agent.tool.tool_name format (strands-agents#56) * Update README.md - corrected spelling of "model" (strands-agents#59) Corrected spelling of model (s/modal/model) * style guide (strands-agents#49) * style guide * lint: logging * Update version to 0.1.3 (strands-agents#63) --------- Co-authored-by: ./c² <cagataycali@icloud.com> Co-authored-by: Bryan Samis <33967838+samisb@users.noreply.github.com> Co-authored-by: Patrick Gray <pgrayy@amazon.com>
PreviousNext