xvnpw / fabric-agent-action-examples

Example of fabric-agent-action usage
0 stars 0 forks source link

feat: clean up included/excluded, changed GraphExecutor #7

Closed xvnpw closed 5 days ago

github-actions[bot] commented 1 week ago
(🤖 AI Generated)

Summary

This pull request removes the deprecated fabric_patterns_included and fabric_patterns_excluded options from the application configuration and command-line arguments. It also refactors the GraphExecutor class to accept the graph during initialization rather than during execution.

Files Changed

Code Changes

1. Removed Deprecated Options

2. Refactored GraphExecutor

Reason for Changes

Impact of Changes

Test Plan

Additional Notes