Add Salesforce Agentforce support#267
Closed
kagawa-furucrm wants to merge 4 commits intoawslabs:mainfrom
Closed
Conversation
Add support for integrating Salesforce Agentforce API with the Multi-Agent Orchestrator. * **New Agent Class**: - Add `SalesforceAgentforceAgent` class in `python/src/multi_agent_orchestrator/agents/salesforce_agentforce_agent.py` to handle Salesforce Agentforce API interactions. - Implement `process_request` method to handle user input and communicate with Salesforce Agentforce API. - Add necessary imports and dependencies for Salesforce Agentforce API. * **Initialization and Imports**: - Modify `python/src/multi_agent_orchestrator/agents/__init__.py` to import `SalesforceAgentforceAgent` and `SalesforceAgentforceAgentOptions`. - Add `SalesforceAgentforceAgent` and `SalesforceAgentforceAgentOptions` to `__all__` list. * **Documentation**: - Update `README.md` and `python/README.md` to include instructions for integrating and using Salesforce Agentforce API. - Update example usage to include `SalesforceAgentforceAgent`. * **Examples**: - Add example usage of `SalesforceAgentforceAgent` in `examples/chat-demo-app/main.py`. - Modify `examples/python-demo/main.py` to include example usage of `SalesforceAgentforceAgent`. * **Testing**: - Add tests for `SalesforceAgentforceAgent` in `python/src/tests/agents/test_salesforce_agentforce_agent.py`. - Test `process_request` method for handling user input and communicating with Salesforce Agentforce API. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/awslabs/multi-agent-orchestrator?shareId=XXXX-XXXX-XXXX-XXXX).
Contributor
|
Hi @kagawa-furucrm thank you for your PR but I don't really understand the changes you made. I see source code in |
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.
Add support for integrating Salesforce Agentforce API with the Multi-Agent Orchestrator.
New Agent Class:
SalesforceAgentforceAgentclass inpython/src/multi_agent_orchestrator/agents/salesforce_agentforce_agent.pyto handle Salesforce Agentforce API interactions.process_requestmethod to handle user input and communicate with Salesforce Agentforce API.Initialization and Imports:
python/src/multi_agent_orchestrator/agents/__init__.pyto importSalesforceAgentforceAgentandSalesforceAgentforceAgentOptions.SalesforceAgentforceAgentandSalesforceAgentforceAgentOptionsto__all__list.Documentation:
README.mdandpython/README.mdto include instructions for integrating and using Salesforce Agentforce API.SalesforceAgentforceAgent.Examples:
SalesforceAgentforceAgentinexamples/chat-demo-app/main.py.examples/python-demo/main.pyto include example usage ofSalesforceAgentforceAgent.Testing:
SalesforceAgentforceAgentinpython/src/tests/agents/test_salesforce_agentforce_agent.py.process_requestmethod for handling user input and communicating with Salesforce Agentforce API.For more details, open the Copilot Workspace session.