-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Refactor create agent endpoint into DI pattern #1063
base: dev
Are you sure you want to change the base?
Conversation
CI Failure Feedback 🧐(Checks updated until commit 5a6b95a)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
|
||
|
||
class Queries(containers.DeclarativeContainer): | ||
wiring_config = containers.WiringConfiguration(modules=["agents_api.routers.agents"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a way to enable wiring for all modules at once
No description provided.