| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1466 +/- ##
==========================================
- Coverage 91.43% 91.31% -0.12%
==========================================
Files 232 229 -3
Lines 7340 7266 -74
==========================================
- Hits 6711 6635 -76
- Misses 629 631 +2 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
|
@lukegalbraithrussell when this merges then I think we are in the clear to remove the agent experiment form the docs 🙏 |
Sorry, something went wrong.
There was a problem hiding this comment.
@WilliamBergamin LGTM and -1435 is cool 🪓 ✨
Sorry, something went wrong.
|
|
||
| ### Kwargs Injection | ||
|
|
||
| Listeners receive arguments by parameter name. The framework inspects function signatures and injects matching args: `body`, `event`, `action`, `command`, `payload`, `context`, `client`, `ack`, `say`, `respond`, `logger`, `complete`, `fail`, `agent`, etc. Defined in `slack_bolt/kwargs_injection/args.py`. |
There was a problem hiding this comment.
💡 praise: Nice call to update this!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
The agent class was introduced as an experimental feature, the team has decided to remove it in favor of offering better top level Bolt support for "agent" features.
This PR aims to remove the experimental agent class and its references
Testing
Unit tests should be sufficient 🤔
Category
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.