Clueless - A10#42
Open
jtuluve wants to merge 44 commits intohacktofuture-sjec:mainfrom
Open
Conversation
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
- Introduced Kubernetes manifests for backend and dashboard services, including RBAC, deployments, and services. - Added a quickstart guide in the main README for deploying the application stack using Kubernetes. - Created Dockerfiles for backend and dashboard services to facilitate containerization. - Updated the dashboard to fetch and display cluster health and summary data. - Added necessary .dockerignore files for backend and dashboard to exclude unnecessary files from Docker builds.
- Added `POLL_TIMEOUT_SECONDS` configuration to README and settings for cluster polling timeout. - Refactored `ClusterPoller` to utilize the new timeout setting for polling operations. - Updated `ObservabilityService` to use a persistent HTTP client for improved performance. - Modified FastAPI application startup and shutdown handling using an async context manager. - Improved type safety in the dashboard by specifying response types for fetched data.
…future4-A10 into feat/obs-layer
- Introduced Kubernetes manifests for backend and dashboard services, including RBAC, deployments, and services. - Added a quickstart guide in the main README for deploying the application stack using Kubernetes. - Created Dockerfiles for backend and dashboard services to facilitate containerization. - Updated the dashboard to fetch and display cluster health and summary data. - Added necessary .dockerignore files for backend and dashboard to exclude unnecessary files from Docker builds.
- Added `POLL_TIMEOUT_SECONDS` configuration to README and settings for cluster polling timeout. - Refactored `ClusterPoller` to utilize the new timeout setting for polling operations. - Updated `ObservabilityService` to use a persistent HTTP client for improved performance. - Modified FastAPI application startup and shutdown handling using an async context manager. - Improved type safety in the dashboard by specifying response types for fetched data.
Feat/obs layer
- Introduced Redis-backed agent prompt APIs: `GET /api/agents/prompts`, `PUT /api/agents/prompts/{agent_id}`, and `DELETE /api/agents/prompts/{agent_id}` for managing agent prompts.
- Added detection check endpoint: `GET /api/detection/check` to assess log signals for errors and warnings.
- Updated backend configuration to include `REDIS_URL` for Redis connection.
- Enhanced README documentation with new deployment instructions for Redis.
- Updated Kubernetes deployment configurations to include Redis service details.
- Improved error handling and logging for Redis operations in the prompt store service.
- Refactored models and services to support new features and ensure type safety.
Add Redis integration and enhance backend features
…ktofuture4-A10 into feat/single-agent
…al cluster configuration
…ktofuture4-A10 into feat/single-agent
…uced a new SQLite-backed platform settings store for managing daily agent budget limits. Updated agent classes to support cost tracking and reporting, including incident report generation and storage in Qdrant. Improved error handling and logging for Kubernetes interactions. Added retry logic for pod log retrieval. Updated API responses to include cost and usage metrics.
…ktofuture4-A10 into feat/single-agent
Feat/single agent
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.
No description provided.