Skip to content

feat(memory): agent memory v2 — second brain with hybrid search, LLM extraction, and observability dashboard #1755

feat(memory): agent memory v2 — second brain with hybrid search, LLM extraction, and observability dashboard

feat(memory): agent memory v2 — second brain with hybrid search, LLM extraction, and observability dashboard #1755

Workflow file for this run

# Copyright(C) 2025-2026 Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT
name: Auto Label PRs
on:
pull_request_target:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}