Add py.typed marker for type checker support - #42
Conversation
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
📝 WalkthroughWalkthroughThis pull request performs a documentation and formatting pass across the codebase. It adds a CI verification guide to the README, converts multiple single-line module and class docstrings to multi-line triple-quoted format throughout the core modules, and removes type-checking marker comments from the py.typed marker file. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 2 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (9)
💤 Files with no reviewable changes (1)
🧰 Additional context used🧬 Code graph analysis (1)src/agentunit/adapters/base.py (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (8)
Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
* Add basic evaluation example script * Fix typos and improve clarity in docstrings across core modules * Add Google-style docstrings to BaseAdapter methods * Format base adapter using ruff * docs: add instructions for running CI checks locally * Remove example file unrelated to CI documentation * Add py.typed marker for type checker support

Adds py.typed marker file to indicate type checker support.
Packaging uses src layout, so the marker will be included in the build.
closes #14
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.