Skip to content
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

feat: insert AgentState into tool calls for stateful tools #2063

Merged
merged 19 commits into from
Nov 21, 2024

Conversation

sarahwooders
Copy link
Collaborator

@sarahwooders sarahwooders commented Nov 19, 2024

Description:

Allow agent state to be serialized and passed into tools during execution time. This properly gets rid of the self required for tools. This gets injected into all tools, but not all tools need to use it.

Testing

We test manually, but also write a suite of comprehensive integration tests for the sandboxes.

Copy link
Collaborator

@mattzh72 mattzh72 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved as this is merging into my branch, not main.

@mattzh72 mattzh72 merged commit 6290189 into tools-sandbox Nov 21, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants