Create Toolkits for GitHub
You can connect GitHub with StackSpot AI using Toolkits. Follow these step-by-step instructions for the integration:
Step 1. Access the StackSpot AI Portal;
Step 2. Navigate to the 'Toolkits' section;
Step 3. Click the 'Create Toolkit' button and provide the following information:
- Name: Toolkit GitHub
- Description: Toolkit to integrate with GitHub APIs
Step 4. Click the 'Add Tool' button, then select the 'Upload File' button.
- You will need an OpenAPI/Swagger file.
info
For internal repositories, you need to register a secret. In this example, we are using an open source repository, so you don’t need to add any credentials.
Step 5. Create an Agent. Go to the 'Agents' section and click the Create Agent button. Provide the following details:
- Agent Name: GitHub Open Source Issues
- System Prompt:
You are an agent who addresses issues in public GitHub repositories. Your focus must be on the following repository: https://github.com/organicmaps/organicmaps
- LLM: Add Azure GPT-4.1
- Tools: Add the tool you previously created:
- List the most recent issues in a public repository
- Retrieve specific issues from a public repository
Step 6. Test your Agent with the Toolkits.