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

BOUNTY: Take a stab at building a tool maker agent #18

Closed
daveshap opened this issue Nov 9, 2023 · 10 comments
Closed

BOUNTY: Take a stab at building a tool maker agent #18

daveshap opened this issue Nov 9, 2023 · 10 comments

Comments

@daveshap
Copy link
Owner

daveshap commented Nov 9, 2023

Open bounty! Someone please take a stab at using the OpenAI Assistant to create a tool building assistant.

@OWigginsHay
Copy link
Collaborator

I was actually doing this at work today. A good foundation is tell all assistants that they can "Request_Function" where that is a tool function all assistants have which takes [name, description and schema] where schema is the json schema if the requested function. That is all the info you need to make a new tool and another agent or piece of code can add it programatically on request. Might see if I can make something soon

@daveshap
Copy link
Owner Author

daveshap commented Nov 9, 2023

Screenshots?

@OWigginsHay
Copy link
Collaborator

Yup give me sec, let me get some together and do an info dump. I don't often use github discussions so sorry if I do this inefficiently

@OWigginsHay
Copy link
Collaborator

image
That is the tool function that lets the assistant request a new tool.

image
This is the agent using initiative to request a new tool. I am pretending to be an agent in the layer above as I have not full code system to automate this yet.

Add the schema as a tool
image

image

@OWigginsHay
Copy link
Collaborator

The version I had early was a little cleaner as it generated the JSON schema formatted without escaping characters... this version would need cleanup, but theoretically another assistant could do that

@daveshap
Copy link
Owner Author

Thanks, I'll play with this tomorrow. Great work

@daveshap
Copy link
Owner Author

Please submit a PR to integrate this into the tool_maker folder!

@OWigginsHay
Copy link
Collaborator

So branch and populate with an md file and images. Will that be okay? I'll try add some code to if i get time

@daveshap
Copy link
Owner Author

You can save it all in the README just make sure to include all instructions, JSON, etc so that people know exactly hwo to do it yeah. Images and screenshots to help would be great.

@OWigginsHay
Copy link
Collaborator

PRd

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

No branches or pull requests

2 participants