Public Beta Release
BriefOps - Beta1 Public Release
Version: v1.0.0-beta1
Date: Sunday, 20th October 2024
Key Features:
-
Channel Summarisation:
- Use the
/briefops [days]
command to summarise conversations in any Slack channel over a specified time period (e.g., last 7 days). - Supports summarisation for public and private channels, as well as direct and group messages.
- Use the
-
AI-Powered Summaries:
- Leverages Google Cloud Vertex AI to generate concise summaries of Slack conversations, helping teams catch up quickly on key points.
-
Enterprise-Ready Security:
- Deployed entirely within your own Google Cloud environment, ensuring full control over your data.
- Uses Google Secret Manager to securely store sensitive information like Slack tokens, adhering to best practices for security and privacy.
-
Customisable Deployments:
- Fully customisable via Terraform, allowing you to deploy BriefOps in the region of your choice with minimal effort.
- Environment variables are configurable, giving you control over AI model selection, summarisation parameters, and scaling options.
-
Scalable Infrastructure:
- Built on Google Cloud Run for automatic scaling, ensuring the app remains responsive and performant, even under heavy usage.
- Supports up to 5 instances by default, with easy scaling configurations.
Setup:
- Slash Command Integration: Easily integrate the
/briefops
slash command in your Slack workspace. - Secure SDLC: Utilise the Google Cloud Build pipeline to automate building, scanning, and deploying Docker images to Google Cloud Run.
Installation:
- Deploy using the provided Terraform configurations.
- Set up your Slack app using the
/briefops
command to interact with your workspace.
Notes:
- This release focuses on channel summarisation only. Future releases will include document summarisation and extended AI functionalities.
- Important: Ensure proper configuration of your Google Cloud project, as outlined in the README.