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

Implement WhatsApp Agent with Infobip API Integration #527

Closed
sternakt opened this issue Nov 5, 2024 · 0 comments · Fixed by #532
Closed

Implement WhatsApp Agent with Infobip API Integration #527

sternakt opened this issue Nov 5, 2024 · 0 comments · Fixed by #532
Assignees

Comments

@sternakt
Copy link
Collaborator

sternakt commented Nov 5, 2024

We need to create a dedicated WhatsApp agent for the FastStream project that integrates seamlessly with the Infobip WhatsApp API. This agent should allow users of FastAgency to easily instantiate it whenever they need to add WhatsApp messaging capabilities to their applications, providing them a streamlined way to interact with clients or customers via WhatsApp.

Use example:

from fastagency.runtimes.autogen.agents.whatsapp import WhatsAppAgent

...

whatsapp_agent = WhatsAppAgent(
        name="WhatsApp_agent",
        llm_config=llm_config,
        is_termination_msg=is_termination_msg,
        whatsapp_api_key=os.getenv("WHATSAPP_API_KEY"),
    )
@sternakt sternakt self-assigned this Nov 5, 2024
@sternakt sternakt linked a pull request Nov 6, 2024 that will close this issue
10 tasks
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 a pull request may close this issue.

1 participant