chore: update agent exports + test package init files#83
Conversation
- Export AgentEvent, ReasoningChain, ReasoningStep, and Pydantic schemas - Add __init__.py to tests/, tests/unit/, tests/integration/
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 58 minutes and 42 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the agents package by importing and exporting several new components, including AgentEvent, reasoning classes, and various schemas. It also initializes the tests directory structure with package marker files. A review comment suggests maintaining alphabetical order in the all export list for better consistency.
| "FinancialReport", | ||
| "FinanceAgent", |
…ols/file_edit_tool.py These modules are imported by agents/__init__.py (merged in PR #83) but were not included in that PR. Also includes the updated file_edit_tool with 3-tier fuzzy matching.
What
agents/__init__.py: Added exports forAgentEvent,ReasoningChain, schemas__init__.py: PreventsModuleNotFoundErrorin some pytest configs