Tags: secmon-lab/warren
Tags
feat(memory): implement memory scoring and feedback system (#83) * feat(memory): implement memory scoring and feedback system to enhance memory usefulness evaluation and management * test: improve error handling in tests and replace mock client implementation for better session behavior in BigQuery agent tests * refactor(feedback): rename TotalScore to totalScore for internal use and update references accordingly * refactor(feedback): simplify score validation by introducing clampScore function and remove redundant tests for score calculation * fix(feedback.go): ensure memory slices are non-nil before template iteration to prevent runtime errors
refactor: repository layer (#79) * refactor repository * refactor(ticket): replace Metadata.Title and Metadata.Description with Title and Description for consistency across the codebase * refactor(ticket.go): remove error handling for zero magnitude vectors to simplify the FindNearestTickets function * feat(activity): add activity utility functions for ticket and alert operations to enhance activity tracking and management * chore(go.mod): update fireconf dependency version to v0.1.1 for stability and consistency
chore(dependencies): update Gollem module to latest (#49) * chore(dependencies): update Go module dependencies to latest versions for improved stability and performance * feat(logging): implement request ID generation and tracing in middleware for improved request tracking and logging consistency * feat(dispatch.go): add request ID handling to newBackgroundContext for better traceability * chore(go.mod): update gollem dependency to the latest version for improved functionality and stability * refactor(chat.go): rename hook methods for clarity and add task completion hook to enhance functionality * chore(go.mod): update gollem dependency to the latest version for improved functionality and stability * feat(chat): enhance chat functionality with execution tracing and Slack markdown guidelines for message formatting