Skip to content

feat(events): add graph event filters#146

Open
laipz8200 wants to merge 16 commits into
mainfrom
laipz8200/graph-event-filters
Open

feat(events): add graph event filters#146
laipz8200 wants to merge 16 commits into
mainfrom
laipz8200/graph-event-filters

Conversation

@laipz8200
Copy link
Copy Markdown
Member

Important

  1. Make sure you have read our contribution guidelines
  2. Search existing issues and pull requests to confirm this change is not a duplicate
  3. Open or identify the issue this pull request resolves or advances
  4. Use a Conventional Commits title for this pull request, and mark breaking changes with !
  5. Remember that the pull request title will become the squash merge commit message
  6. If CLA Assistant prompts you, sign CLA.md in the pull request conversation

Related Issue

Closes #145

Summary

Adds canonical graph traversal events and an explicit graph event filter pipeline for output-time event shaping.

Moves response stream ordering and provider-facing output shaping into ResponseStreamFilter, while removing response coordinator state from the core runtime path.

Updates the slim LLM example to apply the response stream filter explicitly and keep CLI output plain.

Checklist

  • This pull request links the issue it resolves or advances
  • This pull request title follows Conventional Commits, and any breaking change is marked with !
  • If CLA Assistant prompted me, I signed CLA.md in the pull request conversation

@laipz8200 laipz8200 marked this pull request as ready for review May 15, 2026 19:05
@dosubot dosubot Bot added size:XXL This PR changes 1000+ lines, ignoring generated files. enhancement New feature or request labels May 15, 2026
@laipz8200 laipz8200 marked this pull request as draft May 15, 2026 19:09
@laipz8200 laipz8200 marked this pull request as ready for review May 15, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: add graph event filters and traversal events

1 participant