-
Notifications
You must be signed in to change notification settings - Fork 448
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
Ability to call tools at End #10
Comments
@ranjandsingh yes, it's been on the TODO list for a while. I will try to push out as early as I can. Make sure to put this repo on watch mode. If you would be open to contribute, please let me know :) |
@filip-michalsky which API or tool you used for cold calling. |
@filip-michalsky I'm down to add this option but there are few ways we can implement it
|
@Bilal-irfan thanks for the question - I am going to push an example with calling an API I am building which complements SalesGPT agents for cold-calling soon. Will need to start a beta testers list as I can't support high traffic yet. Would love to get your feedback. @ranjandsingh thanks for your offer to help! Adding tools to the AI Sales Agent toolkit is a high priority item, I just haven't had time to work on it yet. What do you mean by the intent to save? Rough API sketch (idea, subject to feedback):
|
Hi filip @filip-michalsky , really appreciate your work, the only problem of this is turn the sale-gpt become an independent agents - plan and execute (independently from human on decide what to do), from What I see this is just an action agents or a simple chain - from langchain, so i have an idea that we add the conversation analyzer and conversation chain become a part of tools to pass into plan-and-execute agent. So could we start this discuss about my idea and talk about how we implement and try it as a raw version on python? |
@filip-michalsky I'm learning how to use tools by adding tools to the Sales Agent. I see in the examples they call |
Hi Filip, I am testing your salesgpt code and have a doubt. Where do I add the number to receive the call and do I have to set a call duration time? |
@Alex-Poon @thalex @ranjandsingh @Bilal-irfan @tgbaoo Agent example is up, check it out! Will close this issue soon if you don't have any objections. |
well, this is a good option and value add to the current System love to see it. just one question does it supports multiple tools or just one ? |
@ranjandsingh yessir, you can add as many tools as you want, you have to just change the get_tools() function |
I guess you have a good point, it's not now easily changeable by the user since it's not configurable from the high-level API. We can add it as a TODO to allow a user to specify their own tools. |
|
Does anyone have a working demo of multi-tools? seems to me its very bad at telling the user what tools it has available, any ideas on how to modify the prompt to get that capacity? |
@avyaymc It's on todo for now you might need to modify the agent code to allow multiple tools currently only accepting one |
@avyaymc adding this to TODO - open for someone to contribute |
any news? |
Hi, I am seeing that the code is currently not working as an langchain agent with tools on streaming response mode right now? If yes, i am developing some structure for that, hope to contribute to this repo |
Hi, I am seeing that the code is currently not working as an langchain
agent with tools on streaming response mode right now? If yes, i am developing some structure for
that, hope to contribute to this repo
Vào Th 6, 6 thg 10, 2023 vào lúc 16:14 Eran Ben Artzy <
***@***.***> đã viết:
… any news?
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUTTLOQ2X67ZIU2GFQOMP3DX57DXXAVCNFSM6AAAAAAZRO6ESWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJQGI2TKNRRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
By the way, we also need to test the benchmark of the retrieval document due to specific document's field and also control the way the retrieval come to the prompt to generate the answer by the langchain agent also right? @filip-michalsky |
Any option to use tools on let's say the last stage to save the response or parse relevant information to DB
The text was updated successfully, but these errors were encountered: