Support execution for simple agents#3
Closed
rickycambrian wants to merge 1 commit intoagent0lab:mainfrom
Closed
Conversation
Contributor
Author
|
This one should have been a draft for continued development, sorry about that. This PR on the typescript library side seems promising: agent0lab/agent0-ts#13 once this or similar PR is merged elsewhere, I will adapt the python side accordingly if we don't get a similar PR for parity on the python side |
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.
I'm finding the library to work fantastic, but got to the point where I also wanted to call on agents, so I made some changes to support calling on agents. This is confirmed to work on my agent using GET and params passed in the url. I think some further adjustments will be needed to make sure different types of agents and edge cases are well supported, but I thought I would share what is working well from my end within the context I am working in.
Here is an example of how a paid request is made: